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/
DGLBackendSurfaceTest.cpp106 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()
DVkBackendSurfaceTest.cpp112 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()
DImageFilterCacheTest.cpp246 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()
DSurfaceTest.cpp296 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()
DImageTest.cpp868 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/
DGrBackendSurface.h204 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
335 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
/external/skia/include/gpu/
DGrBackendSurface.h353 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
540 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.cpp810 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