Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp121 const VkImageCreateInfo* pCreateInfo, const VkNativeBufferANDROID* nativeBufferANDROID, in create() argument
138 out->mAhbFormat = nativeBufferANDROID->format; in create()
139 out->mStride = nativeBufferANDROID->stride; in create()
140 out->mColorBufferHandle = *static_cast<const uint32_t*>(nativeBufferANDROID->handle); in create()
171 *static_cast<const uint32_t*>(nativeBufferANDROID->handle); in create()
DVkAndroidNativeBuffer.h49 const VkImageCreateInfo* pCreateInfo, const VkNativeBufferANDROID* nativeBufferANDROID,
DVkDecoderGlobalState.cpp2517 const VkNativeBufferANDROID* nativeBufferANDROID = in on_vkCreateImage() local
2522 if (nativeBufferANDROID) { in on_vkCreateImage()
2537 …m_vkEmulation, vk, device, *pool, pCreateInfo, nativeBufferANDROID, pAllocator, &memoryProperties); in on_vkCreateImage()