Home
last modified time | relevance | path

Searched refs:kGLES_ContextType (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/tools/gpu/
H A DGrContextFactory.h35 kGLES_ContextType, //! OpenGL ES context. enumerator
94 case kGLES_ContextType: in ContextTypeName()
H A DGrContextFactory.cpp179 case kGLES_ContextType: in getContextInfoInternal()
/third_party/skia/dm/
H A DDMGpuTestProcs.cpp50 static constexpr auto kNativeGLType = GrContextFactory::kGLES_ContextType; in RunWithGPUTestContexts()
58 contextType == GrContextFactory::kGLES_ContextType) { in RunWithGPUTestContexts()
/third_party/skia/tests/
H A DSurfaceSemaphoreTest.cpp192 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGLES_ContextType; in DEF_GPUTEST()
202 contextType == sk_gpu_test::GrContextFactory::kGLES_ContextType) { in DEF_GPUTEST()
H A DVkHardwareBufferTest.cpp144 fGLESContextInfo = fFactory.getContextInfo(sk_gpu_test::GrContextFactory::kGLES_ContextType); in init()
/third_party/skia/tools/skiaserve/
H A DRequest.cpp60 gl = factory->getContextInfo(GrContextFactory::kGLES_ContextType, in getCanvas()
102 result = fContextFactory->get(GrContextFactory::kGLES_ContextType, in directContext()
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp291 *outContextType = GrContextFactory::kGLES_ContextType; in parse_option_gpu_api()
295 *outContextType = GrContextFactory::kGLES_ContextType; in parse_option_gpu_api()
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp288 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
/third_party/skia/tools/fm/
H A Dfm.cpp504 { "gles" , GrContextFactory::kGLES_ContextType }, in main()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp1653 context = f.get(sk_gpu_test::GrContextFactory::kGLES_ContextType);

Completed in 10 milliseconds