Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.cpp183 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture()
204 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapRenderableBackendTexture()
243 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTextureAsRenderTarget()
295 if (tex.getMockTextureInfo(&info)) { in deleteBackendTexture()
305 if (!tex.getMockTextureInfo(&info)) { in isTestingOnlyBackendTexture()
/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/flutter/skia/include/gpu/
DGrBackendSurface.h258 bool getMockTextureInfo(GrMockTextureInfo*) const;
/third_party/skia/include/gpu/
DGrBackendSurface.h366 bool getMockTextureInfo(GrMockTextureInfo*) const;
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp509 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo() function in GrBackendTexture
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp309 backingTexture.getMockTextureInfo(&info); in DEF_CCPR_TEST()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp757 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo() function in GrBackendTexture