Searched refs:glContextType (Results 1 – 1 of 1) sorted by relevance
180 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType; variable190 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() local370 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 …]