Home | History | Annotate | Download | only in functional

Lines Matching defs:NegativeTestContext

50 NegativeTestContext::NegativeTestContext (ErrorCase&				host,
66 NegativeTestContext::~NegativeTestContext ()
72 void NegativeTestContext::fail (const string& msg)
77 int NegativeTestContext::getInteger (GLenum pname) const
84 void NegativeTestContext::beginSection (const string& desc)
93 void NegativeTestContext::endSection (void)
103 void NegativeTestContext::expectError (GLenum error)
108 void NegativeTestContext::expectError (GLenum error0, GLenum error1)
113 bool NegativeTestContext::isShaderSupported (glu::ShaderType shaderType)
130 bool NegativeTestContext::isExtensionSupported (std::string extension)