Home | History | Annotate | Download | only in functional

Lines Matching refs:glBeginQuery

988 			m_log << TestLog::Message << "// Note: " << id << " is not a query object yet, since it hasn't been used by glBeginQuery" << TestLog::EndMessage;
993 glBeginQuery (GL_ANY_SAMPLES_PASSED, id);
1002 glBeginQuery (GL_ANY_SAMPLES_PASSED, id);
1209 m_log << TestLog::Section("", "A name returned by glGenQueries, but not yet associated with a query object by calling glBeginQuery, is not the name of a query object.");
1217 glBeginQuery (GL_ANY_SAMPLES_PASSED, query);