Searched defs:readToBytes (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | ||
| D | ColorBufferVk.cpp | 44 bool ColorBufferVk::readToBytes(std::vector<uint8_t>* outBytes) {  in readToBytes()  function in gfxstream::vk::ColorBufferVk | 
| D | BufferVk.cpp | 40 void BufferVk::readToBytes(uint64_t offset, uint64_t size, void* outBytes) {  in readToBytes()  function in gfxstream::vk::BufferVk | 
| /device/generic/vulkan-cereal/stream-servers/ | ||
| D | Buffer.cpp | 95 void Buffer::readToBytes(uint64_t offset, uint64_t size, void* outBytes) {  in readToBytes()  function in gfxstream::Buffer | 
| D | ColorBuffer.cpp | 147 void ColorBuffer::readToBytes(int x, int y, int width, int height, GLenum pixelsFormat,  in readToBytes()  function in gfxstream::ColorBuffer |