Searched defs:GLContextType (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrContextFactory.h31 enum GLContextType { enum in class:GrContextFactory
50 static bool IsRenderingGLContext(GLContextType type) {
60 static const char* GLContextTypeName(GLContextType type) {
114 GrContext* get(GLContextType type, GrGLStandard forcedGpuAPI = kNone_GrGLStandard);
119 SkGLContext* getGLContext(GLContextType type) {
133 GLContextType fType;
/external/skia/tests/
H A DSkpSkGrTest.cpp252 typedef GrContextFactory::GLContextType GLContextType; typedef
254 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType;
256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;

Completed in 85 milliseconds