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

  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp 120 , m_program_id_with_tessellation_shaders(0)
232 m_program_id_with_tessellation_shaders = gl3cts::TransformFeedback::Utilities::buildProgram(
238 m_program_id_with_geometry_shader && m_program_id_with_tessellation_shaders;
346 if (m_program_id_with_tessellation_shaders)
348 gl.deleteProgram(m_program_id_with_tessellation_shaders);
350 m_program_id_with_tessellation_shaders = 0;
    [all...]
gl3cTransformFeedbackTests.hpp 106 glw::GLuint m_program_id_with_tessellation_shaders; member in class:gl3cts::TransformFeedback::APIErrors
    [all...]

Completed in 428 milliseconds