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