HomeSort by relevance Sort by last modified time
    Searched refs:kNative_GLContextType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/tests/
GLInterfaceValidationTest.cpp 25 factory->getGLContext(GrContextFactory::kNative_GLContextType) &&
26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
BlurTest.cpp 282 GrContext* grContext = factory->get(GrContextFactory::kNative_GLContextType);
SkpSkGrTest.cpp 256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
  /external/chromium_org/third_party/skia/dm/
DMGpuSupport.h 48 kNative_GLContextType = 0,
DM.cpp 61 static const GrContextFactory::GLContextType native = GrContextFactory::kNative_GLContextType;
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 40 kNative_GLContextType,
70 case kNative_GLContextType:
137 case kNative_GLContextType:
  /external/chromium_org/third_party/skia/bench/
nanobench.cpp 304 #define kBogusGLContextType GrContextFactory::kNative_GLContextType
337 GPU_CONFIG(gpu, kNative_GLContextType, 0)
338 GPU_CONFIG(msaa4, kNative_GLContextType, 4)
339 GPU_CONFIG(msaa16, kNative_GLContextType, 16)
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.h 179 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType;
186 // Already set to GrContextFactory::kNative_GLContextType, above.
377 glContextType = GrContextFactory::kNative_GLContextType;
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp     [all...]

Completed in 135 milliseconds