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;
181 m_log << TestLog::Section("", "GL_INVALID_VALUE due to invalid data pointer.");
183 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.");
192 m_log << TestLog::EndSection;
204 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
207 m_log << TestLog::EndSection;
209 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
214 m_log << TestLog::EndSection;
216 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
223 m_log << TestLog::EndSection;
225 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is already attached to program.");
230 m_log << TestLog::EndSection;
233 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a shader of the same type as shader is already attached to program.");
236 m_log << TestLog::EndSection;
248 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either program or shader is not a value generated by OpenGL.");
255 m_log << TestLog::EndSection;
257 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
260 m_log << TestLog::EndSection;
262 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
267 m_log << TestLog::EndSection;
269 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not attached to program.");
272 m_log << TestLog::EndSection;
281 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
284 m_log << TestLog::EndSection;
286 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
289 m_log << TestLog::EndSection;
293 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is the currently active program object and transform feedback mode is active.");
319 m_log << TestLog::EndSection;
325 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is neither 0 nor a value generated by OpenGL.");
328 m_log << TestLog::EndSection;
330 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
333 m_log << TestLog::EndSection;
335 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if transform feedback mode is active and not paused.");
366 m_log << TestLog::EndSection;
373 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
376 m_log << TestLog::EndSection;
382 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
385 m_log << TestLog::EndSection;
387 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
390 m_log << TestLog::EndSection;
406 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if bufSize is less than the size of GL_PROGRAM_BINARY_LENGTH for program.");
410 m_log << TestLog::Message << "// GL_PROGRAM_BINARY_LENGTH = " << bufSize << TestLog::EndMessage;
411 m_log << TestLog::Message << "// GL_LINK_STATUS = " << linkStatus << TestLog::EndMessage;
421 m_log << TestLog::EndSection;
423 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_LINK_STATUS for the program object is false.");
427 m_log << TestLog::Message << "// GL_PROGRAM_BINARY_LENGTH = " << bufSize << TestLog::EndMessage;
428 m_log << TestLog::Message << "// GL_LINK_STATUS = " << linkStatus << TestLog::EndMessage;
433 m_log << TestLog::EndSection;
449 m_log << TestLog::Message << "// GL_PROGRAM_BINARY_LENGTH = " << bufSize << TestLog::EndMessage;
450 m_log << TestLog::Message << "// GL_LINK_STATUS = " << linkStatus << TestLog::EndMessage;
460 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not the name of an existing program object.");
463 m_log << TestLog::EndSection;
465 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.");
468 m_log << TestLog::EndSection;
478 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of an existing program object.");
481 m_log << TestLog::EndSection;
483 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not GL_PROGRAM_BINARY_RETRIEVABLE_HINT.");
486 m_log << TestLog::EndSection;
488 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if value is not GL_FALSE or GL_TRUE.");
491 m_log << TestLog::EndSection;
497 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
501 m_log << TestLog::EndSection;
510 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.");
513 m_log << TestLog::EndSection;
515 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
518 m_log << TestLog::EndSection;
520 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler has been deleted by a call to glDeleteSamplers.");
524 m_log << TestLog::EndSection;
528 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
531 m_log << TestLog::EndSection;
539 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.");
542 m_log << TestLog::EndSection;
544 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
547 m_log << TestLog::EndSection;
557 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.");
560 m_log << TestLog::EndSection;
562 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
565 m_log << TestLog::EndSection;
574 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.");
577 m_log << TestLog::EndSection;
579 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.");
582 m_log << TestLog::EndSection;
592 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.");
596 m_log << TestLog::EndSection;
598 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.");
602 m_log << TestLog::EndSection;
611 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.");
614 m_log << TestLog::EndSection;
616 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.");
619 m_log << TestLog::EndSection;
629 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.");
633 m_log << TestLog::EndSection;
635 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.");
639 m_log << TestLog::EndSection;
653 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
657 m_log << TestLog::EndSection;
659 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a program or shader object.");
667 m_log << TestLog::EndSection;
669 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
672 m_log << TestLog::EndSection;
685 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
688 m_log << TestLog::EndSection;
690 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
694 m_log << TestLog::EndSection;
696 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
699 m_log << TestLog::EndSection;
711 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
714 m_log << TestLog::EndSection;
716 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if name starts with the reserved prefix \"gl_\".");
719 m_log << TestLog::EndSection;
721 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
724 m_log << TestLog::EndSection;
726 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
729 m_log << TestLog::EndSection;
746 m_log << TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings << TestLog::EndMessage;
747 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORMS = " << numActiveUniforms << TestLog::EndMessage;
748 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
751 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if uniformBlockIndex is not an active uniform block index of program.");
756 m_log << tcu::TestLog::EndSection;
758 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.");
761 m_log << tcu::TestLog::EndSection;
763 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of a program object generated by the GL.");
766 m_log << tcu::TestLog::EndSection;
773 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
783 m_log << tcu::TestLog::EndSection;
798 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
802 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.");
812 m_log << tcu::TestLog::EndSection;
814 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.");
820 m_log << tcu::TestLog::EndSection;
822 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
826 m_log << tcu::TestLog::EndSection;
837 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.");
857 m_log << tcu::TestLog::EndSection;
868 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
878 m_log << tcu::TestLog::EndSection;
893 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
899 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.");
909 m_log << tcu::TestLog::EndSection;
911 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.");
917 m_log << tcu::TestLog::EndSection;
919 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
923 m_log << tcu::TestLog::EndSection;
936 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;
976 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.");
986 m_log << tcu::TestLog::EndSection;
995 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1005 m_log << tcu::TestLog::EndSection;
1020 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1024 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.");
1034 m_log << tcu::TestLog::EndSection;
1036 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.");
1046 m_log << tcu::TestLog::EndSection;
1048 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.");
1058 m_log << tcu::TestLog::EndSection;
1069 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.");
1089 m_log << tcu::TestLog::EndSection;
1100 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1110 m_log << tcu::TestLog::EndSection;
1125 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1131 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.");
1141 m_log << tcu::TestLog::EndSection;
1143 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.");
1153 m_log << tcu::TestLog::EndSection;
1155 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.");
1165 m_log << tcu::TestLog::EndSection;
1178 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.");
1198 m_log << tcu::TestLog::EndSection;
1212 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1218 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.");
1228 m_log << tcu::TestLog::EndSection;
1237 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1247 m_log << tcu::TestLog::EndSection;
1262 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1266 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.");
1276 m_log << tcu::TestLog::EndSection;
1278 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.");
1288 m_log << tcu::TestLog::EndSection;
1290 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.");
1300 m_log << tcu::TestLog::EndSection;
1302 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1306 m_log << tcu::TestLog::EndSection;
1317 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.");
1337 m_log << tcu::TestLog::EndSection;
1348 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1358 m_log << tcu::TestLog::EndSection;
1373 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1379 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.");
1389 m_log << tcu::TestLog::EndSection;
1391 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.");
1401 m_log << tcu::TestLog::EndSection;
1403 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.");
1413 m_log << tcu::TestLog::EndSection;
1415 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1419 m_log << tcu::TestLog::EndSection;
1432 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.");
1452 m_log << tcu::TestLog::EndSection;
1466 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1472 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.");
1482 m_log << tcu::TestLog::EndSection;
1494 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if there is no current program object.");
1515 m_log << tcu::TestLog::EndSection;
1528 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1534 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.");
1555 m_log << tcu::TestLog::EndSection;
1557 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1578 m_log << tcu::TestLog::EndSection;
1591 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.");
1633 m_log << tcu::TestLog::EndSection;
1647 m_log << TestLog::Message << "// ERROR: Failed to retrieve uniform location" << TestLog::EndMessage;
1653 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.");
1674 m_log << tcu::TestLog::EndSection;
1683 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
1687 m_log << tcu::TestLog::EndSection;
1699 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK.");
1702 m_log << tcu::TestLog::EndSection;
1704 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.");
1720 m_log << tcu::TestLog::EndSection;
1732 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
1735 m_log << tcu::TestLog::EndSection;
1758 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if primitiveMode is not one of GL_POINTS, GL_LINES, or GL_TRIANGLES.");
1761 m_log << tcu::TestLog::EndSection;
1763 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if transform feedback is already active.");
1768 m_log << tcu::TestLog::EndSection;
1770 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.");
1775 m_log << tcu::TestLog::EndSection;
1777 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if no binding points would be used because no program object is active.");
1782 m_log << tcu::TestLog::EndSection;
1784 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.");
1788 m_log << tcu::TestLog::EndSection;
1814 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the currently bound transform feedback object is not active or is paused.");
1822 m_log << tcu::TestLog::EndSection;
1848 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if the currently bound transform feedback object is not active or is not paused.");
1857 m_log << tcu::TestLog::EndSection;
1883 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if transform feedback is not active.");
1889 m_log << tcu::TestLog::EndSection;
1918 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of a program object.");
1921 m_log << tcu::TestLog::EndSection;
1923 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater or equal to the value of GL_TRANSFORM_FEEDBACK_VARYINGS.");
1927 m_log << tcu::TestLog::EndSection;
1929 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION or GL_INVALID_VALUE is generated program has not been linked.");
1932 m_log << tcu::TestLog::EndSection;
1947 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if program is not the name of a program object.");
1950 m_log << tcu::TestLog::EndSection;
1952 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.");
1956 m_log << tcu::TestLog::EndSection;