Home | History | Annotate | Download | only in functional

Lines Matching refs:sampleBuffers

273 			int			sampleBuffers;
284 glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers);
285 m_log << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage;
288 if (binding == 0 || sampleBuffers <= 0)