Home
last modified time | relevance | path

Searched refs:IndexArrayVerifier (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.hpp181 class IndexArrayVerifier : public BufferVerifierBase class
184 IndexArrayVerifier(Context &context);
185 ~IndexArrayVerifier(void);
H A Des2fBufferTestUtil.cpp274 m_verifier = new IndexArrayVerifier(context); in BufferVerifier()
509 IndexArrayVerifier::IndexArrayVerifier(Context &context) in IndexArrayVerifier() function in deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier
543 IndexArrayVerifier::~IndexArrayVerifier(void) in ~IndexArrayVerifier()
591 bool IndexArrayVerifier::verify(uint32_t buffer, const uint8_t *refPtr, int offset, int numBytes) in verify()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsBufferTestUtil.hpp325 class IndexArrayVerifier : public BufferVerifierBase class
328 IndexArrayVerifier(glu::RenderContext &renderCtx, tcu::TestLog &log);
329 ~IndexArrayVerifier(void);
H A DglsBufferTestUtil.cpp398 m_verifier = new IndexArrayVerifier(renderCtx, log); in BufferVerifier()
707 IndexArrayVerifier::IndexArrayVerifier(glu::RenderContext &renderCtx, tcu::TestLog &log) in IndexArrayVerifier() function in deqp::gls::BufferTestUtil::IndexArrayVerifier
758 IndexArrayVerifier::~IndexArrayVerifier(void) in ~IndexArrayVerifier()
815 bool IndexArrayVerifier::verify(uint32_t buffer, const uint8_t *refPtr, int offset, int numBytes) in verify()