Home | History | Annotate | Download | only in functional

Lines Matching refs:m_log

98 			m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
101 m_log << TestLog::EndSection;
107 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
110 m_log << TestLog::EndSection;
112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
116 m_log << TestLog::EndSection;
118 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
122 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;
136 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
140 m_log << TestLog::EndSection;
146 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
149 m_log << TestLog::EndSection;
157 m_log << TestLog::Message << "// Shader binaries not supported." << TestLog::EndMessage;
159 m_log << TestLog::Message << "// Shader binaries supported" << TestLog::EndMessage;
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
168 m_log << TestLog::EndSection;
172 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
176 m_log << TestLog::EndSection;
178 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if more than one of the handles in shaders refers to the same type of shader, or GL_INVALID_VALUE due to invalid data pointer.");
181 m_log << TestLog::EndSection;
193 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
196 m_log << TestLog::EndSection;
198 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
203 m_log << TestLog::EndSection;
205 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
212 m_log << TestLog::EndSection;
214 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is already attached to program.");
219 m_log << TestLog::EndSection;
221 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a shader of the same type as shader is already attached to program.");
224 m_log << TestLog::EndSection;
235 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
242 m_log << TestLog::EndSection;
244 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
247 m_log << TestLog::EndSection;
249 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
254 m_log << TestLog::EndSection;
256 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not attached to program.");
259 m_log << TestLog::EndSection;
268 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
271 m_log << TestLog::EndSection;
273 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
276 m_log << TestLog::EndSection;
280 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is the currently active program object and transform feedback mode is active.");
306 m_log << TestLog::EndSection;
312 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is neither 0 nor 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_OPERATION is generated if transform feedback mode is active and not paused.");
353 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;
369 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
372 m_log << TestLog::EndSection;
374 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
377 m_log << TestLog::EndSection;
391 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if bufSize is less than the size of GL_PROGRAM_BINARY_LENGTH for program.");
395 m_log << TestLog::Message << "// GL_PROGRAM_BINARY_LENGTH = " << bufSize << TestLog::EndMessage;
396 m_log << TestLog::Message << "// GL_LINK_STATUS = " << linkStatus << TestLog::EndMessage;
406 m_log << TestLog::EndSection;
408 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_LINK_STATUS for the program object is false.");
412 m_log << TestLog::Message << "// GL_PROGRAM_BINARY_LENGTH = " << bufSize << TestLog::EndMessage;
413 m_log << TestLog::Message << "// GL_LINK_STATUS = " << linkStatus << TestLog::EndMessage;
418 m_log << TestLog::EndSection;
433 m_log << TestLog::Message << "// GL_PROGRAM_BINARY_LENGTH = " << bufSize << TestLog::EndMessage;
434 m_log << TestLog::Message << "// GL_LINK_STATUS = " << linkStatus << TestLog::EndMessage;
444 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not the name of an existing program object.");
447 m_log << TestLog::EndSection;
449 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.");
452 m_log << TestLog::EndSection;
462 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of an existing program object.");
465 m_log << TestLog::EndSection;
467 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not GL_PROGRAM_BINARY_RETRIEVABLE_HINT.");
470 m_log << TestLog::EndSection;
472 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if value is not GL_FALSE or GL_TRUE.");
475 m_log << TestLog::EndSection;
481 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
485 m_log << TestLog::EndSection;
494 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if unit is greater than or equal to the value of GL_MAX_COMBIED_TEXTURE_IMAGE_UNITS.");
497 m_log << TestLog::EndSection;
499 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
502 m_log << TestLog::EndSection;
504 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler has been deleted by a call to glDeleteSamplers.");
508 m_log << TestLog::EndSection;
512 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
515 m_log << TestLog::EndSection;
523 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
526 m_log << TestLog::EndSection;
528 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
531 m_log << TestLog::EndSection;
541 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
544 m_log << TestLog::EndSection;
546 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
549 m_log << TestLog::EndSection;
558 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
561 m_log << TestLog::EndSection;
563 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
566 m_log << TestLog::EndSection;
576 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
580 m_log << TestLog::EndSection;
582 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
586 m_log << TestLog::EndSection;
595 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
598 m_log << TestLog::EndSection;
600 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
603 m_log << TestLog::EndSection;
613 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
617 m_log << TestLog::EndSection;
619 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if params should have a defined constant value (based on the value of pname) and does not.");
623 m_log << TestLog::EndSection;
637 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
641 m_log << TestLog::EndSection;
643 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a program or shader object.");
651 m_log << TestLog::EndSection;
653 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
656 m_log << TestLog::EndSection;
669 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
672 m_log << TestLog::EndSection;
674 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
678 m_log << TestLog::EndSection;
680 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
683 m_log << TestLog::EndSection;
695 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
698 m_log << TestLog::EndSection;
700 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if name starts with the reserved prefix \"gl_\".");
703 m_log << TestLog::EndSection;
705 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
708 m_log << TestLog::EndSection;
710 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
713 m_log << TestLog::EndSection;
730 m_log << TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings << TestLog::EndMessage;
731 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORMS = " << numActiveUniforms << TestLog::EndMessage;
732 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
735 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if uniformBlockIndex is not an active uniform block index of program.");
740 m_log << tcu::TestLog::EndSection;
742 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if uniformBlockBinding is greater than or equal to the value of GL_MAX_UNIFORM_BUFFER_BINDINGS.");
745 m_log << tcu::TestLog::EndSection;
747 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of a program object generated by the GL.");
750 m_log << tcu::TestLog::EndSection;
757 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
767 m_log << tcu::TestLog::EndSection;
782 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
786 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.");
796 m_log << tcu::TestLog::EndSection;
798 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}f is used to load a uniform variable of type int, ivec2, ivec3, ivec4, unsigned int, uvec2, uvec3, uvec4.");
804 m_log << tcu::TestLog::EndSection;
806 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
810 m_log << tcu::TestLog::EndSection;
821 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.");
841 m_log << tcu::TestLog::EndSection;
852 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
862 m_log << tcu::TestLog::EndSection;
877 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
883 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.");
893 m_log << tcu::TestLog::EndSection;
895 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}fv is used to load a uniform variable of type int, ivec2, ivec3, ivec4, unsigned int, uvec2, uvec3, uvec4.");
901 m_log << tcu::TestLog::EndSection;
903 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
907 m_log << tcu::TestLog::EndSection;
920 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.");
940 m_log << tcu::TestLog::EndSection;
954 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
960 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.");
970 m_log << tcu::TestLog::EndSection;
979 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
989 m_log << tcu::TestLog::EndSection;
1004 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1008 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.");
1018 m_log << tcu::TestLog::EndSection;
1020 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}i is used to load a uniform variable of type unsigned int, uvec2, uvec3, uvec4, or an array of these.");
1030 m_log << tcu::TestLog::EndSection;
1032 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}i is used to load a uniform variable of type float, vec2, vec3, or vec4.");
1042 m_log << tcu::TestLog::EndSection;
1053 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.");
1073 m_log << tcu::TestLog::EndSection;
1084 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1094 m_log << tcu::TestLog::EndSection;
1109 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1115 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.");
1125 m_log << tcu::TestLog::EndSection;
1127 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}iv is used to load a uniform variable of type float, vec2, vec3, or vec4.");
1137 m_log << tcu::TestLog::EndSection;
1139 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}iv is used to load a uniform variable of type unsigned int, uvec2, uvec3 or uvec4.");
1149 m_log << tcu::TestLog::EndSection;
1162 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.");
1182 m_log << tcu::TestLog::EndSection;
1196 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1202 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.");
1212 m_log << tcu::TestLog::EndSection;
1221 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1231 m_log << tcu::TestLog::EndSection;
1246 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1250 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.");
1260 m_log << tcu::TestLog::EndSection;
1262 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}i is used to load a uniform variable of type int, ivec2, ivec3, ivec4, or an array of these.");
1272 m_log << tcu::TestLog::EndSection;
1274 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}i is used to load a uniform variable of type float, vec2, vec3, or vec4.");
1284 m_log << tcu::TestLog::EndSection;
1286 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1290 m_log << tcu::TestLog::EndSection;
1301 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.");
1321 m_log << tcu::TestLog::EndSection;
1332 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1342 m_log << tcu::TestLog::EndSection;
1357 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1363 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.");
1373 m_log << tcu::TestLog::EndSection;
1375 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}uiv is used to load a uniform variable of type float, vec2, vec3, or vec4.");
1385 m_log << tcu::TestLog::EndSection;
1387 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if glUniform{1234}uiv is used to load a uniform variable of type int, ivec2, ivec3 or ivec4.");
1397 m_log << tcu::TestLog::EndSection;
1399 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1403 m_log << tcu::TestLog::EndSection;
1416 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.");
1436 m_log << tcu::TestLog::EndSection;
1450 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1456 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.");
1466 m_log << tcu::TestLog::EndSection;
1478 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1499 m_log << tcu::TestLog::EndSection;
1512 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1518 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.");
1539 m_log << tcu::TestLog::EndSection;
1541 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1562 m_log << tcu::TestLog::EndSection;
1575 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.");
1617 m_log << tcu::TestLog::EndSection;
1631 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1637 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.");
1658 m_log << tcu::TestLog::EndSection;
1667 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
1671 m_log << tcu::TestLog::EndSection;
1683 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK.");
1686 m_log << tcu::TestLog::EndSection;
1688 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the transform feedback operation is active on the currently bound transform feedback object, and is not paused.");
1704 m_log << tcu::TestLog::EndSection;
1716 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
1719 m_log << tcu::TestLog::EndSection;
1742 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if primitiveMode is not one of GL_POINTS, GL_LINES, or GL_TRIANGLES.");
1745 m_log << tcu::TestLog::EndSection;
1747 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if transform feedback is already active.");
1752 m_log << tcu::TestLog::EndSection;
1754 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if any binding point used in transform feedback mode does not have a buffer object bound.");
1759 m_log << tcu::TestLog::EndSection;
1761 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if no binding points would be used because no program object is active.");
1766 m_log << tcu::TestLog::EndSection;
1768 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if no binding points would be used because the active program object has specified no varying variables to record.");
1772 m_log << tcu::TestLog::EndSection;
1798 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the currently bound transform feedback object is not active or is paused.");
1806 m_log << tcu::TestLog::EndSection;
1832 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the currently bound transform feedback object is not active or is not paused.");
1841 m_log << tcu::TestLog::EndSection;
1867 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if transform feedback is not active.");
1873 m_log << tcu::TestLog::EndSection;
1902 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of a program object.");
1905 m_log << tcu::TestLog::EndSection;
1907 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater or equal to the value of GL_TRANSFORM_FEEDBACK_VARYINGS.");
1911 m_log << tcu::TestLog::EndSection;
1913 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION or GL_INVALID_VALUE is generated program has not been linked.");
1916 m_log << tcu::TestLog::EndSection;
1931 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of a program object.");
1934 m_log << tcu::TestLog::EndSection;
1936 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if bufferMode is GL_SEPARATE_ATTRIBS and count is greater than GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS.");
1940 m_log << tcu::TestLog::EndSection;