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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h36 enum GLContextType { enum in class:GrContextFactory
52 static bool IsRenderingGLContext(GLContextType type) {
62 static const char* GLContextTypeName(GLContextType type) {
99 GrContext* get(GLContextType type) {
153 SkGLContextHelper* getGLContext(GLContextType type) {
165 GLContextType fType;
/external/skia/include/gpu/
H A DGrContextFactory.h36 enum GLContextType { enum in class:GrContextFactory
52 static bool IsRenderingGLContext(GLContextType type) {
62 static const char* GLContextTypeName(GLContextType type) {
99 GrContext* get(GLContextType type) {
153 SkGLContextHelper* getGLContext(GLContextType type) {
165 GLContextType fType;
/external/skia/bench/
H A Dbenchmain.cpp233 typedef GrContextFactory::GLContextType GLContextType; typedef
234 static const GLContextType kDontCareGLCtxType = GrContextFactory::kNative_GLContextType;
236 typedef int GLContextType; typedef
237 static const GLContextType kDontCareGLCtxType = 0;
245 GLContextType fContextType;
952 GrContextFactory::GLContextType ctxType = (GrContextFactory::GLContextType)i;
/external/skia/gm/
H A Dgmmain.cpp59 typedef GrContextFactory::GLContextType GLContextType; typedef
67 typedef int GLContextType; typedef
159 GLContextType fGLContextType; // GPU backend only
1271 static const GLContextType kDontCare_GLContextType = GrContextFactory::kNative_GLContextType;
1273 static const GLContextType kDontCare_GLContextType = 0;

Completed in 162 milliseconds