Searched refs:kNative_GLContextType (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | GrContextFactoryTest.cpp | 19 NULL == contextFactory.getGLContext(GrContextFactory::kNative_GLContextType)); in test_context_factory() 22 contextFactory.get(GrContextFactory::kNative_GLContextType); in test_context_factory() 24 contextFactory.getGLContext(GrContextFactory::kNative_GLContextType) != NULL); in test_context_factory()
|
/external/skia/include/gpu/ |
D | GrContextFactory.h | 37 kNative_GLContextType, enumerator 71 case kNative_GLContextType: in get()
|
/external/skia/tools/ |
D | PictureRenderer.h | 175 return fGrContextFactory.getGLContext(GrContextFactory::kNative_GLContextType); in getGLContext() 193 , fGrContext(fGrContextFactory.get(GrContextFactory::kNative_GLContextType)) in PictureRenderer()
|
D | PictureRenderer.cpp | 179 GrContextFactory::kNative_GLContextType); in resetState()
|
/external/skia/gm/ |
D | gmmain.cpp | 992 static const GLContextType kDontCare_GLContextType = GrContextFactory::kNative_GLContextType; 1009 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 0, kRW_C… 1012 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 16, kRW_C…
|