Searched defs:expectedU (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cProgramInterfaceQueryTests.cpp | 2183 GLint expectedU[] = { 2, 1, 2, glGetSubroutineUniformLocation(program, GL_VERTEX_SHADER, "a") }; in VerifyVS() local 2236 …GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_TESS_CONTROL_SHADER, "a"… in VerifyTCS() local 2340 …GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_TESS_EVALUATION_SHADER, … in VerifyTES() local 2401 GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_GEOMETRY_SHADER, "a"), in VerifyGEO() local 2462 GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_FRAGMENT_SHADER, "a"), in VerifyFS() local 2697 GLint expectedU[] = { 2, 1, 2, glGetSubroutineUniformLocation(program, GL_COMPUTE_SHADER, "a") }; in VerifyCompute() local
|