Home
last modified time | relevance | path

Searched refs:GetBooleanVerifier (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInteger64StateQueryTests.cpp77 // GetBooleanVerifier
79 class GetBooleanVerifier : public StateVerifier class
82 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
86 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles3::Functional::Integer64StateQueryVerifiers::GetBooleanVerifier
91 void GetBooleanVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference) in verifyUnsignedInteger64GreaterOrEqual()
287 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()); in init()
H A Des3fFloatStateQueryTests.hpp38 class GetBooleanVerifier;
58 FloatStateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des3fInteger64StateQueryTests.hpp38 class GetBooleanVerifier;
57 Integer64StateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des3fIntegerStateQueryTests.hpp38 class GetBooleanVerifier;
58 IntegerStateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des3fBooleanStateQueryTests.hpp39 class GetBooleanVerifier;
60 BooleanStateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des3fBooleanStateQueryTests.cpp116 // GetBooleanVerifier
118 class GetBooleanVerifier : public StateVerifier class
121 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
126 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetBooleanVerifier
131 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean()
151 void GetBooleanVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) in verifyBoolean4()
753 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()); in init()
H A Des3fFloatStateQueryTests.cpp108 // GetBooleanVerifier
110 class GetBooleanVerifier : public StateVerifier class
113 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
122 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles3::Functional::FloatStateQueryVerifiers::GetBooleanVerifier
127 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
147 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded()
153 void GetBooleanVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) in verifyFloat2Expanded()
185 void GetBooleanVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) in verifyFloat4Color()
219 void GetBooleanVerifier
[all...]
H A Des3fIntegerStateQueryTests.cpp101 // GetBooleanVerifier
103 class GetBooleanVerifier : public StateVerifier class
106 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
118 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles3::Functional::IntegerStateQueryVerifiers::GetBooleanVerifier
123 void GetBooleanVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyInteger()
143 void GetBooleanVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3) in verifyInteger4()
148 void GetBooleanVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3) in verifyInteger4Mask()
182 void GetBooleanVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyIntegerGreaterOrEqual()
212 void GetBooleanVerifier
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.hpp39 class GetBooleanVerifier;
59 BooleanStateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des2fFloatStateQueryTests.hpp38 class GetBooleanVerifier;
57 FloatStateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des2fIntegerStateQueryTests.hpp38 class GetBooleanVerifier;
57 IntegerStateQueryVerifiers::GetBooleanVerifier* m_verifierBoolean;
H A Des2fBooleanStateQueryTests.cpp124 // GetBooleanVerifier
126 class GetBooleanVerifier : public StateVerifier class
129 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
135 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetBooleanVerifier
140 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean()
160 void GetBooleanVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) in verifyBoolean4()
194 void GetBooleanVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) in verifyBooleanAnything()
561 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()); in init()
H A Des2fFloatStateQueryTests.cpp107 // GetBooleanVerifier
109 class GetBooleanVerifier : public StateVerifier class
112 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
120 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles2::Functional::FloatStateQueryVerifiers::GetBooleanVerifier
125 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
145 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded()
151 void GetBooleanVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) in verifyFloat2Expanded()
183 void GetBooleanVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) in verifyFloat4Color()
217 void GetBooleanVerifier
[all...]
H A Des2fIntegerStateQueryTests.cpp100 // GetBooleanVerifier
102 class GetBooleanVerifier : public StateVerifier class
105 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
116 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles2::Functional::IntegerStateQueryVerifiers::GetBooleanVerifier
121 void GetBooleanVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyInteger()
141 void GetBooleanVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3) in verifyInteger4()
146 void GetBooleanVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3) in verifyInteger4Mask()
180 void GetBooleanVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyIntegerGreaterOrEqual()
210 void GetBooleanVerifier
[all...]

Completed in 18 milliseconds