Home
last modified time | relevance | path

Searched refs:subUpdate (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/
DBufferGl.h43 void subUpdate(uint64_t offset, uint64_t size, const void* bytes);
DBufferGl.cpp68 void BufferGl::subUpdate(uint64_t offset, uint64_t size, const void* bytes) { in subUpdate() function in gfxstream::gl::BufferGl
DColorBufferGl.h141 bool subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type,
DColorBufferGl.cpp584 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/
DBuffer.cpp128 mBufferGl->subUpdate(offset, size, bytes); in updateFromBytes()
DColorBuffer.cpp247 return mColorBufferGl->subUpdate(x, y, width, height, pixelsFormat, pixelsType, pixels); in updateFromBytes()
541 mColorBufferGl->subUpdate(0, 0, mWidth, mHeight, format, type, nullptr); in glOpSwapYuvTexturesAndUpdate()