Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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()
H A DVkBackendSurfaceTest.cpp72 GrBackendTexture::TestingOnly_Equals(drmImage->getBackendTexture(false), drmBETex)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
167 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex1, backendTex2)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
171 REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex2)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
175 REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex2)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
179 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex1)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
183 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
H A DImageFilterCacheTest.cpp241 if (!GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
244 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(readBackBackendTex, backendTex)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A 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()
H A DSurfaceTest.cpp294 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write()
306 REPORTER_ASSERT(reporter, GrBackendRenderTarget::TestingOnly_Equals(rt1, rt2) == in test_backend_rendertarget_access_copy_on_write()
563 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTex2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/include/gpu/
H A DGrBackendSurface.h385 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
581 static bool TestingOnly_Equals(const GrBackendRenderTarget&, const GrBackendRenderTarget&);
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp865 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals() function in GrBackendTexture
1256 bool GrBackendRenderTarget::TestingOnly_Equals(const GrBackendRenderTarget& r0, in TestingOnly_Equals() function in GrBackendRenderTarget

Completed in 9 milliseconds