Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp72 bool ColorBufferVk::importExtMemoryHandle(void* nativeResource, uint32_t type, in importExtMemoryHandle() argument
77 *reinterpret_cast<VK_EXT_MEMORY_HANDLE*>(&nativeResource); in importExtMemoryHandle()
DColorBufferVk.h41 bool importExtMemoryHandle(void* nativeResource, uint32_t type, bool preserveContent);
/hardware/google/gfxstream/host/
DColorBuffer.h94 bool importNativeResource(void* nativeResource, uint32_t type, bool preserveContent);
DColorBuffer.cpp422 bool ColorBuffer::importNativeResource(void* nativeResource, uint32_t type, bool preserveContent) { in importNativeResource() argument
437 return mColorBufferVk->importExtMemoryHandle(nativeResource, type, preserveContent); in importNativeResource()