Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mock/
H A DGrMockGpu.cpp169 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture()
194 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapRenderableBackendTexture()
275 if (tex.getMockTextureInfo(&info)) { in deleteBackendTexture()
285 if (!tex.getMockTextureInfo(&info)) { in isTestingOnlyBackendTexture()
/third_party/skia/include/gpu/
H A DGrBackendSurface.h366 bool getMockTextureInfo(GrMockTextureInfo*) const;
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp757 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo() function in GrBackendTexture

Completed in 4 milliseconds