Lines Matching refs:GL_INVALID_ENUM

98 			m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
100 expectError(GL_INVALID_ENUM);
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
167 expectError(GL_INVALID_ENUM);
445 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.");
447 expectError (GL_INVALID_ENUM);
462 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not GL_PROGRAM_BINARY_RETRIEVABLE_HINT.");
464 expectError (GL_INVALID_ENUM);
523 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
525 expectError (GL_INVALID_ENUM);
541 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
543 expectError (GL_INVALID_ENUM);
558 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
560 expectError (GL_INVALID_ENUM);
577 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
580 expectError (GL_INVALID_ENUM);
595 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
597 expectError (GL_INVALID_ENUM);
614 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
617 expectError (GL_INVALID_ENUM);
1678 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK.");
1680 expectError(GL_INVALID_ENUM);
1737 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if primitiveMode is not one of GL_POINTS, GL_LINES, or GL_TRIANGLES.");
1739 expectError (GL_INVALID_ENUM);