Searched defs:readToBytes (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ | ||
D | ColorBufferVk.cpp | 55 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 |
/hardware/google/gfxstream/host/ | ||
D | Buffer.cpp | 105 void Buffer::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes() function in gfxstream::Buffer |
D | ColorBuffer.cpp | 166 void ColorBuffer::readToBytes(int x, int y, int width, int height, GLenum pixelsFormat, in readToBytes() function in gfxstream::ColorBuffer |