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

  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp 118 , m_program_id_without_output(0)
224 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram(
237 is_ok = is_ok && m_program_id_with_input_output && m_program_id_with_output && m_program_id_without_output &&
332 if (m_program_id_without_output)
334 gl.deleteProgram(m_program_id_without_output);
336 m_program_id_without_output = 0;
746 gl.useProgram(m_program_id_without_output);
    [all...]
gl3cTransformFeedbackTests.hpp 104 glw::GLuint m_program_id_without_output; member in class:gl3cts::TransformFeedback::APIErrors
    [all...]

Completed in 63 milliseconds