Home
last modified time | relevance | path

Searched refs:getMockTextureInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp158 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture()
183 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapRenderableBackendTexture()
264 if (tex.getMockTextureInfo(&info)) { in deleteBackendTexture()
274 if (!tex.getMockTextureInfo(&info)) { in isTestingOnlyBackendTexture()
/third_party/skia/include/gpu/
DGrBackendSurface.h366 bool getMockTextureInfo(GrMockTextureInfo*) const;
/third_party/skia/src/gpu/
DGrBackendSurface.cpp757 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo() function in GrBackendTexture