Home
last modified time | relevance | path

Searched refs:getMTLTextureFunc (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h155 PFN_vkGetMTLTextureMVK getMTLTextureFunc = nullptr; member
DVkCommonOperations.cpp749 sVkEmulation->getMTLTextureFunc = gvk->vkGetMTLTextureMVK; in createGlobalVkEmulation()
750 if (!sVkEmulation->getMTLTextureFunc) { in createGlobalVkEmulation()
2169 sVkEmulation->getMTLTextureFunc(infoPtr->image, &infoPtr->mtlTexture); in initializeVkColorBufferLocked()