Searched defs:updateFromBytes (Results 1 – 4 of 4) sorted by relevance
| /external/mesa3d/src/gfxstream/host/vulkan/ | ||
| D | ColorBufferVk.cpp | 52 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 |
| /external/mesa3d/src/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 | 214 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, in updateFromBytes() function in gfxstream::ColorBuffer |