Searched refs:CreateShaderProgram (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 3625 virtual GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar **strings) in CreateShaderProgram() function in gl4cts::__anonbce68ce70111::SeparateProgramsVertex 3670 const GLuint vs = CreateShaderProgram(GL_VERTEX_SHADER, 1, &srcVS); in Run() 3812 const GLuint tcs = CreateShaderProgram(GL_TESS_CONTROL_SHADER, 1, &srcTCS); in Run() 3906 const GLuint tcs = CreateShaderProgram(GL_TESS_EVALUATION_SHADER, 1, &srcTCS); in Run() 3995 const GLuint tcs = CreateShaderProgram(GL_GEOMETRY_SHADER, 1, &srcTCS); in Run() 4070 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run()
|
H A D | gl4cShaderAtomicCountersTests.cpp | 192 GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar **strings) in CreateShaderProgram() function in gl4cts::__anon0be463ef0111::SACSubcaseBase
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 2793 virtual GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar **strings) in CreateShaderProgram() function in glcts::__anona328e5380111::SeparateProgramsVertex 2833 const GLuint vs = CreateShaderProgram(GL_VERTEX_SHADER, 1, &srcVS); in Run() 2934 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run()
|
H A D | es31cShaderAtomicCountersTests.cpp | 163 GLuint CreateShaderProgram(GLenum type, GLsizei count, const GLchar **strings) in CreateShaderProgram() function in glcts::__anon2a2476200111::SACSubcaseBase
|