Lines Matching refs:buffer

208      * Method to release texture buffer in case some special platform
440 * Extension for limiting window system back buffer rendering to user-defined
466 * region to the buffer's full size. This entrypoint may be called once to
750 * to signal to the dri core that the driconfig is single-buffer.
956 /* Inofficial and for internal use. Increase when adding a new buffer token. */
987 * Flush pending front-buffer rendering
993 * \param driDrawable Drawable whose front-buffer is to be flushed
1005 * Gets a list of buffer for the specified set of attachments. Unlike
1007 * opaque \c unsigned \c int value describing the format of the buffer.
1150 __DRIbuffer *buffer);
1220 /* The buffer will only be read by an external process after SwapBuffers,
1411 * planes in a planar buffer (typically yuv), for example. While a
1412 * sub-image shares the underlying buffer object with the parent
1415 * sub-image doesn't affect other images. The underlying buffer
1484 * buffer sharing and image importing.
1494 * mapping with the current buffer content. If __DRI_IMAGE_TRANSFER_READ
1495 * is not included in the flags, the buffer content at map time is
1916 * A buffer shared between application and compositor. The buffer may be
1919 * A shared buffer is equivalent to an EGLSurface whose EGLConfig contains
1925 * other bits. As a corollary, a __DRIdrawable that has a "shared" buffer
1926 * has no front nor back buffer.
1941 * A shared buffer is similar to a front buffer in that all rendering to the
1942 * buffer should appear promptly on the screen. It is different from
1943 * a front buffer in that its behavior is independent from the
1949 * The difference between a shared buffer and a front buffer is motivated
1951 * front-buffer rendering. Android's SurfaceFlinger protocol provides the
1952 * EGL driver only a back buffer and no front buffer. The shared buffer
1955 * effectively the front buffer, a backdoor that required no change to the
1995 * Flush pending front-buffer rendering
2000 * \param driDrawable Drawable whose front-buffer is to be flushed
2127 * immediately display the buffer when in shared buffer mode, and Android
2132 * buffer is always in a format compatible for display because the
2135 * display hardware and the GL hardware may be able to access the buffer
2136 * simultaneously. In particular, if the buffer is compressed then take
2172 * refreshes and displays the buffer on every frame, as in
2174 * engine may refresh and display the buffer only in frames in which the
2178 * buffer only after the fence signals.