Home
last modified time | relevance | path

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

/external/skia/tools/
DPictureRenderer.h160 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType; in setDeviceType() local
171 glContextType = GrContextFactory::kANGLE_GLContextType; in setDeviceType()
180 fGrContext = fGrContextFactory.get(glContextType); in setDeviceType()
274 GrContextFactory::GLContextType glContextType in getGLContext() local
278 glContextType = GrContextFactory::kNative_GLContextType; in getGLContext()
282 glContextType = GrContextFactory::kANGLE_GLContextType; in getGLContext()
288 return fGrContextFactory.getGLContext(glContextType); in getGLContext()