Home
last modified time | relevance | path

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

/external/skia/tests/
DGLBackendSurfaceTest.cpp66 REPORTER_ASSERT(reporter, backendTexCopy.isSameTexture(backendTex)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/external/skia/include/gpu/
DGrBackendSurface.h350 bool isSameTexture(const GrBackendTexture&);
/external/skia/src/image/
DSkSurface_Gpu.cpp579 if (oldTexture->getBackendTexture().isSameTexture(backendTexture)) { in onReplaceBackendTexture()
/external/skia/src/gpu/
DGrBackendSurface.cpp727 bool GrBackendTexture::isSameTexture(const GrBackendTexture& that) { in isSameTexture() function in GrBackendTexture