Home
last modified time | relevance | path

Searched refs:kBackendTexture (Results 1 – 8 of 8) sorted by relevance

/external/skia/gm/
Dsurface.cpp178 kBackendTexture, enumerator
188 case kBackendTexture: in make_surface()
226 SurfaceType::kBackendTexture, W, H)
/external/skqp/tools/flags/
DSkCommonFlagsConfig.h50 kBackendTexture, enumerator
DSkCommonFlagsConfig.cpp335 *surfType = SkCommandLineConfigGpu::SurfType::kBackendTexture; in parse_option_gpu_surf_type()
/external/skia/tools/flags/
DCommonFlagsConfig.h50 enum class SurfType { kDefault, kBackendTexture, kBackendRenderTarget }; enumerator
DCommonFlagsConfig.cpp387 *surfType = SkCommandLineConfigGpu::SurfType::kBackendTexture; in parse_option_gpu_surf_type()
/external/skia/tools/fm/
Dfm.cpp298 enum class SurfaceType { kDefault, kBackendTexture, kBackendRenderTarget }; in draw_with_gpu() enumerator
301 { "betex" , SurfaceType::kBackendTexture }, in draw_with_gpu()
329 case SurfaceType::kBackendTexture: in draw_with_gpu()
/external/skia/dm/
DDMSrcSink.cpp1502 case SkCommandLineConfigGpu::SurfType::kBackendTexture: in createDstSurface()
/external/skqp/dm/
DDMSrcSink.cpp1452 case SkCommandLineConfigGpu::SurfType::kBackendTexture: in onDraw()