Home
last modified time | relevance | path

Searched refs:TestingOnly_Equals (Results 1 – 14 of 14) sorted by relevance

/external/skqp/tests/
DVkBackendSurfaceTest.cpp102 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()
DPromiseImageTest.cpp486 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()
DImageFilterCacheTest.cpp237 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()
DSurfaceTest.cpp301 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()
DImageTest.cpp847 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/
DVkBackendSurfaceTest.cpp102 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()
DImageFilterCacheTest.cpp237 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()
DSurfaceTest.cpp301 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()
DImageTest.cpp847 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()
DPromiseImageTest.cpp321 !GrBackendTexture::TestingOnly_Equals( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/gpu/
DGrBackendSurface.h206 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
337 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
/external/skqp/include/gpu/
DGrBackendSurface.h204 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
335 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
/external/skqp/src/gpu/
DGrBackendSurface.cpp377 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/
DGrBackendSurface.cpp387 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals() function in GrBackendTexture
615 bool GrBackendRenderTarget::TestingOnly_Equals(const GrBackendRenderTarget& r0, in TestingOnly_Equals() function in GrBackendRenderTarget