HomeSort by relevance Sort by last modified time
    Searched refs:GetFloatVerifier (Results 1 - 14 of 14) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.hpp 40 class GetFloatVerifier;
59 FloatStateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es2fIntegerStateQueryTests.hpp 40 class GetFloatVerifier;
59 IntegerStateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es2fBooleanStateQueryTests.hpp 41 class GetFloatVerifier;
61 BooleanStateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es2fBooleanStateQueryTests.cpp 285 //GetFloatVerifier
287 class GetFloatVerifier : public StateVerifier
290 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
296 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
301 void GetFloatVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
321 void GetFloatVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
355 void GetFloatVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name)
561 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
es2fFloatStateQueryTests.cpp 618 //GetFloatVerifier
620 class GetFloatVerifier : public StateVerifier
623 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
631 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
636 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
654 void GetFloatVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
660 void GetFloatVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1)
683 void GetFloatVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3)
708 void GetFloatVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max
    [all...]
es2fIntegerStateQueryTests.cpp 485 //GetFloatVerifier
487 class GetFloatVerifier : public StateVerifier
490 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
501 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
506 void GetFloatVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference)
527 void GetFloatVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3)
532 void GetFloatVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3)
558 void GetFloatVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference)
576 void GetFloatVerifier::verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.hpp 40 class GetFloatVerifier;
59 Integer64StateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es3fBooleanStateQueryTests.hpp 42 class GetFloatVerifier;
63 BooleanStateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es3fFloatStateQueryTests.hpp 41 class GetFloatVerifier;
61 FloatStateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es3fIntegerStateQueryTests.hpp 41 class GetFloatVerifier;
61 IntegerStateQueryVerifiers::GetFloatVerifier* m_verifierFloat;
es3fInteger64StateQueryTests.cpp 157 //GetFloatVerifier
159 class GetFloatVerifier : public StateVerifier
162 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
166 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
171 void GetFloatVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference)
287 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
es3fBooleanStateQueryTests.cpp 324 //GetFloatVerifier
326 class GetFloatVerifier : public StateVerifier
329 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
334 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
339 void GetFloatVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
359 void GetFloatVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
754 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
es3fFloatStateQueryTests.cpp 692 //GetFloatVerifier
694 class GetFloatVerifier : public StateVerifier
697 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
706 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
711 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
729 void GetFloatVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
735 void GetFloatVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1)
758 void GetFloatVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3)
783 void GetFloatVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max
    [all...]
es3fIntegerStateQueryTests.cpp 722 //GetFloatVerifier
724 class GetFloatVerifier : public StateVerifier
727 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
739 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
744 void GetFloatVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference)
765 void GetFloatVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3)
770 void GetFloatVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3)
796 void GetFloatVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference)
814 void GetFloatVerifier::verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference
    [all...]

Completed in 303 milliseconds