Home | History | Annotate | Download | only in functional

Lines Matching refs:m_log

69 			m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
72 m_log << TestLog::EndSection;
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
90 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
98 m_log << TestLog::EndSection;
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
106 m_log << TestLog::EndSection;
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
113 m_log << TestLog::EndSection;
125 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
128 m_log << TestLog::EndSection;
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
133 m_log << TestLog::EndSection;
135 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxCount is less than 0.");
138 m_log << TestLog::EndSection;
148 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
150 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
159 m_log << TestLog::EndSection;
161 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
164 m_log << TestLog::EndSection;
166 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if pname is GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, or GL_SHADER_SOURCE_LENGTH but a shader compiler is not supported.");
173 m_log << TestLog::EndSection;
175 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader does not refer to a shader object.");
178 m_log << TestLog::EndSection;
192 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
195 m_log << TestLog::EndSection;
197 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
200 m_log << TestLog::EndSection;
202 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxLength is less than 0.");
205 m_log << TestLog::EndSection;
215 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
217 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
224 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType or precisionType is not an accepted value.");
231 m_log << TestLog::EndSection;
233 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a shader compiler is not supported.");
236 m_log << TestLog::EndSection;
245 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
248 m_log << TestLog::EndSection;
250 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
253 m_log << TestLog::EndSection;
255 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if bufSize is less than 0.");
258 m_log << TestLog::EndSection;
272 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
275 m_log << TestLog::EndSection;
277 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
280 m_log << TestLog::EndSection;
282 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program does not refer to a program object.");
285 m_log << TestLog::EndSection;
297 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
300 m_log << TestLog::EndSection;
302 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
305 m_log << TestLog::EndSection;
307 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxLength is less than 0.");
310 m_log << TestLog::EndSection;
322 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target or pname is not an accepted value.");
329 m_log << TestLog::EndSection;
335 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target or pname is not an accepted value.");
342 m_log << TestLog::EndSection;
360 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
363 m_log << TestLog::EndSection;
365 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
368 m_log << TestLog::EndSection;
370 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
373 m_log << TestLog::EndSection;
375 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
378 m_log << TestLog::EndSection;
399 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
402 m_log << TestLog::EndSection;
404 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
407 m_log << TestLog::EndSection;
409 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
412 m_log << TestLog::EndSection;
414 m_log
417 m_log << TestLog::EndSection;
428 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
431 m_log << TestLog::EndSection;
433 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
438 m_log << TestLog::EndSection;
446 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
449 m_log << TestLog::EndSection;
451 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
456 m_log << TestLog::EndSection;
462 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
465 m_log << TestLog::EndSection;
467 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
472 m_log << TestLog::EndSection;
486 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target or value is not an accepted value.");
493 m_log << TestLog::EndSection;
495 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
499 m_log << TestLog::EndSection;
510 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
513 m_log << TestLog::EndSection;
515 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if there is no attached object at the named attachment point and pname is not GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE.");
518 m_log << TestLog::EndSection;
520 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if the attached object at the named attachment point is incompatible with pname.");
535 m_log << TestLog::EndSection;
537 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the default framebuffer object name 0 is bound.");
541 m_log << TestLog::EndSection;
554 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_RENDERBUFFER.");
557 m_log << TestLog::EndSection;
559 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
562 m_log << TestLog::EndSection;
564 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved renderbuffer object name 0 is bound.");
568 m_log << TestLog::EndSection;
577 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not an accepted value.");
582 m_log << TestLog::EndSection;
589 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either target or mode is not an accepted value.");
596 m_log << TestLog::EndSection;
606 m_log << TestLog::Section("", "A name returned by glGenBuffers, but not yet associated with a buffer object by calling glBindBuffer, is not the name of a buffer object.");
622 m_log << TestLog::EndSection;
631 m_log << TestLog::Section("", "A name returned by glGenFramebuffers, but not yet bound through a call to glBindFramebuffer is not the name of a framebuffer object.");
647 m_log << TestLog::EndSection;
656 m_log << TestLog::Section("", "A name created with glCreateProgram, and not yet deleted with glDeleteProgram is a name of a program object.");
667 m_log << TestLog::EndSection;
676 m_log << TestLog::Section("", "A name returned by glGenRenderbuffers, but not yet bound through a call to glBindRenderbuffer or glFramebufferRenderbuffer is not the name of a renderbuffer object.");
692 m_log << TestLog::EndSection;
701 m_log << TestLog::Section("", "A name created with glCreateShader, and not yet deleted with glDeleteShader is a name of a shader object.");
712 m_log << TestLog::EndSection;
721 m_log << TestLog::Section("", "A name returned by glGenTextures, but not yet bound through a call to glBindTexture is not the name of a texture.");
737 m_log << TestLog::EndSection;