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

  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 39 enum GLContextType {
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/include/gpu/
GrContextFactory.h 39 enum GLContextType {
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/chromium_org/third_party/skia/bench/
benchmain.cpp 173 typedef GrContextFactory::GLContextType GLContextType;
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;
183 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0;
197 GLContextType contextType
    [all...]
  /external/skia/bench/
benchmain.cpp 173 typedef GrContextFactory::GLContextType GLContextType;
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;
183 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0;
197 GLContextType contextType
    [all...]
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 254 typedef GrContextFactory::GLContextType GLContextType;
256 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType;
258 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
  /external/skia/tests/
SkpSkGrTest.cpp 254 typedef GrContextFactory::GLContextType GLContextType;
256 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType;
258 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 61 typedef GrContextFactory::GLContextType GLContextType;
69 typedef int GLContextType;
158 GLContextType fGLContextType; // GPU backend only
    [all...]
  /external/skia/gm/
gmmain.cpp 61 typedef GrContextFactory::GLContextType GLContextType;
69 typedef int GLContextType;
158 GLContextType fGLContextType; // GPU backend only
    [all...]

Completed in 555 milliseconds