Home
last modified time | relevance | path

Searched refs:kNativeGLType (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DSurfaceSemaphoreTest.cpp140 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGL_ContextType; in DEF_GPUTEST() local
142 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGLES_ContextType; in DEF_GPUTEST()
152 if (contextType != kNativeGLType) { in DEF_GPUTEST()
/external/skia/dm/
DDM.cpp1415 static constexpr auto kNativeGLType = GrContextFactory::kGL_ContextType; in RunWithGPUTestContexts() local
1417 static constexpr auto kNativeGLType = GrContextFactory::kGLES_ContextType; in RunWithGPUTestContexts()
1426 if (contextType != kNativeGLType) { in RunWithGPUTestContexts()