Home
last modified time | relevance | path

Searched refs:MTLTextureRef (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_private_defs.h28 typedef void* MTLTextureRef; typedef
32 typedef VkResult(VKAPI_PTR* PFN_vkSetMTLTextureMVK)(VkImage image, MTLTextureRef mtlTexture);
33 typedef void(VKAPI_PTR* PFN_vkGetMTLTextureMVK)(VkImage image, MTLTextureRef* pMTLTexture);
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h336 MTLTextureRef mtlTexture = nullptr;
498 MTLTextureRef getColorBufferMTLTexture(uint32_t colorBufferHandle);
DVkDecoderInternalStructs.h159 MTLTextureRef mtlTexture = nullptr;
Dvk_util.h323 typedef void* MTLTextureRef; typedef
DVkCommonOperations.cpp2839 MTLTextureRef getColorBufferMTLTexture(uint32_t colorBuffer) { in getColorBufferMTLTexture()