Home | History | Annotate | Download | only in functional

Lines Matching refs:TestLog

60 using tcu::TestLog;
75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
78 m_log << TestLog::EndSection;
85 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
87 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
92 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
98 m_log << TestLog::EndSection;
100 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
104 m_log << TestLog::EndSection;
114 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
116 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
118 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
121 m_log << TestLog::EndSection;
123 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
127 m_log << TestLog::EndSection;
133 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
136 m_log << TestLog::EndSection;
144 m_log << TestLog::Message << "// Shader binaries not supported." << TestLog::EndMessage;
146 m_log << TestLog::Message << "// Shader binaries supported" << TestLog::EndMessage;
154 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported format returned in GL_SHADER_BINARY_FORMATS.");
157 m_log << TestLog::EndSection;
161 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any value in shaders is not a value generated by OpenGL.");
165 m_log << TestLog::EndSection;
167 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n or length is negative.");
173 m_log << TestLog::EndSection;
175 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if any value in shaders is not a shader object.");
178 m_log << TestLog::EndSection;
180 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.");
185 m_log << TestLog::EndSection;
200 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
203 m_log << TestLog::EndSection;
205 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
210 m_log << TestLog::EndSection;
212 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
219 m_log << TestLog::EndSection;
221 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.");
228 m_log << TestLog::EndSection;
239 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
246 m_log << TestLog::EndSection;
248 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
251 m_log << TestLog::EndSection;
253 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
258 m_log << TestLog::EndSection;
260 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not attached to program.");
263 m_log << TestLog::EndSection;
272 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
275 m_log << TestLog::EndSection;
277 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
280 m_log << TestLog::EndSection;
288 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is neither 0 nor a value generated by OpenGL.");
291 m_log << TestLog::EndSection;
293 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
296 m_log << TestLog::EndSection;
303 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
306 m_log << TestLog::EndSection;
314 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
317 m_log << TestLog::EndSection;
319 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
322 m_log << TestLog::EndSection;
324 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.");
327 m_log << TestLog::EndSection;
329 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if bufSize is less than 0.");
332 m_log << TestLog::EndSection;
343 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
347 m_log << TestLog::EndSection;
349 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a program or shader object.");
357 m_log << TestLog::EndSection;
359 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
362 m_log << TestLog::EndSection;
374 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
377 m_log << TestLog::EndSection;
379 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
383 m_log << TestLog::EndSection;
385 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
388 m_log << TestLog::EndSection;
400 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
403 m_log << TestLog::EndSection;
405 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if name starts with the reserved prefix \"gl_\".");
408 m_log << TestLog::EndSection;
410 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
413 m_log << TestLog::EndSection;
415 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
418 m_log << TestLog::EndSection;
428 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
431 m_log << TestLog::EndSection;
433 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
436 m_log << TestLog::EndSection;
438 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.");
442 m_log << TestLog::EndSection;
444 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if bufSize is less than 0.");
447 m_log << TestLog::EndSection;
456 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
459 m_log << TestLog::EndSection;
461 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
464 m_log << TestLog::EndSection;
474 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a shader compiler is not supported.");
477 m_log << TestLog::EndSection;
484 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
494 m_log << tcu::TestLog::EndSection;
506 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
510 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.");
520 m_log << tcu::TestLog::EndSection;
522 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.");
526 m_log << tcu::TestLog::EndSection;
528 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
532 m_log << tcu::TestLog::EndSection;
541 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.");
561 m_log << tcu::TestLog::EndSection;
572 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
582 m_log << tcu::TestLog::EndSection;
594 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
600 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.");
610 m_log << tcu::TestLog::EndSection;
612 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.");
616 m_log << tcu::TestLog::EndSection;
618 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
622 m_log << tcu::TestLog::EndSection;
633 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.");
653 m_log << tcu::TestLog::EndSection;
665 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
671 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.");
681 m_log << tcu::TestLog::EndSection;
690 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
700 m_log << tcu::TestLog::EndSection;
712 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
716 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.");
726 m_log << tcu::TestLog::EndSection;
728 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.");
732 m_log << tcu::TestLog::EndSection;
741 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.");
761 m_log << tcu::TestLog::EndSection;
772 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
782 m_log << tcu::TestLog::EndSection;
794 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
800 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.");
810 m_log << tcu::TestLog::EndSection;
812 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.");
816 m_log << tcu::TestLog::EndSection;
827 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.");
847 m_log << tcu::TestLog::EndSection;
859 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
865 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.");
875 m_log << tcu::TestLog::EndSection;
886 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
894 m_log << tcu::TestLog::EndSection;
907 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
913 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.");
921 m_log << tcu::TestLog::EndSection;
923 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
927 m_log << tcu::TestLog::EndSection;
940 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.");
956 m_log << tcu::TestLog::EndSection;
970 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
977 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.");
985 m_log << tcu::TestLog::EndSection;
1004 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if transpose is not GL_FALSE.");
1012 m_log << tcu::TestLog::EndSection;