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 198 typedef GrContextFactory::GLContextType GLContextType;
199 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
201 static const GLContextType kANGLE = GrContextFactory::kANGLE_GLContextType;
203 static const GLContextType kDebug = GrContextFactory::kDebug_GLContextType;
204 static const GLContextType kNull = GrContextFactory::kNull_GLContextType;
206 typedef int GLContextType;
207 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0;
221 GLContextType contextType;
  /external/skia/gm/
gmmain.cpp 57 typedef GrContextFactory::GLContextType GLContextType;
65 typedef int GLContextType;
154 GLContextType fGLContextType; // GPU backend only
    [all...]

Completed in 2569 milliseconds