Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/
DColorBufferVk.cpp44 bool ColorBufferVk::readToBytes(std::vector<uint8_t>* outBytes) { in readToBytes() function in gfxstream::vk::ColorBufferVk
48 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
/device/generic/vulkan-cereal/stream-servers/
DBuffer.cpp95 void Buffer::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes() function in gfxstream::Buffer
DColorBuffer.cpp147 void ColorBuffer::readToBytes(int x, int y, int width, int height, GLenum pixelsFormat, in readToBytes() function in gfxstream::ColorBuffer