Home
last modified time | relevance | path

Searched refs:readColorBufferToBytesLocked (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h504 bool readColorBufferToBytesLocked(uint32_t colorBufferHandle, uint32_t x, uint32_t y,
DVkCommonOperations.cpp3014 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