/hardware/google/gfxstream/host/vulkan/ |
D | ColorBufferVk.h | 35 bool readToBytes(std::vector<uint8_t>* outBytes); 36 bool readToBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, void* outBytes);
|
D | ColorBufferVk.cpp | 55 bool ColorBufferVk::readToBytes(std::vector<uint8_t>* outBytes) { in readToBytes() function in gfxstream::vk::ColorBufferVk 59 bool ColorBufferVk::readToBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, void* outBytes) { in readToBytes() function in gfxstream::vk::ColorBufferVk
|
D | BufferVk.h | 27 void readToBytes(uint64_t offset, uint64_t size, void* outBytes);
|
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 116 mBufferVk->readToBytes(offset, size, outBytes); in readToBytes()
|
D | Buffer.h | 58 void readToBytes(uint64_t offset, uint64_t size, void* outBytes);
|
D | ColorBuffer.cpp | 166 void ColorBuffer::readToBytes(int x, int y, int width, int height, GLenum pixelsFormat, in readToBytes() function in gfxstream::ColorBuffer 178 mColorBufferVk->readToBytes(x, y, width, height, outPixels); in readToBytes() 213 mColorBufferVk->readToBytes(x, y, width, height, outPixels); in readYuvToBytes()
|
D | ColorBuffer.h | 69 void readToBytes(int x, int y, int width, int height, GLenum pixelsFormat, GLenum pixelsType,
|
D | FrameBuffer.cpp | 1585 buffer->readToBytes(offset, size, bytes); in readBuffer() 1598 colorBuffer->readToBytes(x, y, width, height, format, type, pixels); in readColorBuffer()
|