Searched defs:p_colorbuffer (Results 1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/gfxstream/host/ |
| D | FrameBuffer.cpp | 1227 int FrameBuffer::openColorBuffer(HandleType p_colorbuffer) { in openColorBuffer() 1256 void FrameBuffer::closeColorBuffer(HandleType p_colorbuffer) { in closeColorBuffer() 1299 bool FrameBuffer::closeColorBufferLocked(HandleType p_colorbuffer, bool forced) { in closeColorBufferLocked() 1343 void FrameBuffer::decColorBufferRefCountNoDestroy(HandleType p_colorbuffer) { in decColorBufferRefCountNoDestroy() 1568 void FrameBuffer::readColorBuffer(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBuffer() 1581 void FrameBuffer::readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBufferYUV() 1606 bool FrameBuffer::updateColorBuffer(HandleType p_colorbuffer, in updateColorBuffer() 1631 bool FrameBuffer::updateColorBufferFromFrameworkFormat(HandleType p_colorbuffer, int x, int y, in updateColorBufferFromFrameworkFormat() 1652 HandleType p_colorbuffer, int* width, int* height, GLint* internalformat, in getColorBufferInfo() 1687 bool FrameBuffer::post(HandleType p_colorbuffer, bool needLockAndBind) { in post() [all …]
|