Lines Matching refs:draw_buffers
1625 const GLenum draw_buffers[2] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 };
1626 glDrawBuffers(2, draw_buffers);
2237 const GLenum draw_buffers[2] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 };
2238 glDrawBuffers(2, draw_buffers);
2377 const GLenum draw_buffers[2] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 };
2378 glDrawBuffers(2, draw_buffers);
2545 GLenum draw_buffers[8];
2549 draw_buffers[i] = GL_COLOR_ATTACHMENT0 + i;
2551 glDrawBuffers(8, draw_buffers);
3703 const GLenum draw_buffers[2] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 };
3704 glDrawBuffers(2, draw_buffers);
4072 const GLenum draw_buffers[2] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 };
4073 glDrawBuffers(2, draw_buffers);