![]() |
Flutter Engine
The Flutter Engine
|
#include "include/core/SkColorSpace.h"
#include "include/core/SkColorType.h"
#include "include/core/SkSurface.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/GrTypes.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "include/private/base/SkAssert.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 | GaneshGLSurfaceManager |
Enumerations | |
enum class | SurfaceType { kDefault , kBackendTexture , kBackendRenderTarget , kDefault , kBackendTexture , kBackendRenderTarget } |
Functions | |
std::unique_ptr< SurfaceManager > | makeGLESSurfaceManager (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 51 of file GaneshGLSurfaceManager.cpp.
std::unique_ptr< SurfaceManager > makeGLESSurfaceManager | ( | 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 53 of file GaneshGLSurfaceManager.cpp.