Searched refs:src_tes (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureGatherTests.cpp | 100 GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, in CreateProgram() argument 121 if (src_tes) in CreateProgram() 126 glShaderSource(sh, 1, &src_tes, NULL); in CreateProgram()
|
H A D | gl4cProgramInterfaceQueryTests.cpp | 121 GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, in CreateProgram() argument 142 if (src_tes) in CreateProgram() 147 glShaderSource(sh, 1, &src_tes, NULL); in CreateProgram()
|
H A D | gl4cShaderAtomicCountersTests.cpp | 124 GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, in CreateProgram() argument 145 if (src_tes) in CreateProgram() 150 glShaderSource(sh, 1, &src_tes, NULL); in CreateProgram()
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 356 GLuint BuildProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, in BuildProgram() argument 389 if (src_tes) in BuildProgram() 394 glShaderSource(sh, 1, &src_tes, NULL); in BuildProgram() 397 m_context.getTestContext().getLog() << tcu::TestLog::Message << src_tes << tcu::TestLog::EndMessage; in BuildProgram() 437 if (src_tes) in BuildProgram() 438 m_context.getTestContext().getLog() << tcu::TestLog::Message << src_tes << tcu::TestLog::EndMessage; in BuildProgram() 6895 m_program_id = BuildProgram(vertex_shader_code, 0 /* src_tcs */, 0 /* src_tes */, 0 /*src_gs */, in Setup() 7371 m_program_id = BuildProgram(vertex_shader_code, 0 /* src_tcs */, 0 /* src_tes */, 0 /* src_gs */, in Setup() 8049 m_program_id = BuildProgram(vertex_shader_code, 0 /* src_tcs */, 0 /* src_tes */, 0 /*src_gs */, in Setup() 10317 GLuint program_id = BuildProgram(vertex_shader_code, 0 /* src_tcs */, 0 /* src_tes */, geometry_shader_cod [all...] |
Completed in 34 milliseconds