Home
last modified time | relevance | path

Searched refs:isSameTexture (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tests/
DGLBackendSurfaceTest.cpp59 REPORTER_ASSERT(reporter, backendTexCopy.isSameTexture(backendTex)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/third_party/skia/tests/
DGLBackendSurfaceTest.cpp66 REPORTER_ASSERT(reporter, backendTexCopy.isSameTexture(backendTex)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/third_party/flutter/skia/include/gpu/
DGrBackendSurface.h267 bool isSameTexture(const GrBackendTexture&);
/third_party/skia/include/gpu/
DGrBackendSurface.h382 bool isSameTexture(const GrBackendTexture&);
/third_party/skia/src/image/
DSkSurface_Gpu.cpp554 if (oldTexture->getBackendTexture().isSameTexture(backendTexture)) { in onReplaceBackendTexture()
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp524 bool GrBackendTexture::isSameTexture(const GrBackendTexture& that) { in isSameTexture() function in GrBackendTexture
/third_party/flutter/skia/src/image/
DSkSurface_Gpu.cpp590 if (oldTexture->getBackendTexture().isSameTexture(backendTexture)) { in onReplaceBackendTexture()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp781 bool GrBackendTexture::isSameTexture(const GrBackendTexture& that) { in isSameTexture() function in GrBackendTexture