/external/deqp/modules/gles3/functional/ |
D | es3fInteger64StateQueryTests.cpp | 124 class GetIntegerVerifier : public StateVerifier class 127 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 131 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles3::Functional::Integer64StateQueryVerifiers::GetIntegerVerifier 136 void GetIntegerVerifier::verifyUnsignedInteger64GreaterOrEqual(tcu::TestContext &testCtx, GLenum na… in verifyUnsignedInteger64GreaterOrEqual() 298 …new GetIntegerVerifier(m_context.getRenderContext().getFunctions(), m_context.getTestContext().get… in init()
|
D | es3fInteger64StateQueryTests.hpp | 39 class GetIntegerVerifier; 58 Integer64StateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es3fFloatStateQueryTests.hpp | 39 class GetIntegerVerifier; 59 FloatStateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es3fIntegerStateQueryTests.hpp | 39 class GetIntegerVerifier; 59 IntegerStateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es3fBooleanStateQueryTests.hpp | 40 class GetIntegerVerifier; 61 BooleanStateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es3fBooleanStateQueryTests.cpp | 191 class GetIntegerVerifier : public StateVerifier class 194 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 200 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetIntegerVerifier 205 void GetIntegerVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() 225 void GetIntegerVerifier::verifyBoolean4(tcu::TestContext &testCtx, GLenum name, bool reference0, bo… in verifyBoolean4() 751 …new GetIntegerVerifier(m_context.getRenderContext().getFunctions(), m_context.getTestContext().get… in init()
|
D | es3fFloatStateQueryTests.cpp | 292 class GetIntegerVerifier : public StateVerifier class 295 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 305 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles3::Functional::FloatStateQueryVerifiers::GetIntegerVerifier 310 void GetIntegerVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 333 void GetIntegerVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat refere… in verifyFloatExpanded() 358 void GetIntegerVerifier::verifyFloat2Expanded(tcu::TestContext &testCtx, GLenum name, GLfloat refer… in verifyFloat2Expanded() 392 void GetIntegerVerifier::verifyFloat4Color(tcu::TestContext &testCtx, GLenum name, GLfloat referenc… in verifyFloat4Color() 431 void GetIntegerVerifier::verifyFloatRange(tcu::TestContext &testCtx, GLenum name, GLfloat min, GLfl… in verifyFloatRange() 456 void GetIntegerVerifier::verifyFloatGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLfloat … in verifyFloatGreaterOrEqual() 1239 …new GetIntegerVerifier(m_context.getRenderContext().getFunctions(), m_context.getTestContext().get… in init()
|
D | es3fIntegerStateQueryTests.cpp | 370 class GetIntegerVerifier : public StateVerifier class 373 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 387 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles3::Functional::IntegerStateQueryVerifiers::GetIntegerVerifier 392 void GetIntegerVerifier::verifyInteger(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyInteger() 411 void GetIntegerVerifier::verifyInteger4(tcu::TestContext &testCtx, GLenum name, GLint reference0, G… in verifyInteger4() 417 void GetIntegerVerifier::verifyInteger4Mask(tcu::TestContext &testCtx, GLenum name, GLint reference… in verifyInteger4Mask() 443 void GetIntegerVerifier::verifyIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLint … in verifyIntegerGreaterOrEqual() 462 void GetIntegerVerifier::verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name… in verifyUnsignedIntegerGreaterOrEqual() 481 void GetIntegerVerifier::verifyIntegerLessOrEqual(tcu::TestContext &testCtx, GLenum name, GLint ref… in verifyIntegerLessOrEqual() 500 void GetIntegerVerifier::verifyIntegerGreaterOrEqual2(tcu::TestContext &testCtx, GLenum name, GLint… in verifyIntegerGreaterOrEqual2() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFloatStateQueryTests.hpp | 39 class GetIntegerVerifier; 58 FloatStateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es2fIntegerStateQueryTests.hpp | 39 class GetIntegerVerifier; 58 IntegerStateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es2fBooleanStateQueryTests.hpp | 40 class GetIntegerVerifier; 60 BooleanStateQueryVerifiers::GetIntegerVerifier *m_verifierInteger;
|
D | es2fBooleanStateQueryTests.cpp | 210 class GetIntegerVerifier : public StateVerifier class 213 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 220 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetIntegerVerifier 225 void GetIntegerVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() 245 void GetIntegerVerifier::verifyBoolean4(tcu::TestContext &testCtx, GLenum name, bool reference0, bo… in verifyBoolean4() 275 void GetIntegerVerifier::verifyBooleanAnything(tcu::TestContext &testCtx, GLenum name) in verifyBooleanAnything() 560 …new GetIntegerVerifier(m_context.getRenderContext().getFunctions(), m_context.getTestContext().get… in init()
|
D | es2fFloatStateQueryTests.cpp | 260 class GetIntegerVerifier : public StateVerifier class 263 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 272 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles2::Functional::FloatStateQueryVerifiers::GetIntegerVerifier 277 void GetIntegerVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 300 void GetIntegerVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat refere… in verifyFloatExpanded() 325 void GetIntegerVerifier::verifyFloat2Expanded(tcu::TestContext &testCtx, GLenum name, GLfloat refer… in verifyFloat2Expanded() 359 void GetIntegerVerifier::verifyFloat4Color(tcu::TestContext &testCtx, GLenum name, GLfloat referenc… in verifyFloat4Color() 398 void GetIntegerVerifier::verifyFloatRange(tcu::TestContext &testCtx, GLenum name, GLfloat min, GLfl… in verifyFloatRange() 1088 …new GetIntegerVerifier(m_context.getRenderContext().getFunctions(), m_context.getTestContext().get… in init()
|
D | es2fIntegerStateQueryTests.cpp | 338 class GetIntegerVerifier : public StateVerifier class 341 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log); 354 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles2::Functional::IntegerStateQueryVerifiers::GetIntegerVerifier 359 void GetIntegerVerifier::verifyInteger(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyInteger() 378 void GetIntegerVerifier::verifyInteger4(tcu::TestContext &testCtx, GLenum name, GLint reference0, G… in verifyInteger4() 384 void GetIntegerVerifier::verifyInteger4Mask(tcu::TestContext &testCtx, GLenum name, GLint reference… in verifyInteger4Mask() 410 void GetIntegerVerifier::verifyIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLint … in verifyIntegerGreaterOrEqual() 429 void GetIntegerVerifier::verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name… in verifyUnsignedIntegerGreaterOrEqual() 448 void GetIntegerVerifier::verifyIntegerGreaterOrEqual2(tcu::TestContext &testCtx, GLenum name, GLint… in verifyIntegerGreaterOrEqual2() 468 void GetIntegerVerifier::verifyIntegerAnyOf(tcu::TestContext &testCtx, GLenum name, const GLint ref… in verifyIntegerAnyOf() [all …]
|