Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTCTE.hpp229 glw::GLuint te_program_id; member
254 , te_program_id(0) in _run()
DesextcTessellationShaderTCTE.cpp1905 if (run.te_program_id != 0) in deinitTestRun()
1907 gl.deleteProgram(run.te_program_id); in deinitTestRun()
1909 run.te_program_id = 0; in deinitTestRun()
2491 run.te_program_id = gl.createProgram(); in initTestRun()
2498 …uint programs_for_pipeline_iteration[] = { run.fs_program_id, run.tc_program_id, run.te_program_id, in initTestRun()
2554 gl.attachShader(run.te_program_id, run.te_id); in initTestRun()
2556 parent_po_id = run.te_program_id; in initTestRun()
2644 …gl.transformFeedbackVaryings(run.te_program_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRI… in initTestRun()
2688 if (program == run.po_id || program == run.tc_program_id || program == run.te_program_id) in initTestRun()
2769 if (program == run.po_id || program == run.te_program_id) in initTestRun()
[all …]