Lines Matching refs:drawBuffers
283 const std::array<GLenum, 2> &drawBuffers,
288 const std::array<GLenum, 2> &drawBuffers,
2625 const std::array<GLenum, 2> &drawBuffers, in drawBuffersEXTFeedbackLoop() argument
2628 glDrawBuffersEXT(2, drawBuffers.data()); in drawBuffersEXTFeedbackLoop()
2894 const std::array<GLenum, 2> &drawBuffers, in drawBuffersFeedbackLoop() argument
2897 glDrawBuffers(2, drawBuffers.data()); in drawBuffersFeedbackLoop()
4461 std::vector<GLenum> drawBuffers(static_cast<size_t>(maxDrawBuffers), GL_NONE); in TEST_P() local
4462 drawBuffers[floatLocation] = GL_COLOR_ATTACHMENT0 + floatLocation; in TEST_P()
4463 drawBuffers[uintLocation] = GL_COLOR_ATTACHMENT0 + uintLocation; in TEST_P()
4464 drawBuffers[intLocation] = GL_COLOR_ATTACHMENT0 + intLocation; in TEST_P()
4466 glDrawBuffers(maxDrawBuffers, drawBuffers.data()); in TEST_P()