Searched refs:readColorBufferToBytes (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | ColorBufferVk.cpp | 56 return readColorBufferToBytes(mHandle, outBytes); in readToBytes() 60 return readColorBufferToBytes(mHandle, x, y, w, h, outBytes); in readToBytes()
|
D | VkCommonOperations.h | 504 bool readColorBufferToBytes(uint32_t colorBufferHandle, std::vector<uint8_t>* bytes); 505 bool readColorBufferToBytes(uint32_t colorBufferHandle, uint32_t x, uint32_t y, uint32_t w,
|
D | VkCommonOperations.cpp | 2381 bool readColorBufferToBytes(uint32_t colorBufferHandle, std::vector<uint8_t>* bytes) { in readColorBufferToBytes() function 2421 bool readColorBufferToBytes(uint32_t colorBufferHandle, uint32_t x, uint32_t y, uint32_t w, in readColorBufferToBytes() function
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 336 if (!vk::readColorBufferToBytes(mHandle, &contents)) { in flushFromVk()
|