Home
last modified time | relevance | path

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

/third_party/skia/tests/
DDMSAATest.cpp86 &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, ctxInfo,
117 DEF_GPUTEST_FOR_CONTEXTS(DMSAA_dst_read, &sk_gpu_test::GrContextFactory::IsRenderingContext,
141 &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, ctxInfo,
166 &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, ctxInfo,
DDefaultPathRendererTest.cpp134 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
DTest.h257 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
DSurfaceSemaphoreTest.cpp209 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DProgramsTest.cpp416 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.cpp723 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.cpp2058 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
/third_party/flutter/skia/dm/
DDMGpuTestProcs.cpp26 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/third_party/skia/dm/
DDMGpuTestProcs.cpp39 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.h60 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/third_party/skia/tools/gpu/
DGrContextFactory.h64 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/third_party/flutter/skia/tests/
DDefaultPathRendererTest.cpp133 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
DTest.h191 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
DSurfaceSemaphoreTest.cpp207 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DGrSurfaceTest.cpp239 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DResourceCacheTest.cpp85 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp275 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()