Searched refs:readColorBufferToBytesLocked (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.h | 504 bool readColorBufferToBytesLocked(uint32_t colorBufferHandle, uint32_t x, uint32_t y,
|
D | VkCommonOperations.cpp | 3014 result = readColorBufferToBytesLocked( in readColorBufferToBytes() 3029 return readColorBufferToBytesLocked(colorBufferHandle, x, y, w, h, outPixels, outPixelsSize); in readColorBufferToBytes() 3032 bool VkEmulation::readColorBufferToBytesLocked(uint32_t colorBufferHandle, uint32_t x, uint32_t y, in readColorBufferToBytesLocked() function in gfxstream::vk::VkEmulation
|