Home
last modified time | relevance | path

Searched refs:mtlTexture (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DBackendTexture.cpp13 BackendTexture::BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture) in BackendTexture() argument
15 , fInfo(mtl::TextureInfo(mtlTexture.get())) in BackendTexture()
16 , fMtlTexture(std::move(mtlTexture)) {} in BackendTexture()
/third_party/skia/src/gpu/mtl/
H A DGrMtlUtil.h29 SK_ALWAYS_INLINE id<MTLTexture> GrGetMTLTexture(const void* mtlTexture) { in GrGetMTLTexture() argument
31 return (__bridge id<MTLTexture>)mtlTexture; in GrGetMTLTexture()
33 return (id<MTLTexture>)mtlTexture; in GrGetMTLTexture()
66 MTLTextureDescriptor* GrGetMTLTextureDescriptor(id<MTLTexture> mtlTexture);
H A DGrMtlTexture.h35 id<MTLTexture> mtlTexture() const { return fTexture->mtlTexture(); } in mtlTexture() function in GrMtlTexture
H A DGrMtlRenderTarget.h39 id<MTLTexture> colorMTLTexture() const { return fColorAttachment->mtlTexture(); } in colorMTLTexture()
41 id<MTLTexture> resolveMTLTexture() const { return fResolveAttachment->mtlTexture(); } in resolveMTLTexture()
H A DGrMtlAttachment.h52 id<MTLTexture> mtlTexture() const { return fTexture; } in mtlTexture() function in GrMtlAttachment
/third_party/mesa3d/include/vulkan/
H A Dvulkan_metal.h144 MTLTexture_id mtlTexture; member
151 MTLTexture_id mtlTexture; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_metal.h146 MTLTexture_id mtlTexture; member
153 MTLTexture_id mtlTexture; member
H A Dvulkan_hash.hpp4721 VULKAN_HPP_HASH_COMBINE( seed, exportMetalTextureInfoEXT.mtlTexture );
6302 VULKAN_HPP_HASH_COMBINE( seed, importMetalTextureInfoEXT.mtlTexture );
H A Dvulkan_structs.hpp35485 , mtlTexture( mtlTexture_ ) mtlTexture() function
35597 MTLTexture_id mtlTexture = {}; global() member
47955 , mtlTexture( mtlTexture_ ) mtlTexture() function
48039 MTLTexture_id mtlTexture = {}; global() member
[all...]
/third_party/skia/experimental/graphite/include/
H A DBackendTexture.h24 BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture);
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlTexture.h27 id<MTLTexture> mtlTexture() const { return fTexture.get(); } in mtlTexture() function in skgpu::mtl::Texture
/third_party/skia/experimental/graphite/include/mtl/
H A DMtlTypes.h51 TextureInfo(Handle mtlTexture);

Completed in 69 milliseconds