/external/skqp/tests/ |
D | VkBackendSurfaceTest.cpp | 102 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 106 … REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 110 … REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 114 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 118 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
D | PromiseImageTest.cpp | 486 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 508 GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 551 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 595 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 661 GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 768 !GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ImageFilterCacheTest.cpp | 237 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 240 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | SurfaceTest.cpp | 301 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write() 313 REPORTER_ASSERT(reporter, GrBackendRenderTarget::TestingOnly_Equals(rt1, rt2) == in test_backend_rendertarget_access_copy_on_write() 524 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTex2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ImageTest.cpp | 847 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 850 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 1136 bool tookDirectly = result && GrBackendTexture::TestingOnly_Equals(origBackend, newBackend); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | GLBackendSurfaceTest.cpp | 106 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 111 !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 116 !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 120 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 124 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
|
D | VkBackendSurfaceTest.cpp | 112 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex1, backendTex2)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 116 REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex2)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 120 REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex2)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 124 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex1)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 128 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
D | ImageFilterCacheTest.cpp | 246 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 249 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | SurfaceTest.cpp | 296 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write() 308 REPORTER_ASSERT(reporter, GrBackendRenderTarget::TestingOnly_Equals(rt1, rt2) == in test_backend_rendertarget_access_copy_on_write() 565 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTex2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ImageTest.cpp | 868 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, mbet->texture())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 872 GrBackendTexture::TestingOnly_Equals(readBackBackendTex, mbet->texture())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 1143 bool tookDirectly = result && GrBackendTexture::TestingOnly_Equals(origBackend, newBackend); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/include/gpu/ |
D | GrBackendSurface.h | 204 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&); 335 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
|
/external/skia/include/gpu/ |
D | GrBackendSurface.h | 353 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&); 540 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
|
/external/skqp/src/gpu/ |
D | GrBackendSurface.cpp | 377 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals() function in GrBackendTexture 605 bool GrBackendRenderTarget::TestingOnly_Equals(const GrBackendRenderTarget& r0, in TestingOnly_Equals() function in GrBackendRenderTarget
|
/external/skia/src/gpu/ |
D | GrBackendSurface.cpp | 810 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals() function in GrBackendTexture 1197 bool GrBackendRenderTarget::TestingOnly_Equals(const GrBackendRenderTarget& r0, in TestingOnly_Equals() function in GrBackendRenderTarget
|