Lines Matching refs:GL_INVALID_OPERATION

194 			m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
196 expectError(GL_INVALID_OPERATION);
227 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader does not refer to a shader object.");
229 expectError(GL_INVALID_OPERATION);
247 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
249 expectError(GL_INVALID_OPERATION);
293 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
295 expectError(GL_INVALID_OPERATION);
325 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program does not refer to a program object.");
327 expectError(GL_INVALID_OPERATION);
345 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
347 expectError(GL_INVALID_OPERATION);
405 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
407 expectError(GL_INVALID_OPERATION);
410 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
412 expectError(GL_INVALID_OPERATION);
415 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
417 expectError(GL_INVALID_OPERATION);
441 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
443 expectError(GL_INVALID_OPERATION);
446 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
448 expectError(GL_INVALID_OPERATION);
451 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
453 expectError(GL_INVALID_OPERATION);
477 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
479 expectError(GL_INVALID_OPERATION);
482 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
484 expectError(GL_INVALID_OPERATION);
487 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
489 expectError(GL_INVALID_OPERATION);
509 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
511 expectError(GL_INVALID_OPERATION);
546 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
548 expectError(GL_INVALID_OPERATION);
642 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
644 expectError(GL_INVALID_OPERATION);
672 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is a name of shader object.");
674 expectError(GL_INVALID_OPERATION);
771 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is the name of a shader object.");
773 expectError(GL_INVALID_OPERATION);
776 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been linked.");
778 expectError(GL_INVALID_OPERATION);
803 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
806 expectError(GL_INVALID_OPERATION);
827 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
830 expectError(GL_INVALID_OPERATION);
849 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
852 expectError(GL_INVALID_OPERATION);
890 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if attachment is GL_DEPTH_STENCIL_ATTACHMENT and different objects are bound to the depth and stencil attachment points of target.");
892 expectError(GL_INVALID_OPERATION);
895 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the value of GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is GL_NONE and pname is not GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME.");
899 expectError(GL_INVALID_OPERATION);
902 m_log << TestLog::Section("", "GL_INVALID_OPERATION or GL_INVALID_ENUM is generated if attachment is not one of the accepted values for the current binding of target.");
904 expectError(GL_INVALID_OPERATION, GL_INVALID_ENUM);
907 expectError(GL_INVALID_OPERATION, GL_INVALID_ENUM);
998 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id is not the name of a query object.");
1000 expectError (GL_INVALID_OPERATION);
1003 expectError (GL_INVALID_OPERATION);
1014 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id is the name of a currently active query object.");
1018 expectError (GL_INVALID_OPERATION);