Home
last modified time | relevance | path

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

/external/skia/tests/
DGLBackendSurfaceTest.cpp131 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy)); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
136 !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
141 !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
145 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex)); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
149 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
DVkBackendSurfaceTest.cpp89 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(actual, drmBETex)); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
190 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex1, backendTex2)); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
194 REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex2)); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
198 REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex2)); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
202 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex1)); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
206 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
DImageFilterCacheTest.cpp283 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
286 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DSurfaceTest.cpp364 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write()
376 REPORTER_ASSERT(reporter, GrBackendRenderTarget::TestingOnly_Equals(rt1, rt2) == in test_backend_rendertarget_access_copy_on_write()
663 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTex2)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DImageTest.cpp972 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, mbet->texture())) { in DEF_GANESH_TEST_FOR_GL_CONTEXT()
976 GrBackendTexture::TestingOnly_Equals(readBackBackendTex, mbet->texture())); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1264 bool tookDirectly = result && GrBackendTexture::TestingOnly_Equals(origBackend, newBackend); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
/external/skia/include/gpu/ganesh/
DGrBackendSurface.h217 static bool TestingOnly_Equals(const GrBackendTexture&, const GrBackendTexture&);
344 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
/external/skia/src/gpu/ganesh/
DGrBackendSurface.cpp463 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals() function in GrBackendTexture
664 bool GrBackendRenderTarget::TestingOnly_Equals(const GrBackendRenderTarget& r0, in TestingOnly_Equals() function in GrBackendRenderTarget