Searched refs:nativeBufferANDROID (Results 1 – 3 of 3) sorted by relevance
149 const VkNativeBufferANDROID* nativeBufferANDROID,
121 const VkNativeBufferANDROID* nativeBufferANDROID, in prepareAndroidNativeBufferImage() argument138 out->format = nativeBufferANDROID->format; in prepareAndroidNativeBufferImage()139 out->stride = nativeBufferANDROID->stride; in prepareAndroidNativeBufferImage()140 out->colorBufferHandle = *static_cast<const uint32_t*>(nativeBufferANDROID->handle); in prepareAndroidNativeBufferImage()
2120 const VkNativeBufferANDROID* nativeBufferANDROID = in on_vkCreateImage() local2125 if (nativeBufferANDROID) { in on_vkCreateImage()2140 prepareAndroidNativeBufferImage(vk, device, *pool, pCreateInfo, nativeBufferANDROID, in on_vkCreateImage()2167 if (nativeBufferANDROID) imageInfo.anbInfo = std::move(anbInfo); in on_vkCreateImage()