Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_SAMPLES

255 	gl.getIntegerv(GL_SAMPLES, &m_numSamples);
256 GLU_EXPECT_NO_ERROR(gl.getError(), "getIntegerv(GL_SAMPLES)");
257 log << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage;