Searched refs:CreateShaderProgram (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 3640 virtual GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar** strings) in CreateShaderProgram() function in gl4cts::__anon27639::SeparateProgramsVertex 3685 const GLuint vs = CreateShaderProgram(GL_VERTEX_SHADER, 1, &srcVS); in Run() 3828 const GLuint tcs = CreateShaderProgram(GL_TESS_CONTROL_SHADER, 1, &srcTCS); in Run() 3922 const GLuint tcs = CreateShaderProgram(GL_TESS_EVALUATION_SHADER, 1, &srcTCS); in Run() 4011 const GLuint tcs = CreateShaderProgram(GL_GEOMETRY_SHADER, 1, &srcTCS); in Run() 4086 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run()
|
H A D | gl4cShaderAtomicCountersTests.cpp | 191 GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar** strings) in CreateShaderProgram() function in gl4cts::__anon27640::SACSubcaseBase
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 2794 virtual GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar** strings) in CreateShaderProgram() function in glcts::__anon27692::SeparateProgramsVertex 2834 const GLuint vs = CreateShaderProgram(GL_VERTEX_SHADER, 1, &srcVS); in Run() 2935 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run()
|
H A D | es31cShaderAtomicCountersTests.cpp | 162 GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar** strings) in CreateShaderProgram() function in glcts::__anon27694::SACSubcaseBase
|
Completed in 30 milliseconds