HomeSort by relevance Sort by last modified time
    Searched defs:GLContextType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 36 enum GLContextType {
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/
GrContextFactory.h 36 enum GLContextType {
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/
benchmain.cpp 233 typedef GrContextFactory::GLContextType GLContextType;
234 static const GLContextType kDontCareGLCtxType = GrContextFactory::kNative_GLContextType;
236 typedef int GLContextType;
237 static const GLContextType kDontCareGLCtxType = 0;
245 GLContextType fContextType;
    [all...]
  /external/skia/gm/
gmmain.cpp 59 typedef GrContextFactory::GLContextType GLContextType;
67 typedef int GLContextType;
159 GLContextType fGLContextType; // GPU backend only
    [all...]

Completed in 2066 milliseconds