Searched refs:srcTCS (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 3802 const char* srcTCS = "#version 430 \n" in Run() local 3828 const GLuint tcs = CreateShaderProgram(GL_TESS_CONTROL_SHADER, 1, &srcTCS); in Run() 3901 const char* srcTCS = "#version 430 \n" in Run() local 3922 const GLuint tcs = CreateShaderProgram(GL_TESS_EVALUATION_SHADER, 1, &srcTCS); in Run() 3983 const char* srcTCS = "#version 430 \n" in Run() local 4011 const GLuint tcs = CreateShaderProgram(GL_GEOMETRY_SHADER, 1, &srcTCS); in Run() 4072 const char* srcTCS = "#version 430 \n" in Run() local 4086 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 2925 const char* srcTCS = "#version 310 es \n" in Run() local 2935 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run()
|
Completed in 13 milliseconds