Home
last modified time | relevance | path

Searched refs:kNative_GLContextType (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DGrContextFactoryTest.cpp19 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/
DGrContextFactory.h37 kNative_GLContextType, enumerator
71 case kNative_GLContextType: in get()
/external/skia/tools/
DPictureRenderer.h175 return fGrContextFactory.getGLContext(GrContextFactory::kNative_GLContextType); in getGLContext()
193 , fGrContext(fGrContextFactory.get(GrContextFactory::kNative_GLContextType)) in PictureRenderer()
DPictureRenderer.cpp179 GrContextFactory::kNative_GLContextType); in resetState()
/external/skia/gm/
Dgmmain.cpp992 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…