Lines Matching defs:buffer
845 /* This writes the error into the glthread command buffer if glthread is
961 * tables. Initialize the TNL module. Sets the maximum Z buffer depth.
1160 /* This must be called after all buffers are unbound because global buffer
1319 const struct gl_framebuffer *buffer)
1322 const struct gl_config *bufvis = &buffer->Visual;
1324 if (buffer == _mesa_get_incomplete_framebuffer())
1391 GLenum16 buffer;
1394 buffer = GL_BACK;
1396 buffer = GL_FRONT;
1398 _mesa_drawbuffers(ctx, ctx->DrawBuffer, 1, &buffer,
1404 GLenum buffer;
1407 buffer = GL_BACK;
1411 buffer = GL_FRONT;
1415 _mesa_readbuffer(ctx, ctx->ReadBuffer, buffer, bufferIndex);