Home
last modified time | relevance | path

Searched refs:kNull_GLContextType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrContextFactory.h44 kNull_GLContextType, //! Non-rendering OpenGL mock context. enumerator
62 case kNull_GLContextType: in IsRenderingGLContext()
96 case kNull_GLContextType: in GLContextTypeName()
DGrContextFactory.cpp110 case kNull_GLContextType: in getContextInfo()
/external/skia/dm/
DDMGpuSupport.h77 kNull_GLContextType = 0; variable
DDM.cpp1246 GrContextFactory::kNull_GLContextType, in RunWithGPUTestContexts()
1258 } else if (contextType == GrContextFactory::kNull_GLContextType) { in RunWithGPUTestContexts()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp201 *outContextType = GrContextFactory::kNull_GLContextType; in parse_option_gpu_api()
/external/skia/tests/
DGrPorterDuffTest.cpp1151 GrContext* ctx = mockFactory.get(GrContextFactory::kNull_GLContextType);