Home | History | Annotate | Download | only in functional

Lines Matching defs:maxDrawBuffers

1468 	deInt32					maxDrawBuffers			= 0;
1473 gl.getIntegerv(GL_MAX_DRAW_BUFFERS, &maxDrawBuffers);
1476 TCU_CHECK(maxDrawBuffers > 0);
1478 genRandomTest(rng, preCommonBlendState, postCommonBlendState, drawBuffers, maxDrawBuffers, m_context);