Home | History | Annotate | Download | only in functional

Lines Matching refs:TestLog

40 using tcu::TestLog;
55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
58 m_log << TestLog::EndSection;
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
65 m_log << TestLog::EndSection;
69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
72 m_log << TestLog::EndSection;
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
83 m_log << TestLog::EndSection;
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
88 m_log << TestLog::EndSection;
90 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
93 m_log << TestLog::EndSection;
95 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
99 m_log << TestLog::EndSection;
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
113 m_log << TestLog::EndSection;
115 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
119 m_log << TestLog::EndSection;
130 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if offset or size is negative, or if together they define a region of memory that extends beyond the buffer object's allocated data store.");
143 m_log << TestLog::EndSection;
149 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any bit other than the three defined bits is set in mask.");
158 m_log << TestLog::EndSection;
164 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the combination of format and type is unsupported.");
167 m_log << TestLog::EndSection;
169 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
176 m_log << TestLog::EndSection;
178 m_log << TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
185 m_log << TestLog::EndSection;
192 m_log << TestLog::Section("", "Unsupported combinations of format and type will generate an INVALID_OPERATION error.");
205 m_log << TestLog::EndSection;
207 m_log << TestLog::Section("", "GL_RGBA/GL_UNSIGNED_BYTE is always accepted and the other acceptable pair can be discovered by querying GL_IMPLEMENTATION_COLOR_READ_FORMAT and GL_IMPLEMENTATION_COLOR_READ_TYPE.");
216 m_log << TestLog::EndSection;
223 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
228 m_log << TestLog::EndSection;
232 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
237 m_log << TestLog::EndSection;
241 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
246 m_log << TestLog::EndSection;
250 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
253 m_log << TestLog::EndSection;
257 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
260 m_log << TestLog::EndSection;
264 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
267 m_log << TestLog::EndSection;
271 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
274 m_log << TestLog::EndSection;
284 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
287 m_log << TestLog::EndSection;
289 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if attachment is not an accepted attachment point.");
292 m_log << TestLog::EndSection;
294 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if renderbuffertarget is not GL_RENDERBUFFER.");
299 m_log << TestLog::EndSection;
301 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if renderbuffer is neither 0 nor the name of an existing renderbuffer object.");
304 m_log << TestLog::EndSection;
306 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the default framebuffer object name 0 is bound.");
310 m_log << TestLog::EndSection;
328 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
331 m_log << TestLog::EndSection;
333 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if textarget is not an accepted texture target.");
336 m_log << TestLog::EndSection;
338 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if attachment is not an accepted attachment point.");
341 m_log << TestLog::EndSection;
345 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is not 0.");
348 m_log << TestLog::EndSection;
351 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture is neither 0 nor the name of an existing texture object.");
354 m_log << TestLog::EndSection;
356 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture is the name of an existing two-dimensional texture object but textarget is not GL_TEXTURE_2D.");
362 m_log << TestLog::EndSection;
364 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture is the name of an existing cube map texture object but textarget is GL_TEXTURE_2D.");
368 m_log << TestLog::EndSection;
370 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the default framebuffer object name 0 is bound.");
374 m_log << TestLog::EndSection;
384 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
389 m_log << TestLog::EndSection;
391 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not an accepted format.");
396 m_log << TestLog::EndSection;
398 m_log << TestLog
405 m_log << TestLog::EndSection;
407 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_RENDERBUFFER_SIZE.");
416 m_log << TestLog::EndSection;
418 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved renderbuffer object name 0 is bound.");
422 m_log << TestLog::EndSection;