Lines Matching refs:TestError
1365 throw tcu::TestError("glGetProgramResourceiv(GL_SHADER_STORAGE_BLOCK) returned wrong number of values");
1382 throw tcu::TestError("glGetProgramResourceiv(GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_VARIABLES) returned wrong number of values");
1396 throw tcu::TestError("glGetProgramResourceName(GL_SHADER_STORAGE_BLOCK) returned invalid name. Number of characters written is inconsistent with NAME_LENGTH property.");
1398 throw tcu::TestError("glGetProgramResourceName(GL_SHADER_STORAGE_BLOCK) returned invalid name. Expected null terminator at index " + de::toString(nameLen-1));
1403 throw tcu::TestError("glGetProgramResourceiv() returned invalid GL_NAME_LENGTH");
1433 throw tcu::TestError("glGetProgramResourceiv(GL_BUFFER_VARIABLE) returned wrong number of values");
1459 throw tcu::TestError
1461 throw tcu::TestError("glGetProgramResourceName(GL_BUFFER_VARIABLE) returned invalid name. Expected null terminator at index " + de::toString(nameLen-1));
1466 throw tcu::TestError("glGetProgramResourceiv() returned invalid GL_NAME_LENGTH");
2614 throw tcu::TestError("No location for ac_numPassed found");
2617 throw tcu::TestError("ac_numPassed buffer index is GL_INVALID_INDEX");
2620 throw tcu::TestError("ac_numPassed buffer size = 0");