HomeSort by relevance Sort by last modified time
    Searched defs:NegativeTestContext (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 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
    [all...]
es31fNegativeTestShared.hpp 57 class NegativeTestContext : public glu::CallLogWrapper
60 NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLog);
61 ~NegativeTestContext ();
87 typedef void (*TestFunc)(NegativeTestContext& ctx);

Completed in 67 milliseconds