Searched refs:DrawBuffer (Results 1 – 2 of 2) sorted by relevance
237 - Added ctx->Driver.DrawBuffer() and ctx->Driver.ReadBuffer().239 Many drivers will set ctx->Driver.DrawBuffer = _swrast_DrawBuffer and241 DRI drivers should implement their own function for ctx->Driver.DrawBuffer
705 GLenum DrawBuffer[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */ member