Lines Matching refs:GL_INVALID_ENUM
57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
59 expectError(GL_INVALID_ENUM);
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
84 expectError(GL_INVALID_ENUM);
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
89 expectError(GL_INVALID_ENUM);
112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
114 expectError(GL_INVALID_ENUM);
322 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.");
324 expectError(GL_INVALID_ENUM);
384 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.");
386 expectError(GL_INVALID_ENUM);
388 expectError(GL_INVALID_ENUM);
423 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is not an accepted value.");
425 expectError(GL_INVALID_ENUM);
427 expectError(GL_INVALID_ENUM);
437 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is GL_DEPTH or GL_DEPTH_STENCIL.");
439 expectError(GL_INVALID_ENUM);
441 expectError(GL_INVALID_ENUM);
467 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is not an accepted value.");
469 expectError(GL_INVALID_ENUM);
471 expectError(GL_INVALID_ENUM);
481 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is GL_DEPTH, GL_STENCIL or GL_DEPTH_STENCIL.");
483 expectError(GL_INVALID_ENUM);
485 expectError(GL_INVALID_ENUM);
487 expectError(GL_INVALID_ENUM);
508 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is not an accepted value.");
510 expectError(GL_INVALID_ENUM);
512 expectError(GL_INVALID_ENUM);
522 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is GL_STENCIL or GL_DEPTH_STENCIL.");
524 expectError(GL_INVALID_ENUM);
526 expectError(GL_INVALID_ENUM);
539 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is not an accepted value.");
541 expectError(GL_INVALID_ENUM);
543 expectError(GL_INVALID_ENUM);
546 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is not GL_DEPTH_STENCIL.");
548 expectError(GL_INVALID_ENUM);
550 expectError(GL_INVALID_ENUM);
552 expectError(GL_INVALID_ENUM);
660 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if one of the values in bufs is not an accepted value.");
662 expectError (GL_INVALID_ENUM);
680 expectError (isES ? GL_INVALID_OPERATION : GL_INVALID_ENUM);
826 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not GL_BACK, GL_NONE, or GL_COLOR_ATTACHMENTi.");
830 expectError (GL_INVALID_ENUM);
832 expectError (GL_INVALID_ENUM);
834 expectError (GL_INVALID_ENUM);
836 expectError (isES ? GL_INVALID_ENUM : GL_INVALID_OPERATION);
842 expectError (GL_INVALID_ENUM);
844 expectError (GL_INVALID_ENUM);
846 expectError (GL_INVALID_ENUM);
848 expectError (GL_INVALID_ENUM);
901 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
903 expectError(GL_INVALID_ENUM);
905 expectError(GL_INVALID_ENUM);
910 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
912 expectError(GL_INVALID_ENUM);
914 expectError(GL_INVALID_ENUM);
919 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
921 expectError(GL_INVALID_ENUM);
923 expectError(GL_INVALID_ENUM);
962 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
964 expectError(GL_INVALID_ENUM);
967 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if renderbuffertarget is not GL_RENDERBUFFER.");
970 expectError(GL_INVALID_ENUM);
1001 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
1003 expectError(GL_INVALID_ENUM);
1006 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if textarget is not an accepted texture target.");
1008 expectError(GL_INVALID_ENUM);
1054 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
1056 expectError (GL_INVALID_ENUM);
1058 expectError (GL_INVALID_ENUM);
1061 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a color-renderable, depth-renderable, or stencil-renderable format.");
1063 expectError (GL_INVALID_ENUM);
1068 expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR);
1074 expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR);
1265 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
1267 expectError (GL_INVALID_ENUM);
1269 expectError (GL_INVALID_ENUM);
1272 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if attachment is not one of the accepted tokens.");
1274 expectError (GL_INVALID_ENUM);
1276 expectError (GL_INVALID_ENUM);
1335 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER, GL_READ_FRAMEBUFFER or GL_DRAW_FRAMEBUFFER.");
1337 expectError (GL_INVALID_ENUM);
1339 expectError (GL_INVALID_ENUM);
1369 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER, GL_READ_FRAMEBUFFER or GL_DRAW_FRAMEBUFFER.");
1371 expectError (GL_INVALID_ENUM);
1373 expectError (GL_INVALID_ENUM);
1394 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
1396 expectError (GL_INVALID_ENUM);
1398 expectError (GL_INVALID_ENUM);
1406 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a color-renderable, depth-renderable, or stencil-renderable format.");
1408 expectError (GL_INVALID_ENUM);
1413 expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR);
1419 expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR);