Home
last modified time | relevance | path

Searched defs:readToBytes (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp55 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
DBufferVk.cpp40 void BufferVk::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes() function in gfxstream::vk::BufferVk
/hardware/google/gfxstream/host/
DBuffer.cpp105 void Buffer::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes() function in gfxstream::Buffer
DColorBuffer.cpp166 void ColorBuffer::readToBytes(int x, int y, int width, int height, GLenum pixelsFormat, in readToBytes() function in gfxstream::ColorBuffer