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

  /external/skia/tests/
GrContextFactoryTest.cpp 21 NULL == contextFactory->getGLContext(GrContextFactory::kNative_GLContextType));
24 contextFactory->get(GrContextFactory::kNative_GLContextType);
26 contextFactory->getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
SurfaceTest.cpp 244 GrContext* context = factory->get(GrContextFactory::kNative_GLContextType);
DeferredCanvasTest.cpp 705 GrContext* context = factory->get(GrContextFactory::kNative_GLContextType);
773 GrContext* context = factory->get(GrContextFactory::kNative_GLContextType);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 37 kNative_GLContextType,
64 case kNative_GLContextType:
110 case kNative_GLContextType:
  /external/skia/include/gpu/
GrContextFactory.h 37 kNative_GLContextType,
64 case kNative_GLContextType:
110 case kNative_GLContextType:
  /external/skia/tools/
PictureRenderer.h 135 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType;
142 // Already set to GrContextFactory::kNative_GLContextType, above.
249 glContextType = GrContextFactory::kNative_GLContextType;
  /external/skia/bench/
benchmain.cpp 234 static const GLContextType kDontCareGLCtxType = GrContextFactory::kNative_GLContextType;
252 { SkBitmap::kARGB_8888_Config, "GPU", 0, kGPU_Backend, GrContextFactory::kNative_GLContextType, true },
253 { SkBitmap::kARGB_8888_Config, "MSAA4", 4, kGPU_Backend, GrContextFactory::kNative_GLContextType, false },
254 { SkBitmap::kARGB_8888_Config, "MSAA16", 16, kGPU_Backend, GrContextFactory::kNative_GLContextType, false },
    [all...]
  /external/skia/gm/
gmmain.cpp     [all...]

Completed in 363 milliseconds