Searched defs:updateFromBytes (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | ColorBufferVk.cpp | 52 bool ColorBufferVk::updateFromBytes(const std::vector<uint8_t>& bytes) { in updateFromBytes() function in gfxstream::vk::ColorBufferVk 56 bool ColorBufferVk::updateFromBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in updateFromBytes() function in gfxstream::vk::ColorBufferVk
|
| D | BufferVk.cpp | 44 bool BufferVk::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes() function in gfxstream::vk::BufferVk
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | Buffer.cpp | 110 bool Buffer::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes() function in gfxstream::Buffer
|
| D | ColorBuffer.cpp | 193 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, in updateFromBytes() function in gfxstream::ColorBuffer 211 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, GLenum pixelsFormat, in updateFromBytes() function in gfxstream::ColorBuffer
|