Searched refs:glContextType (Results 1 – 1 of 1) sorted by relevance
160 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType; in setDeviceType() local171 glContextType = GrContextFactory::kANGLE_GLContextType; in setDeviceType()180 fGrContext = fGrContextFactory.get(glContextType); in setDeviceType()274 GrContextFactory::GLContextType glContextType in getGLContext() local278 glContextType = GrContextFactory::kNative_GLContextType; in getGLContext()282 glContextType = GrContextFactory::kANGLE_GLContextType; in getGLContext()288 return fGrContextFactory.getGLContext(glContextType); in getGLContext()