Flutter Engine
The Flutter Engine
|
#include "include/core/SkColorSpace.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "tools/gpu/BackendSurfaceFactory.h"
#include "tools/gpu/GrContextFactory.h"
#include "tools/testrunners/common/surface_manager/SurfaceManager.h"
#include <string>
Go to the source code of this file.
Classes | |
class | GaneshVulkanSurfaceManager |
Enumerations | |
enum class | SurfaceType { kDefault , kBackendTexture , kBackendRenderTarget , kDefault , kBackendTexture , kBackendRenderTarget } |
Functions | |
std::unique_ptr< SurfaceManager > | makeVulkanSurfaceManager (std::string config, SurfaceOptions surfaceOptions, GrContextOptions grContextOptions, sk_gpu_test::GrContextFactory::ContextOverrides contextOverrides, SkColorInfo colorInfo, SurfaceType surfaceType, uint32_t surfaceFlags, int sampleCount) |
|
strong |
Enumerator | |
---|---|
kDefault | |
kBackendTexture | |
kBackendRenderTarget | |
kDefault | |
kBackendTexture | |
kBackendRenderTarget |
Definition at line 47 of file GaneshVulkanSurfaceManager.cpp.
std::unique_ptr< SurfaceManager > makeVulkanSurfaceManager | ( | std::string | config, |
SurfaceOptions | surfaceOptions, | ||
GrContextOptions | grContextOptions, | ||
sk_gpu_test::GrContextFactory::ContextOverrides | contextOverrides, | ||
SkColorInfo | colorInfo, | ||
SurfaceType | surfaceType, | ||
uint32_t | surfaceFlags, | ||
int | sampleCount | ||
) |
Definition at line 49 of file GaneshVulkanSurfaceManager.cpp.