Home
last modified time | relevance | path

Searched defs:mtlTexture (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/graphite/src/
DBackendTexture.cpp13 BackendTexture::BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture) in BackendTexture()
/third_party/skia/experimental/graphite/src/mtl/
DMtlTexture.h27 id<MTLTexture> mtlTexture() const { return fTexture.get(); } in mtlTexture() function
/third_party/skia/src/gpu/mtl/
DGrMtlAttachment.h52 id<MTLTexture> mtlTexture() const { return fTexture; } in mtlTexture() function
DGrMtlUtil.h29 SK_ALWAYS_INLINE id<MTLTexture> GrGetMTLTexture(const void* mtlTexture) { in GrGetMTLTexture()
DGrMtlTexture.h35 id<MTLTexture> mtlTexture() const { return fTexture->mtlTexture(); } in mtlTexture() function
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlTexture.h29 id<MTLTexture> mtlTexture() const { return fTexture; } in mtlTexture() function
DGrMtlUtil.h46 SK_ALWAYS_INLINE id<MTLTexture> GrGetMTLTexture(const void* mtlTexture) { in GrGetMTLTexture()