Searched refs:IsRenderingContext (Results 1 – 17 of 17) sorted by relevance
/external/skqp/dm/ |
D | DMGpuTestProcs.cpp | 26 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
|
/external/skia/dm/ |
D | DMGpuTestProcs.cpp | 34 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
|
/external/skia/tools/gpu/ |
D | GrContextFactory.h | 63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
|
/external/skia/tests/ |
D | DefaultPathRendererTest.cpp | 132 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
|
D | Test.h | 201 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 | 421 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 | 729 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 | 1965 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
|
/external/skqp/tools/gpu/ |
D | GrContextFactory.h | 63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
|
/external/skqp/tests/ |
D | DefaultPathRendererTest.cpp | 136 sk_gpu_test::GrContextFactory::IsRenderingContext, in DEF_GPUTEST_FOR_CONTEXTS() argument
|
D | Test.h | 203 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
|
D | SurfaceSemaphoreTest.cpp | 193 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
|
D | ResourceCacheTest.cpp | 90 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
|
/external/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 274 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()
|