Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.h41 bool importExtMemoryHandle(void* nativeResource, uint32_t type, bool preserveContent);
DColorBufferVk.cpp72 bool ColorBufferVk::importExtMemoryHandle(void* nativeResource, uint32_t type, in importExtMemoryHandle() function in gfxstream::vk::ColorBufferVk
/hardware/google/gfxstream/host/
DColorBuffer.cpp437 return mColorBufferVk->importExtMemoryHandle(nativeResource, type, preserveContent); in importNativeResource()