Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.h43 kNullGL_ContextType, //! Non-rendering OpenGL mock context. enumerator
70 case kNullGL_ContextType: in IsRenderingContext()
112 case kNullGL_ContextType: in ContextTypeName()
DGrContextFactory.cpp183 case kNullGL_ContextType: in getContextInfoInternal()
/external/skia/dm/
DDMGpuSupport.h80 kNullGL_ContextType = 0, variable
DDM.cpp1401 return type == GrContextFactory::kNullGL_ContextType; in IsNullGLContextType()
/external/skia/tools/
Dok_test.cpp89 return type == sk_gpu_test::GrContextFactory::kNullGL_ContextType; in IsNullGLContextType()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp275 *outContextType = GrContextFactory::kNullGL_ContextType; in parse_option_gpu_api()
/external/skia/tests/
DGrPorterDuffTest.cpp1051 GrContext* ctx = mockFactory.get(sk_gpu_test::GrContextFactory::kNullGL_ContextType);
/external/skia/fuzz/
DFuzzCanvas.cpp1801 sk_gpu_test::GrContextFactory::kNullGL_ContextType)); in DEF_FUZZ()