Searched refs:src_gs (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 129 if (src_gs) in CreateProgram() 134 glShaderSource(sh, 1, &src_gs, 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 150 if (src_gs) in CreateProgram() 155 glShaderSource(sh, 1, &src_gs, 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 153 if (src_gs) in CreateProgram() 158 glShaderSource(sh, 1, &src_gs, 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 403 if (src_gs) in BuildProgram() 408 glShaderSource(sh, 1, &src_gs, NULL); in BuildProgram() 411 m_context.getTestContext().getLog() << tcu::TestLog::Message << src_gs << tcu::TestLog::EndMessage; in BuildProgram() 439 if (src_gs) in BuildProgram() 440 m_context.getTestContext().getLog() << tcu::TestLog::Message << src_gs << 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()
|
Completed in 34 milliseconds