Home
last modified time | relevance | path

Searched refs:IsRenderingContext (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DDMSAATest.cpp118 &sk_gpu_test::GrContextFactory::IsRenderingContext,
153 &sk_gpu_test::GrContextFactory::IsRenderingContext,
180 &sk_gpu_test::GrContextFactory::IsRenderingContext,
208 &sk_gpu_test::GrContextFactory::IsRenderingContext,
DTest.h317 sk_gpu_test::GrContextFactory::IsRenderingContext, \
359 sk_gpu_test::GrContextFactory::IsRenderingContext, \
376 sk_gpu_test::GrContextFactory::IsRenderingContext, \
DDefaultPathRendererTest.cpp132 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GANESH_TEST_FOR_CONTEXTS() argument
DBazelTestRunner.cpp58 return IsGLContextType(type) && sk_gpu_test::GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
DSurfaceSemaphoreTest.cpp235 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GANESH_TEST()
DSkRemoteGlyphCacheTest.cpp319 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GANESH_TEST_FOR_CONTEXTS() argument
363 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GANESH_TEST_FOR_CONTEXTS() argument
407 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GANESH_TEST_FOR_CONTEXTS() argument
DProgramsTest.cpp455 test_programs, &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, opts); in DEF_GANESH_TEST()
DGrSurfaceTest.cpp286 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GANESH_TEST()
DBackendAllocationTest.cpp765 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(type)) { in DEF_GANESH_TEST()
DResourceCacheTest.cpp121 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
DGrClipStackTest.cpp2099 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GANESH_TEST_FOR_CONTEXTS() argument
/external/skia/dm/
DDMGpuTestProcs.cpp45 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/external/skia/tools/gpu/
DGrContextFactory.h68 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/external/skia/tools/skqp/src/
Dskqp_GpuTestProcs.cpp40 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/external/skia/modules/canvaskit/
Dgm_bindings.cpp276 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()