Lines Matching refs:m_log
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
69 m_log << TestLog::EndSection;
73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
76 m_log << TestLog::EndSection;
80 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
87 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
97 m_log << TestLog::EndSection;
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
104 m_log << TestLog::EndSection;
106 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
109 m_log << TestLog::EndSection;
113 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
120 m_log << TestLog::EndSection;
124 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
127 m_log << TestLog::EndSection;
129 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
136 m_log << TestLog::EndSection;
140 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
143 m_log << TestLog::EndSection;
150 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
153 m_log << TestLog::EndSection;
157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
160 m_log << TestLog::EndSection;
161 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
164 m_log << TestLog::EndSection;
168 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted value.");
173 m_log << TestLog::EndSection;
177 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an accepted value.");
186 m_log << TestLog::EndSection;
194 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
197 m_log << TestLog::EndSection;
198 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MAX_DRAW_BUFFERS minus one.");
203 m_log << TestLog::EndSection;
211 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
214 m_log << TestLog::EndSection;
215 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
218 m_log << TestLog::EndSection;
219 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MAX_DRAW_BUFFERS minus one.");
224 m_log << TestLog::EndSection;
232 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted value.");
237 m_log << TestLog::EndSection;
238 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MAX_DRAW_BUFFERS minus one.");
243 m_log << TestLog::EndSection;
251 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an accepted value.");
260 m_log << TestLog::EndSection;
261 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MAX_DRAW_BUFFERS minus one.");
266 m_log << TestLog::EndSection;
273 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
276 m_log << TestLog::EndSection;
280 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
283 m_log << TestLog::EndSection;
287 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width is less than or equal to 0.");
292 m_log << TestLog::EndSection;
299 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
303 m_log << TestLog::EndSection;
310 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
313 m_log << TestLog::EndSection;
315 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if glBeginQuery is executed while a query object of the same target is already active.");
330 m_log << TestLog::EndSection;
332 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id is 0.");
335 m_log << TestLog::EndSection;
337 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id not a name returned from a previous call to glGenQueries, or if such a name has since been deleted with glDeleteQueries.");
344 m_log << TestLog::EndSection;
346 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id is the name of an already active query object.");
351 m_log << TestLog::EndSection;
353 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id refers to an existing query object whose type does not does not match target.");
358 m_log << TestLog::EndSection;
368 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
371 m_log << TestLog::EndSection;
373 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if glEndQuery is executed when a query object of the same target is not active.");
382 m_log << TestLog::EndSection;
392 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
395 m_log << TestLog::EndSection;
404 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if condition is not GL_SYNC_GPU_COMMANDS_COMPLETE.");
407 m_log << TestLog::EndSection;
409 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if flags is not zero.");
412 m_log << TestLog::EndSection;
418 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of a sync object.");
421 m_log << TestLog::EndSection;
423 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if flags is not zero.");
426 m_log << TestLog::EndSection;
428 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED.");
431 m_log << TestLog::EndSection;
439 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of an existing sync object.");
442 m_log << TestLog::EndSection;
444 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if flags contains any unsupported flag.");
447 m_log << TestLog::EndSection;
453 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is neither zero or the name of a sync object.");
458 m_log << TestLog::EndSection;