Home
last modified time | relevance | path

Searched refs:getMtlTextureInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/experimental/graphite/include/
H A DTextureInfo.h54 bool getMtlTextureInfo(mtl::TextureInfo* info) const { in getMtlTextureInfo() function in skgpu::TextureInfo
/third_party/skia/include/gpu/
H A DGrBackendSurface.h347 bool getMtlTextureInfo(GrMtlTextureInfo*) const;
546 bool getMtlTextureInfo(GrMtlTextureInfo*) const;
/third_party/skia/tests/
H A DGrMipMappedTest.cpp228 if (genBackendTex.getMtlTextureInfo(&genImageInfo) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
229 backendTex.getMtlTextureInfo(&origImageInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
H A 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()

Completed in 5 milliseconds