Searched refs:IndexArrayVerifier (Results 1 – 4 of 4) sorted by relevance
157 class IndexArrayVerifier : public BufferVerifierBase class160 IndexArrayVerifier (Context& context);161 ~IndexArrayVerifier (void);
255 case VERIFY_AS_INDEX_ARRAY: m_verifier = new IndexArrayVerifier (context); break; in BufferVerifier()486 IndexArrayVerifier::IndexArrayVerifier (Context& context) in IndexArrayVerifier() function in deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier520 IndexArrayVerifier::~IndexArrayVerifier (void) in ~IndexArrayVerifier()568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify()
263 class IndexArrayVerifier : public BufferVerifierBase class266 IndexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log);267 ~IndexArrayVerifier (void);
360 case VERIFY_AS_INDEX_ARRAY: m_verifier = new IndexArrayVerifier (renderCtx, log); break; in BufferVerifier()655 IndexArrayVerifier::IndexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log) in IndexArrayVerifier() function in deqp::gls::BufferTestUtil::IndexArrayVerifier703 IndexArrayVerifier::~IndexArrayVerifier (void) in ~IndexArrayVerifier()757 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify()