Lines Matching refs:readBuffer
1673 * Bind the given context to the given drawBuffer and readBuffer and
1676 * readBuffer (i.e. glRead/CopyPixels, glCopyTexImage, etc).
1684 * \param readBuffer the reading framebuffer
1689 struct gl_framebuffer *readBuffer )
1705 if (newCtx && readBuffer && newCtx->WinSysReadBuffer != readBuffer) {
1706 if (!check_compatible(newCtx, readBuffer)) {
1745 if (drawBuffer && readBuffer) {
1747 assert(_mesa_is_winsys_fbo(readBuffer));
1749 _mesa_reference_framebuffer(&newCtx->WinSysReadBuffer, readBuffer);
1764 _mesa_reference_framebuffer(&newCtx->ReadBuffer, readBuffer);