Searched refs:nativeResource (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | ColorBufferVk.cpp | 72 bool ColorBufferVk::importExtMemoryHandle(void* nativeResource, uint32_t type, in importExtMemoryHandle() argument 77 *reinterpret_cast<VK_EXT_MEMORY_HANDLE*>(&nativeResource); in importExtMemoryHandle()
|
D | ColorBufferVk.h | 41 bool importExtMemoryHandle(void* nativeResource, uint32_t type, bool preserveContent);
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.h | 94 bool importNativeResource(void* nativeResource, uint32_t type, bool preserveContent);
|
D | ColorBuffer.cpp | 422 bool ColorBuffer::importNativeResource(void* nativeResource, uint32_t type, bool preserveContent) { in importNativeResource() argument 437 return mColorBufferVk->importExtMemoryHandle(nativeResource, type, preserveContent); in importNativeResource()
|