Searched refs:subUpdate (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | BufferGl.h | 43 void subUpdate(uint64_t offset, uint64_t size, const void* bytes);
|
D | BufferGl.cpp | 68 void BufferGl::subUpdate(uint64_t offset, uint64_t size, const void* bytes) { in subUpdate() function in gfxstream::gl::BufferGl
|
D | ColorBufferGl.h | 141 bool subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type,
|
D | ColorBufferGl.cpp | 584 bool ColorBufferGl::subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, in subUpdate() function in gfxstream::gl::ColorBufferGl 639 return subUpdate(0, 0, m_width, m_height, m_format, m_type, newContents); in replaceContents()
|
/hardware/google/gfxstream/host/ |
D | Buffer.cpp | 128 mBufferGl->subUpdate(offset, size, bytes); in updateFromBytes()
|
D | ColorBuffer.cpp | 247 return mColorBufferGl->subUpdate(x, y, width, height, pixelsFormat, pixelsType, pixels); in updateFromBytes() 541 mColorBufferGl->subUpdate(0, 0, mWidth, mHeight, format, type, nullptr); in glOpSwapYuvTexturesAndUpdate()
|