HomeSort by relevance Sort by last modified time
    Searched refs:m_qo_id (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cConditionalRenderInvertedTests.hpp 97 glw::GLuint m_qo_id; member in class:gl4cts::ConditionalRenderInverted::CoverageTest
188 glw::GLuint m_qo_id; //!< Test's query object id. member in class:gl4cts::ConditionalRenderInverted::FunctionalTest
gl4cConditionalRenderInvertedTests.cpp 58 : deqp::TestCase(context, "coverage", "Conditional Render Inverted Coverage Test"), m_qo_id(0)
146 gl.genQueries(1, &m_qo_id);
149 gl.beginQuery(GL_SAMPLES_PASSED, m_qo_id);
164 gl.deleteQueries(1, &m_qo_id);
166 m_qo_id = 0;
188 gl.beginConditionalRender(m_qo_id, mode);
226 , m_qo_id(0)
514 gl.genQueries(1, &m_qo_id);
563 gl.beginConditionalRender(m_qo_id, condition_mode_or_query_target);
568 gl.beginQuery(condition_mode_or_query_target, m_qo_id);
    [all...]
gl4cPipelineStatisticsQueryTests.cpp     [all...]
gl4cPipelineStatisticsQueryTests.hpp 364 glw::GLuint m_qo_id; member in class:glcts::PipelineStatisticsQueryTestAPICoverage1
393 glw::GLuint m_qo_id; member in class:glcts::PipelineStatisticsQueryTestAPICoverage2
438 glw::GLuint m_qo_id; member in class:glcts::PipelineStatisticsQueryTestFunctionalBase
gl3cTransformFeedbackTests.cpp     [all...]
gl3cTransformFeedbackTests.hpp 1072 glw::GLuint m_qo_id[s_qo_ids_count]; member in class:gl3cts::TransformFeedback::DrawXFBStream
    [all...]

Completed in 1776 milliseconds