Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp63 bool ColorBufferVk::updateFromBytes(const std::vector<uint8_t>& bytes) { in updateFromBytes() function in gfxstream::vk::ColorBufferVk
67 bool ColorBufferVk::updateFromBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in updateFromBytes() function in gfxstream::vk::ColorBufferVk
DBufferVk.cpp44 bool BufferVk::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes() function in gfxstream::vk::BufferVk
/hardware/google/gfxstream/host/
DBuffer.cpp123 bool Buffer::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes() function in gfxstream::Buffer
DColorBuffer.cpp220 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, in updateFromBytes() function in gfxstream::ColorBuffer
241 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, GLenum pixelsFormat, in updateFromBytes() function in gfxstream::ColorBuffer