Lines Matching refs:buffer
114 * alpha_flag - alpha buffer requested?
118 * ximage_flag - GL_TRUE = use an XImage for back buffer,
119 * GL_FALSE = use an off-screen pixmap for back buffer
206 * Bind a buffer to a context and make the context the current one.
223 * Unbind the current context from its buffer.
235 * Return handle to the current (draw) buffer.
241 * Return handle to the current read buffer.
248 * Swap the front and back buffers for the given buffer. No action is
249 * taken if the buffer is not double buffered.
255 * Copy a sub-region of the back buffer to the front buffer.
268 * color buffer of an XMesaBuffer. This function is a way to get "under
269 * the hood" of X/Mesa so one can manipulate the back buffer directly.
271 * Output: pixmap - pointer to back buffer's Pixmap, or 0
272 * ximage - pointer to back buffer's XImage, or NULL
283 * Return the depth buffer associated with an XMesaBuffer.
284 * Input: b - the XMesa buffer handle
285 * Output: width, height - size of buffer in pixels
287 * buffer - pointer to depth buffer values
296 void **buffer );
317 * any memory used by that buffer.
360 * buffer <b> if its size has changed.
382 XMesaBindTexImage(XMesaDisplay *dpy, XMesaBuffer drawable, int buffer,
386 XMesaReleaseTexImage(XMesaDisplay *dpy, XMesaBuffer drawable, int buffer);