Lines Matching defs:index
207 virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index,
212 glGetProgramResourceName(program, programInterface, index, 1024, &len, name);
268 virtual inline void VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index,
275 glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, params);
281 << "\nCALL: glGetProgramResourceiv, with " << programInterface << ", " << index
292 << " at: " << i << "\nCALL: glGetProgramResourceiv, with " << programInterface << ", " << index
356 // can't test GetProgramResourceiv, need valid index
1460 << "Unexpected index found in active variables of SimpleBlock: " << param[i]
1488 << "Unexpected index found in active variables of NotSoSimpleBlockk: " << param[i]
1883 << "Unexpected index/length found in active variables of ATOMIC_COUNTER_BUFFER: " << param[i]
1901 << "Unexpected index/length found in active variables of ATOMIC_COUNTER_BUFFER: " << param2[i]
1998 << tcu::TestLog::Message << "Got buffer index " << res << ", expected 0." << tcu::TestLog::EndMessage;
2018 << tcu::TestLog::Message << "Got buffer index " << res << ", expected 0." << tcu::TestLog::EndMessage;
2030 << "Unexpected index/length found in active variables of ATOMIC_COUNTER_BUFFER: " << param[i]
2094 << "Case 2: <index> is greater than the number of the active resources in GetProgramResourceName"
2476 << "Unexpected index found in active variables of SimpleBuffer: " << param[i]
2505 << "Unexpected index found in active variables of NotSoSimpleBuffer: " << param[i]
2577 GLuint index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "color");
2581 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, 1, &prop, 1, NULL, &res);
3172 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, "someLongName");
3175 glGetProgramResourceName(program, GL_UNIFORM, index, 0, NULL, NULL);
3176 glGetProgramResourceName(program, GL_UNIFORM, index, 0, NULL, buff);
3183 glGetProgramResourceName(program, GL_UNIFORM, index, 2, &length, buff);
3211 glGetProgramResourceiv(program, GL_UNIFORM, index, 13, props, 0, NULL, NULL);
3212 glGetProgramResourceiv(program, GL_UNIFORM, index, 13, props, 0, NULL, params);
3219 glGetProgramResourceiv(program, GL_UNIFORM, index, 13, props, 2, &length, params);