Searched refs:IsRenderingContext (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/tests/ |
D | DMSAATest.cpp | 86 &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,
|
D | DefaultPathRendererTest.cpp | 134 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
|
D | Test.h | 257 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
|
D | SurfaceSemaphoreTest.cpp | 209 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
|
D | ProgramsTest.cpp | 416 test_programs, &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, opts); in DEF_GPUTEST()
|
D | GrSurfaceTest.cpp | 203 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
|
D | BackendAllocationTest.cpp | 723 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(type)) { in DEF_GPUTEST()
|
D | ResourceCacheTest.cpp | 83 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
|
D | GrClipStackTest.cpp | 2058 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
|
/third_party/flutter/skia/dm/ |
D | DMGpuTestProcs.cpp | 26 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
|
/third_party/skia/dm/ |
D | DMGpuTestProcs.cpp | 39 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
|
/third_party/flutter/skia/tools/gpu/ |
D | GrContextFactory.h | 60 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
|
/third_party/skia/tools/gpu/ |
D | GrContextFactory.h | 64 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
|
/third_party/flutter/skia/tests/ |
D | DefaultPathRendererTest.cpp | 133 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
|
D | Test.h | 191 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
|
D | SurfaceSemaphoreTest.cpp | 207 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
|
D | GrSurfaceTest.cpp | 239 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
|
D | ResourceCacheTest.cpp | 85 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
|
/third_party/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 275 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()
|