Searched refs:mtlInfo (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrBackendSurface.cpp | 490 const GrMtlTextureInfo& mtlInfo) in GrBackendTexture() argument 496 , fMtlInfo(mtlInfo) {} in GrBackendTexture() 786 GrMtlTextureInfo mtlInfo; in getBackendFormat() local 787 SkAssertResult(this->getMtlTextureInfo(&mtlInfo)); in getBackendFormat() 788 return GrBackendFormat::MakeMtl(GrGetMTLPixelFormatFromMtlTextureInfo(mtlInfo)); in getBackendFormat() 919 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height, const GrMtlTextureInfo& mtlInfo) in GrBackendRenderTarget() argument 924 , fSampleCnt(std::max(1, GrMtlTextureInfoSampleCount(mtlInfo))) in GrBackendRenderTarget() 927 , fMtlInfo(mtlInfo) {} in GrBackendRenderTarget() 931 const GrMtlTextureInfo& mtlInfo) in GrBackendRenderTarget() argument 932 : GrBackendRenderTarget(width, height, mtlInfo) {} in GrBackendRenderTarget() [all …]
|
/external/skqp/src/gpu/ |
D | GrBackendSurface.cpp | 199 const GrMtlTextureInfo& mtlInfo) in GrBackendTexture() argument 206 , fMtlInfo(mtlInfo) {} in GrBackendTexture() 364 GrMtlTextureInfo mtlInfo; in getBackendFormat() local 365 SkAssertResult(this->getMtlTextureInfo(&mtlInfo)); in getBackendFormat() 366 return GrBackendFormat::MakeMtl(GrGetMTLPixelFormatFromMtlTextureInfo(mtlInfo)); in getBackendFormat() 459 const GrMtlTextureInfo& mtlInfo) in GrBackendRenderTarget() argument 467 , fMtlInfo(mtlInfo) {} in GrBackendRenderTarget()
|
/external/skia/include/gpu/ |
D | GrBackendSurface.h | 254 const GrMtlTextureInfo& mtlInfo); 450 const GrMtlTextureInfo& mtlInfo); 455 const GrMtlTextureInfo& mtlInfo);
|
/external/skqp/include/gpu/ |
D | GrBackendSurface.h | 149 const GrMtlTextureInfo& mtlInfo); 281 const GrMtlTextureInfo& mtlInfo);
|