Home | History | Annotate | Download | only in egl

Lines Matching refs:beginQuery

584 	void				beginQuery					(void);
666 void ContextReset::beginQuery (void)
669 GLU_CHECK_GLW_CALL(m_gl, beginQuery(GL_ANY_SAMPLES_PASSED, m_queryID));
1819 contextReset->beginQuery();