Searched refs:createSeparableProgram (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderXFB.cpp | 187 glw::GLuint TessellationShaderXFB::createSeparableProgram(glw::GLenum shader_type, unsigned int n_s… in createSeparableProgram() function in glcts::TessellationShaderXFB 301 m_fs_program_id = createSeparableProgram(GL_FRAGMENT_SHADER, 1, /* n_strings */ in initTest() 342 m_gs_program_id = createSeparableProgram(m_glExtTokens.GEOMETRY_SHADER, 1, /* n_strings */ in initTest() 404 m_tc_program_id = createSeparableProgram(m_glExtTokens.TESS_CONTROL_SHADER, 1, /* n_strings */ in initTest() 412 … m_tc_program_id = createSeparableProgram(m_glExtTokens.TESS_CONTROL_SHADER, 1, /* n_strings */ in initTest() 454 … m_te_program_id = createSeparableProgram(m_glExtTokens.TESS_EVALUATION_SHADER, 1, /* n_strings */ in initTest() 490 m_vs_program_id = createSeparableProgram(GL_VERTEX_SHADER, 1, /* n_strings */ in initTest()
|
H A D | esextcTessellationShaderXFB.hpp | 113 …glw::GLuint createSeparableProgram(glw::GLenum shader_type, unsigned int n_strings, const char *co…
|