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 619 //GetFloatVerifier
621 class GetFloatVerifier : public StateVerifier
624 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
632 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
637 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
655 void GetFloatVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
661 void GetFloatVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1)
684 void GetFloatVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3)
709 void GetFloatVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max
    [all...]
es2fIntegerStateQueryTests.cpp 491 //GetFloatVerifier
493 class GetFloatVerifier : public StateVerifier
496 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
507 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
512 void GetFloatVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference)
533 void GetFloatVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3)
538 void GetFloatVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3)
564 void GetFloatVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference)
582 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 693 //GetFloatVerifier
695 class GetFloatVerifier : public StateVerifier
698 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
707 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
712 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
730 void GetFloatVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference)
736 void GetFloatVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1)
759 void GetFloatVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3)
784 void GetFloatVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max
    [all...]
es3fIntegerStateQueryTests.cpp 728 //GetFloatVerifier
730 class GetFloatVerifier : public StateVerifier
733 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
745 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
750 void GetFloatVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference)
771 void GetFloatVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3)
776 void GetFloatVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3)
802 void GetFloatVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference)
820 void GetFloatVerifier::verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference
    [all...]

Completed in 131 milliseconds