Searched defs:p_colorbuffer (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 1290 int FrameBuffer::openColorBuffer(HandleType p_colorbuffer) { in openColorBuffer() 1319 void FrameBuffer::closeColorBuffer(HandleType p_colorbuffer) { in closeColorBuffer() 1362 bool FrameBuffer::closeColorBufferLocked(HandleType p_colorbuffer, bool forced) { in closeColorBufferLocked() 1406 void FrameBuffer::decColorBufferRefCountNoDestroy(HandleType p_colorbuffer) { in decColorBufferRefCountNoDestroy() 1634 void FrameBuffer::readColorBuffer(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBuffer() 1650 void FrameBuffer::readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBufferYUV() 1675 bool FrameBuffer::updateColorBuffer(HandleType p_colorbuffer, in updateColorBuffer() 1703 bool FrameBuffer::updateColorBufferFromFrameworkFormat(HandleType p_colorbuffer, int x, int y, in updateColorBufferFromFrameworkFormat() 1724 HandleType p_colorbuffer, int* width, int* height, GLint* internalformat, in getColorBufferInfo() 1759 bool FrameBuffer::post(HandleType p_colorbuffer, bool needLockAndBind) { in post() [all …]
|
D | FrameBuffer.h | 282 void readColorBuffer(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBuffer()
|