Searched defs:mtlTexture (Results 1 – 7 of 7) sorted by relevance
13 BackendTexture::BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture) in BackendTexture()
27 id<MTLTexture> mtlTexture() const { return fTexture.get(); } in mtlTexture() function
52 id<MTLTexture> mtlTexture() const { return fTexture; } in mtlTexture() function
29 SK_ALWAYS_INLINE id<MTLTexture> GrGetMTLTexture(const void* mtlTexture) { in GrGetMTLTexture()
35 id<MTLTexture> mtlTexture() const { return fTexture->mtlTexture(); } in mtlTexture() function
29 id<MTLTexture> mtlTexture() const { return fTexture; } in mtlTexture() function
46 SK_ALWAYS_INLINE id<MTLTexture> GrGetMTLTexture(const void* mtlTexture) { in GrGetMTLTexture()