Searched refs:p_colorbuffer (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/ |
D | FrameBuffer.h | 226 int openColorBuffer(HandleType p_colorbuffer); 232 void closeColorBuffer(HandleType p_colorbuffer); 236 void closeBuffer(HandleType p_colorbuffer); 263 void readColorBuffer(HandleType p_colorbuffer, int x, int y, int width, 274 void readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width, 297 bool updateColorBuffer(HandleType p_colorbuffer, int x, int y, int width, 300 bool updateColorBufferFromFrameworkFormat(HandleType p_colorbuffer, int x, int y, int width, 304 bool getColorBufferInfo(HandleType p_colorbuffer, int* width, int* height, 314 bool post(HandleType p_colorbuffer, bool needLockAndBind = true); 318 …void postWithCallback(HandleType p_colorbuffer, Post::CompletionCallback callback, bool needLockAn… [all …]
|
D | FrameBuffer.cpp | 1247 int FrameBuffer::openColorBuffer(HandleType p_colorbuffer) { in openColorBuffer() argument 1259 c = m_colorbuffers.find(p_colorbuffer); in openColorBuffer() 1262 ERR("FB: openColorBuffer cb handle %#x not found", p_colorbuffer); in openColorBuffer() 1271 m_procOwnedColorBuffers[puid].insert(p_colorbuffer); in openColorBuffer() 1276 void FrameBuffer::closeColorBuffer(HandleType p_colorbuffer) { in closeColorBuffer() argument 1292 const auto& cb = ite->second.find(p_colorbuffer); in closeColorBuffer() 1295 if (closeColorBufferLocked(p_colorbuffer)) { in closeColorBuffer() 1296 toCleanup.push_back(p_colorbuffer); in closeColorBuffer() 1301 if (closeColorBufferLocked(p_colorbuffer)) { in closeColorBuffer() 1302 toCleanup.push_back(p_colorbuffer); in closeColorBuffer() [all …]
|