Lines Matching refs:GL_INVALID_OPERATION
97 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
100 expectError(GL_INVALID_OPERATION);
117 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
120 expectError(GL_INVALID_OPERATION);
123 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer object being updated is mapped.");
128 expectError(GL_INVALID_OPERATION);
174 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the combination of format and type is unsupported.");
176 expectError(GL_INVALID_OPERATION);
206 expectError(GL_INVALID_OPERATION);
208 expectError(GL_INVALID_OPERATION);
210 expectError(GL_INVALID_OPERATION);
212 expectError(GL_INVALID_OPERATION);
214 expectError(GL_INVALID_OPERATION);
216 expectError(GL_INVALID_OPERATION);
246 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if currently bound framebuffer format is incompatible with format and type.");
253 expectError (isES ? GL_INVALID_OPERATION : GL_NO_ERROR);
260 expectError (GL_INVALID_OPERATION);
267 expectError (GL_INVALID_OPERATION);
271 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero.");
298 expectError (GL_INVALID_OPERATION);
610 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if zero is bound to readtarget or writetarget.");
613 expectError (GL_INVALID_OPERATION);
618 expectError (GL_INVALID_OPERATION);
623 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer object bound to either readtarget or writetarget is mapped.");
626 expectError (GL_INVALID_OPERATION);
631 expectError (GL_INVALID_OPERATION);
665 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the GL is bound to the default framebuffer and n is not 1.");
668 expectError (GL_INVALID_OPERATION);
671 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the GL is bound to the default framebuffer and the value in bufs is one of the GL_COLOR_ATTACHMENTn tokens.");
674 expectError (GL_INVALID_OPERATION);
677 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the GL is bound to a framebuffer object and the ith buffer listed in bufs is anything other than GL_NONE or GL_COLOR_ATTACHMENTSi.");
680 expectError (isES ? GL_INVALID_OPERATION : GL_INVALID_ENUM);
717 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if zero is bound to target.");
720 expectError (GL_INVALID_OPERATION);
723 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer bound to target is not mapped, or is mapped without the GL_MAP_FLUSH_EXPLICIT flag.");
727 expectError (GL_INVALID_OPERATION);
730 expectError (GL_INVALID_OPERATION);
773 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer is already in a mapped state.");
777 expectError (GL_INVALID_OPERATION);
781 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if neither GL_MAP_READ_BIT or GL_MAP_WRITE_BIT is set.");
783 expectError (GL_INVALID_OPERATION);
786 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if ");
788 expectError (GL_INVALID_OPERATION);
791 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_MAP_READ_BIT is set and any of GL_MAP_INVALIDATE_RANGE_BIT, GL_MAP_INVALIDATE_BUFFER_BIT, or GL_MAP_UNSYNCHRONIZED_BIT is set.");
793 expectError (GL_INVALID_OPERATION);
796 expectError (GL_INVALID_OPERATION);
799 expectError (GL_INVALID_OPERATION);
802 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_MAP_FLUSH_EXPLICIT_BIT is set and GL_MAP_WRITE_BIT is not set.");
804 expectError (GL_INVALID_OPERATION);
836 expectError (isES ? GL_INVALID_ENUM : GL_INVALID_OPERATION);
851 m_log << TestLog::Section("", "GL_INVALID_OPERATION error is generated if src is GL_BACK or if src is GL_COLOR_ATTACHMENTm where m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS.");
853 expectError (GL_INVALID_OPERATION);
855 expectError (GL_INVALID_OPERATION);
860 expectError (GL_INVALID_OPERATION);
865 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the current framebuffer is the default framebuffer and mode is not GL_NONE or GL_BACK.");
868 expectError (GL_INVALID_OPERATION);
871 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the current framebuffer is a named framebuffer and mode is not GL_NONE or GL_COLOR_ATTACHMENTi.");
874 expectError (GL_INVALID_OPERATION);
890 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer data store is already in an unmapped state.");
892 expectError (GL_INVALID_OPERATION);
974 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if renderbuffer is neither 0 nor the name of an existing renderbuffer object.");
976 expectError(GL_INVALID_OPERATION);
979 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if zero is bound to target.");
982 expectError(GL_INVALID_OPERATION);
1023 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture is neither 0 nor the name of an existing texture object.");
1025 expectError(GL_INVALID_OPERATION);
1028 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if textarget and texture are not compatible.");
1030 expectError(GL_INVALID_OPERATION);
1034 expectError(GL_INVALID_OPERATION);
1038 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if zero is bound to target.");
1041 expectError(GL_INVALID_OPERATION);
1132 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if mask contains any of the GL_DEPTH_BUFFER_BIT or GL_STENCIL_BUFFER_BIT and filter is not GL_NEAREST.");
1134 expectError (GL_INVALID_OPERATION);
1136 expectError (GL_INVALID_OPERATION);
1138 expectError (GL_INVALID_OPERATION);
1141 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if mask contains GL_COLOR_BUFFER_BIT and read buffer format is incompatible with draw buffer format.");
1148 expectError (GL_INVALID_OPERATION);
1154 expectError (GL_INVALID_OPERATION);
1163 expectError (GL_INVALID_OPERATION);
1166 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if filter is GL_LINEAR and the read buffer contains integer data.");
1176 expectError (GL_INVALID_OPERATION);
1179 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if mask contains GL_DEPTH_BUFFER_BIT or GL_STENCIL_BUFFER_BIT and the source and destination depth and stencil formats do not match.");
1184 expectError (GL_INVALID_OPERATION);
1186 expectError (GL_INVALID_OPERATION);
1217 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the value of GL_SAMPLE_BUFFERS for the draw buffer is greater than zero.");
1221 expectError (isES ? GL_INVALID_OPERATION : GL_NO_ERROR);
1224 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the formats of draw and read buffers are not identical.");
1228 expectError (isES ? GL_INVALID_OPERATION : GL_NO_ERROR);
1231 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the source and destination rectangles are not defined with the same (X0, Y0) and (X1, Y1) bounds.");
1235 expectError (isES ? GL_INVALID_OPERATION : GL_NO_ERROR);
1279 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture is non-zero and not the name of a 3D texture or 2D array texture.");
1281 expectError (GL_INVALID_OPERATION);
1283 expectError (GL_INVALID_OPERATION);
1305 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if zero is bound to target.");
1308 expectError (GL_INVALID_OPERATION);
1342 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if attachments contains GL_COLOR_ATTACHMENTm and m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS.");
1344 expectError (GL_INVALID_OPERATION);
1376 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if attachments contains GL_COLOR_ATTACHMENTm and m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS.");
1378 expectError (GL_INVALID_OPERATION);
1401 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if samples is greater than the maximum number of samples supported for internalformat.");
1403 expectError (GL_INVALID_OPERATION);