Home | History | Annotate | Download | only in functional

Lines Matching refs:m_log

54 			m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
96 m_log << TestLog::EndSection;
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
101 m_log << TestLog::EndSection;
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
112 m_log << TestLog::EndSection;
116 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.");
119 m_log << TestLog::EndSection;
121 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.");
128 m_log << TestLog::EndSection;
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
135 m_log << TestLog::EndSection;
142 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.");
145 m_log << TestLog::EndSection;
149 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.");
152 m_log << TestLog::EndSection;
153 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.");
156 m_log << TestLog::EndSection;
160 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted value.");
165 m_log << TestLog::EndSection;
169 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an accepted value.");
178 m_log << TestLog::EndSection;
185 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
188 m_log << TestLog::EndSection;
192 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
195 m_log << TestLog::EndSection;
199 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width is less than or equal to 0.");
204 m_log << TestLog::EndSection;
211 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
215 m_log << TestLog::EndSection;
222 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
225 m_log << TestLog::EndSection;
227 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if glBeginQuery is executed while a query object of the same target is already active.");
242 m_log << TestLog::EndSection;
244 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id is 0.");
247 m_log << TestLog::EndSection;
249 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.");
256 m_log << TestLog::EndSection;
258 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id is the name of an already active query object.");
263 m_log << TestLog::EndSection;
265 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.");
270 m_log << TestLog::EndSection;
280 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
283 m_log << TestLog::EndSection;
285 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if glEndQuery is executed when a query object of the same target is not active.");
294 m_log << TestLog::EndSection;
304 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
307 m_log << TestLog::EndSection;
316 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if condition is not GL_SYNC_GPU_COMMANDS_COMPLETE.");
319 m_log << TestLog::EndSection;
321 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if flags is not zero.");
324 m_log << TestLog::EndSection;
330 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of a sync object.");
333 m_log << TestLog::EndSection;
335 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if flags is not zero.");
338 m_log << TestLog::EndSection;
340 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED.");
343 m_log << TestLog::EndSection;
351 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of an existing sync object.");
354 m_log << TestLog::EndSection;
356 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if flags contains any unsupported flag.");
359 m_log << TestLog::EndSection;
365 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is neither zero or the name of a sync object.");
370 m_log << TestLog::EndSection;