Home
last modified time | relevance | path

Searched refs:kDebug_GLContextType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrContextFactory.h45 kDebug_GLContextType, //! Non-rendering, state verifying OpenGL context. enumerator
46 kLastGLContextType = kDebug_GLContextType
63 case kDebug_GLContextType: in IsRenderingGLContext()
98 case kDebug_GLContextType: in GLContextTypeName()
DGrContextFactory.cpp113 case kDebug_GLContextType: in getContextInfo()
/external/skia/dm/
DDMGpuSupport.h73 kDebug_GLContextType = 0, variable
DDM.cpp1247 GrContextFactory::kDebug_GLContextType, in RunWithGPUTestContexts()
1260 } else if (contextType == GrContextFactory::kDebug_GLContextType) { in RunWithGPUTestContexts()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp197 *outContextType = GrContextFactory::kDebug_GLContextType; in parse_option_gpu_api()