Home | History | Annotate | Download | only in main

Lines Matching refs:RenderBuffers

124  * Indexes for all renderbuffers
138 /* generic renderbuffers */
151 * Bit flags for all renderbuffers
3097 struct _mesa_HashTable *RenderBuffers;
3121 * Renderbuffers represent drawing surfaces such as color, depth and/or
3122 * stencil. A framebuffer object has a set of renderbuffers.
3137 * True for renderbuffers that wrap textures, giving the driver a chance to
3140 * Drivers may also set this on renderbuffers other than those generated by
3199 * A framebuffer is a collection of renderbuffers (color, depth, stencil, etc).