Home | History | Annotate | Download | only in functional

Lines Matching refs:TestLog

58 using tcu::TestLog;
73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
76 m_log << TestLog::EndSection;
83 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
85 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
87 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
90 m_log << TestLog::EndSection;
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
96 m_log << TestLog::EndSection;
98 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
102 m_log << TestLog::EndSection;
112 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
114 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
116 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
119 m_log << TestLog::EndSection;
121 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
125 m_log << TestLog::EndSection;
131 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
134 m_log << TestLog::EndSection;
142 m_log << TestLog::Message << "// Shader binaries not supported." << TestLog::EndMessage;
144 m_log << TestLog::Message << "// Shader binaries supported" << TestLog::EndMessage;
152 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported format returned in GL_SHADER_BINARY_FORMATS.");
155 m_log << TestLog::EndSection;
159 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any value in shaders is not a value generated by OpenGL.");
163 m_log << TestLog::EndSection;
165 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n or length is negative.");
171 m_log << TestLog::EndSection;
173 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if any value in shaders is not a shader object.");
176 m_log << TestLog::EndSection;
178 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if there is more than one vertex shader object handle or more than one fragment shader object handle in shaders.");
183 m_log << TestLog::EndSection;
198 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
201 m_log << TestLog::EndSection;
203 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
208 m_log << TestLog::EndSection;
210 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
217 m_log << TestLog::EndSection;
219 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is already attached to program, or if another shader object of the same type as shader is already attached to program.");
226 m_log << TestLog::EndSection;
237 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
244 m_log << TestLog::EndSection;
246 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
249 m_log << TestLog::EndSection;
251 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
256 m_log << TestLog::EndSection;
258 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not attached to program.");
261 m_log << TestLog::EndSection;
270 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
273 m_log << TestLog::EndSection;
275 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
278 m_log << TestLog::EndSection;
286 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is neither 0 nor a value generated by OpenGL.");
289 m_log << TestLog::EndSection;
291 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
294 m_log << TestLog::EndSection;
301 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
304 m_log << TestLog::EndSection;
312 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
315 m_log << TestLog::EndSection;
317 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
320 m_log << TestLog::EndSection;
322 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to the number of active attribute variables in program.");
325 m_log << TestLog::EndSection;
327 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if bufSize is less than 0.");
330 m_log << TestLog::EndSection;
341 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
345 m_log << TestLog::EndSection;
347 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a program or shader object.");
355 m_log << TestLog::EndSection;
357 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
360 m_log << TestLog::EndSection;
372 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
375 m_log << TestLog::EndSection;
377 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
381 m_log << TestLog::EndSection;
383 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
386 m_log << TestLog::EndSection;
398 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
401 m_log << TestLog::EndSection;
403 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if name starts with the reserved prefix \"gl_\".");
406 m_log << TestLog::EndSection;
408 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
411 m_log << TestLog::EndSection;
413 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
416 m_log << TestLog::EndSection;
426 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
429 m_log << TestLog::EndSection;
431 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
434 m_log << TestLog::EndSection;
436 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to the number of active attribute variables in program.");
440 m_log << TestLog::EndSection;
442 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if bufSize is less than 0.");
445 m_log << TestLog::EndSection;
454 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
457 m_log << TestLog::EndSection;
459 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
462 m_log << TestLog::EndSection;
472 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a shader compiler is not supported.");
475 m_log << TestLog::EndSection;
482 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
492 m_log << tcu::TestLog::EndSection;
504 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
508 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the size of the uniform variable declared in the shader does not match the size indicated by the glUniform command.");
518 m_log << tcu::TestLog::EndSection;
520 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if one of the floating-point variants of this function is used to load a uniform variable of type int, ivec2, ivec3, or ivec4.");
524 m_log << tcu::TestLog::EndSection;
526 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
530 m_log << tcu::TestLog::EndSection;
539 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if location is an invalid uniform location for the current program object and location is not equal to -1.");
559 m_log << tcu::TestLog::EndSection;
570 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
580 m_log << tcu::TestLog::EndSection;
592 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
598 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the size of the uniform variable declared in the shader does not match the size indicated by the glUniform command.");
608 m_log << tcu::TestLog::EndSection;
610 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if one of the floating-point variants of this function is used to load a uniform variable of type int, ivec2, ivec3, or ivec4.");
614 m_log << tcu::TestLog::EndSection;
616 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
620 m_log << tcu::TestLog::EndSection;
631 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if location is an invalid uniform location for the current program object and location is not equal to -1.");
651 m_log << tcu::TestLog::EndSection;
663 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
669 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated uniform variable is not an array variable.");
679 m_log << tcu::TestLog::EndSection;
688 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
698 m_log << tcu::TestLog::EndSection;
710 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
714 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the size of the uniform variable declared in the shader does not match the size indicated by the glUniform command.");
724 m_log << tcu::TestLog::EndSection;
726 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if one of the integer variants of this function is used to load a uniform variable of type float, vec2, vec3, or vec4.");
730 m_log << tcu::TestLog::EndSection;
739 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if location is an invalid uniform location for the current program object and location is not equal to -1.");
759 m_log << tcu::TestLog::EndSection;
770 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
780 m_log << tcu::TestLog::EndSection;
792 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
798 m_log << tcu::TestLog
808 m_log << tcu::TestLog::EndSection;
810 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if one of the integer variants of this function is used to load a uniform variable of type float, vec2, vec3, or vec4.");
814 m_log << tcu::TestLog::EndSection;
825 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if location is an invalid uniform location for the current program object and location is not equal to -1.");
845 m_log << tcu::TestLog::EndSection;
857 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
863 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated uniform variable is not an array variable.");
873 m_log << tcu::TestLog::EndSection;
884 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
892 m_log << tcu::TestLog::EndSection;
905 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
911 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the size of the uniform variable declared in the shader does not match the size indicated by the glUniform command.");
919 m_log << tcu::TestLog::EndSection;
921 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
925 m_log << tcu::TestLog::EndSection;
938 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if location is an invalid uniform location for the current program object and location is not equal to -1.");
954 m_log << tcu::TestLog::EndSection;
968 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
975 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated uniform variable is not an array variable.");
983 m_log << tcu::TestLog::EndSection;
996 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if transpose is not GL_FALSE.");
1004 m_log << tcu::TestLog::EndSection;