/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderXFB.cpp | 49 , m_pipeline_id(0) 122 if (m_pipeline_id != 0) 124 gl.deleteProgramPipelines(1, &m_pipeline_id); 126 m_pipeline_id = 0; 279 gl.genProgramPipelines(1, &m_pipeline_id); 534 gl.useProgramStages(m_pipeline_id, GL_FRAGMENT_SHADER_BIT, m_fs_program_id); 537 gl.useProgramStages(m_pipeline_id, GL_VERTEX_SHADER_BIT, m_vs_program_id); 654 gl.bindProgramPipeline(m_pipeline_id); 678 gl.useProgramStages(m_pipeline_id, m_glExtTokens.GEOMETRY_SHADER_BIT, 683 gl.useProgramStages(m_pipeline_id, m_glExtTokens.TESS_CONTROL_SHADER_BIT [all...] |
esextcTessellationShaderXFB.hpp | 103 glw::GLuint m_pipeline_id; member in class:glcts::TessellationShaderXFB
|
/external/deqp/external/openglcts/modules/gl/ |
gl3cCommonBugsTests.cpp | [all...] |
gl3cCommonBugsTests.hpp | 461 glw::GLuint m_pipeline_id; member in class:gl3cts::PerVertexValidationTest
|
gl4cShaderSubroutineTests.cpp | [all...] |
gl4cShaderSubroutineTests.hpp | 773 glw::GLuint m_pipeline_id; member in class:gl4cts::ShaderSubroutine::FunctionalTest13 [all...] |