Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp638 bool ColorBufferGl::replaceContents(const void* newContents, size_t numBytes) { in replaceContents() argument
639 return subUpdate(0, 0, m_width, m_height, m_format, m_type, newContents); in replaceContents()