Home
last modified time | relevance | path

Searched refs:m_program_id_without_output (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp118 , m_program_id_without_output(0) in APIErrors()
225 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate()
229 is_ok = is_ok && m_program_id_with_input_output && m_program_id_with_output && m_program_id_without_output; in iterate()
339 if (m_program_id_without_output) in iterate()
341 gl.deleteProgram(m_program_id_without_output); in iterate()
343 m_program_id_without_output = 0; in iterate()
753 gl.useProgram(m_program_id_without_output); in testExtension1()
H A Dgl3cTransformFeedbackTests.hpp104 glw::GLuint m_program_id_without_output; member in gl3cts::TransformFeedback::APIErrors

Completed in 10 milliseconds