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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h39 enum GLContextType { enum in class:GrContextFactory
58 static bool IsRenderingGLContext(GLContextType type) {
68 static const char* GLContextTypeName(GLContextType type) {
122 GrContext* get(GLContextType type, GrGLStandard forcedGpuAPI = kNone_GrGLStandard) {
195 SkGLContextHelper* getGLContext(GLContextType type) {
209 GLContextType fType;
/external/skia/include/gpu/
H A DGrContextFactory.h39 enum GLContextType { enum in class:GrContextFactory
58 static bool IsRenderingGLContext(GLContextType type) {
68 static const char* GLContextTypeName(GLContextType type) {
108 GrContext* get(GLContextType type) {
178 SkGLContextHelper* getGLContext(GLContextType type) {
190 GLContextType fType;
/external/skia/bench/
H A Dbenchmain.cpp173 typedef GrContextFactory::GLContextType GLContextType; typedef
174 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
175 static const GLContextType kNVPR = GrContextFactory::kNVPR_GLContextType;
177 static const GLContextType kANGLE = GrContextFactory::kANGLE_GLContextType;
179 static const GLContextType kDebug = GrContextFactory::kDebug_GLContextType;
180 static const GLContextType kNull = GrContextFactory::kNull_GLContextType;
182 typedef int GLContextType; typedef
183 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0;
197 GLContextType contextTyp
[all...]
/external/chromium_org/third_party/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;
/external/skia/tests/
H A DSkpSkGrTest.cpp254 typedef GrContextFactory::GLContextType GLContextType; typedef
256 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType;
258 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp62 typedef GrContextFactory::GLContextType GLContextType; typedef
70 typedef int GLContextType; typedef
159 GLContextType fGLContextType; // GPU backend only
1280 static const GLContextType kDontCare_GLContextType = GrContextFactory::kNative_GLContextType;
1282 static const GLContextType kDontCare_GLContextType = 0;
/external/skia/gm/
H A Dgmmain.cpp61 typedef GrContextFactory::GLContextType GLContextType; typedef
69 typedef int GLContextType; typedef
158 GLContextType fGLContextType; // GPU backend only
1281 static const GLContextType kDontCare_GLContextType = GrContextFactory::kNative_GLContextType;
1283 static const GLContextType kDontCare_GLContextType = 0;

Completed in 185 milliseconds