Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DBufferVk.cpp41 readBufferToBytes(mHandle, offset, size, outBytes); in readToBytes()
DVkCommonOperations.h523 bool readBufferToBytes(uint32_t bufferHandle, uint64_t offset, uint64_t size, void* outBytes);
DVkCommonOperations.cpp3117 bool readBufferToBytes(uint32_t bufferHandle, uint64_t offset, uint64_t size, void* outBytes) { in readBufferToBytes() function