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 47 NegativeTestContext::NegativeTestContext (ErrorCase& host,
63 NegativeTestContext::~NegativeTestContext ()
69 void NegativeTestContext::fail (const string& msg)
74 int NegativeTestContext::getInteger (GLenum pname) const
81 void NegativeTestContext::beginSection (const string& desc)
90 void NegativeTestContext::endSection (void)
100 void NegativeTestContext::expectMessage (GLenum source, GLenum type)
105 void NegativeTestContext::expectError (GLenum error
    [all...]
es31fNegativeTestShared.hpp 50 class NegativeTestContext : public glu::CallLogWrapper
53 NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLog);
54 ~NegativeTestContext ();
77 typedef void (*TestFunc)(NegativeTestContext& ctx);

Completed in 65 milliseconds