Home
last modified time | relevance | path

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

/external/skqp/dm/
DDMGpuTestProcs.cpp26 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/external/skia/dm/
DDMGpuTestProcs.cpp34 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/external/skia/tools/gpu/
DGrContextFactory.h63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/external/skia/tests/
DDefaultPathRendererTest.cpp132 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
DTest.h201 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
DSurfaceSemaphoreTest.cpp209 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DProgramsTest.cpp421 test_programs, &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, opts); in DEF_GPUTEST()
DGrSurfaceTest.cpp203 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DBackendAllocationTest.cpp729 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(type)) { in DEF_GPUTEST()
DResourceCacheTest.cpp83 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
DGrClipStackTest.cpp1965 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
/external/skqp/tools/gpu/
DGrContextFactory.h63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/external/skqp/tests/
DDefaultPathRendererTest.cpp136 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
DTest.h203 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
DSurfaceSemaphoreTest.cpp193 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DResourceCacheTest.cpp90 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
/external/skia/modules/canvaskit/
Dgm_bindings.cpp274 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()