Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_INVALID_ENUM

65 			m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
67 expectError(GL_INVALID_ENUM);
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
88 expectError(GL_INVALID_ENUM);
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
95 expectError(GL_INVALID_ENUM);
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
100 expectError(GL_INVALID_ENUM);
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
107 expectError(GL_INVALID_ENUM);
109 expectError(GL_INVALID_ENUM);
111 expectError(GL_INVALID_ENUM);
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
118 expectError(GL_INVALID_ENUM);
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
123 expectError(GL_INVALID_ENUM);
125 expectError(GL_INVALID_ENUM);
127 expectError(GL_INVALID_ENUM);
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
134 expectError(GL_INVALID_ENUM);
142 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not one of GL_FUNC_ADD, GL_FUNC_SUBTRACT, or GL_FUNC_REVERSE_SUBTRACT.");
144 expectError(GL_INVALID_ENUM);
149 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either modeRGB or modeAlpha is not one of GL_FUNC_ADD, GL_FUNC_SUBTRACT, or GL_FUNC_REVERSE_SUBTRACT.");
151 expectError(GL_INVALID_ENUM);
153 expectError(GL_INVALID_ENUM);
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an accepted value.");
160 expectError(GL_INVALID_ENUM);
162 expectError(GL_INVALID_ENUM);
164 expectError(GL_INVALID_ENUM);
166 expectError(GL_INVALID_ENUM);
171 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted value.");
173 expectError(GL_INVALID_ENUM);
175 expectError(GL_INVALID_ENUM);
183 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
185 expectError(GL_INVALID_ENUM);
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
193 expectError(GL_INVALID_ENUM);