Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp2757 VkResult bindImageMemoryRes = vk->vkBindImageMemory( in createVkColorBufferLocked() local
2760 if (bindImageMemoryRes != VK_SUCCESS) { in createVkColorBufferLocked()
2761 ERR("Failed to bind image memory. Error: %s", string_VkResult(bindImageMemoryRes)); in createVkColorBufferLocked()