Home
last modified time | relevance | path

Searched refs:getMtlTextureInfo (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/include/gpu/
DGrBackendSurface.h250 bool getMtlTextureInfo(GrMtlTextureInfo*) const;
394 bool getMtlTextureInfo(GrMtlTextureInfo*) const;
/third_party/skia/experimental/graphite/include/
DTextureInfo.h54 bool getMtlTextureInfo(mtl::TextureInfo* info) const { in getMtlTextureInfo() function
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp474 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo() function in GrBackendTexture
578 SkAssertResult(this->getMtlTextureInfo(&mtlInfo)); in getBackendFormat()
818 bool GrBackendRenderTarget::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo() function in GrBackendRenderTarget
857 SkAssertResult(this->getMtlTextureInfo(&mtlInfo)); in getBackendFormat()
/third_party/skia/include/gpu/
DGrBackendSurface.h347 bool getMtlTextureInfo(GrMtlTextureInfo*) const;
546 bool getMtlTextureInfo(GrMtlTextureInfo*) const;
/third_party/skia/src/gpu/
DGrBackendSurface.cpp700 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo() function in GrBackendTexture
842 SkAssertResult(this->getMtlTextureInfo(&mtlInfo)); in getBackendFormat()
1144 bool GrBackendRenderTarget::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo() function in GrBackendRenderTarget
1208 SkAssertResult(this->getMtlTextureInfo(&mtlInfo)); in getBackendFormat()
/third_party/flutter/skia/tests/
DGrMipMappedTest.cpp212 if (genBackendTex.getMtlTextureInfo(&genImageInfo) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
213 backendTex.getMtlTextureInfo(&origImageInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DGrMipMappedTest.cpp228 if (genBackendTex.getMtlTextureInfo(&genImageInfo) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
229 backendTex.getMtlTextureInfo(&origImageInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.mm480 if (!backendTex.getMtlTextureInfo(&textureInfo)) {
488 if (!backendRT.getMtlTextureInfo(&textureInfo)) {
826 if (!tex.getMtlTextureInfo(&info)) {
862 if (rt.getMtlTextureInfo(&info)) {
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm692 // TODO: Extra retain/release can't be avoided here because of getMtlTextureInfo copying the
696 if (!backendTex.getMtlTextureInfo(&textureInfo)) {
704 if (!backendRT.getMtlTextureInfo(&textureInfo)) {
929 SkAssertResult(backendTexture.getMtlTextureInfo(&info));
1032 SkAssertResult(backendTexture.getMtlTextureInfo(&info));
1141 if (!tex.getMtlTextureInfo(&info)) {
1186 if (rt.getMtlTextureInfo(&info)) {