Searched defs:updateFromBytes (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ | ||
D | ColorBufferVk.cpp | 63 bool ColorBufferVk::updateFromBytes(const std::vector<uint8_t>& bytes) { 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 |
/hardware/google/gfxstream/host/ | ||
D | Buffer.cpp | 123 bool Buffer::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes() function in gfxstream::Buffer |
D | ColorBuffer.cpp | 220 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, in updateFromBytes() function in gfxstream::ColorBuffer |