Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp56 return readColorBufferToBytes(mHandle, outBytes); in readToBytes()
60 return readColorBufferToBytes(mHandle, x, y, w, h, outBytes); in readToBytes()
DVkCommonOperations.h504 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,
DVkCommonOperations.cpp2381 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/
DColorBuffer.cpp336 if (!vk::readColorBufferToBytes(mHandle, &contents)) { in flushFromVk()