Home | History | Annotate | Download | only in functional

Lines Matching refs:TestLog

39 using tcu::TestLog;
54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
96 m_log << TestLog::EndSection;
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
101 m_log << TestLog::EndSection;
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.");
112 m_log << TestLog::EndSection;
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.");
119 m_log << TestLog::EndSection;
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.");
128 m_log << TestLog::EndSection;
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
135 m_log << TestLog::EndSection;
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.");
145 m_log << TestLog::EndSection;
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.");
154 m_log << TestLog::EndSection;
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an accepted value.");
167 m_log << TestLog::EndSection;
171 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted value.");
176 m_log << TestLog::EndSection;
183 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
186 m_log << TestLog::EndSection;
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
194 m_log << TestLog::EndSection;
199 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width is less than or equal to 0.");
204 m_log << TestLog::EndSection;