Home
last modified time | relevance | path

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

/external/skia/tools/
DPictureRenderer.h180 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType; variable
190 glContextType = GrContextFactory::kNVPR_GLContextType;
194 glContextType = GrContextFactory::kANGLE_GLContextType;
199 glContextType = GrContextFactory::kMESA_GLContextType;
208 fGrContext = fGrContextFactory.get(glContextType, gpuAPI);
366 GrContextFactory::GLContextType glContextType in getGLContext() local
370 glContextType = GrContextFactory::kNative_GLContextType; in getGLContext()
373 glContextType = GrContextFactory::kNVPR_GLContextType; in getGLContext()
377 glContextType = GrContextFactory::kANGLE_GLContextType; in getGLContext()
382 glContextType = GrContextFactory::kMESA_GLContextType; in getGLContext()
[all …]