Lines Matching refs:GL_INVALID_ENUM

55 			m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
57 expectError(GL_INVALID_ENUM);
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
82 expectError(GL_INVALID_ENUM);
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
87 expectError(GL_INVALID_ENUM);
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
112 expectError(GL_INVALID_ENUM);
223 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
225 expectError(GL_INVALID_ENUM);
227 expectError(GL_INVALID_ENUM);
232 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
234 expectError(GL_INVALID_ENUM);
236 expectError(GL_INVALID_ENUM);
241 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
243 expectError(GL_INVALID_ENUM);
245 expectError(GL_INVALID_ENUM);
284 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
286 expectError(GL_INVALID_ENUM);
289 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if attachment is not an accepted attachment point.");
291 expectError(GL_INVALID_ENUM);
294 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if renderbuffertarget is not GL_RENDERBUFFER.");
297 expectError(GL_INVALID_ENUM);
328 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
330 expectError(GL_INVALID_ENUM);
333 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if textarget is not an accepted texture target.");
335 expectError(GL_INVALID_ENUM);
338 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if attachment is not an accepted attachment point.");
340 expectError(GL_INVALID_ENUM);
384 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
386 expectError(GL_INVALID_ENUM);
388 expectError(GL_INVALID_ENUM);
391 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not an accepted format.");
393 expectError(GL_INVALID_ENUM);
395 expectError(GL_INVALID_ENUM);
397 expectError(GL_INVALID_ENUM);