Home
last modified time | relevance | path

Searched refs:vs_program_id (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTCTE.hpp231 glw::GLuint vs_program_id; member
256 , vs_program_id(0) in _run()
DesextcTessellationShaderTCTE.cpp1919 if (run.vs_program_id != 0) in deinitTestRun()
1921 gl.deleteProgram(run.vs_program_id); in deinitTestRun()
1923 run.vs_program_id = 0; in deinitTestRun()
2492 run.vs_program_id = gl.createProgram(); in initTestRun()
2499 run.vs_program_id }; in initTestRun()
2562 gl.attachShader(run.vs_program_id, run.vs_id); in initTestRun()
2564 parent_po_id = run.vs_program_id; in initTestRun()
2822 gl.useProgramStages(run.pipeline_object_id, GL_VERTEX_SHADER_BIT, run.vs_program_id); in initTestRun()