/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTestPackages.cpp | 104 namespace gl4cts namespace 130 addChild(new gl4cts::GPUShaderFP64Tests(getContext())); in init() 131 addChild(new gl4cts::TextureGatherTests(getContext())); in init() 133 …addChild(new gl4cts::ClipControlTests(getContext(), gl4cts::ClipControlTests::API_GL_ARB_clip_cont… in init() 134 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init() 136 …new gl4cts::TextureBarrierTests(getContext(), gl4cts::TextureBarrierTests::API_GL_ARB_texture_barr… in init() 167 addChild(new gl4cts::VertexAttrib64BitTests(getContext())); in init() 212 addChild(new gl4cts::MapBufferAlignmentTests(getContext())); in init() 213 addChild(new gl4cts::ShaderAtomicCountersTests(getContext())); in init() 214 addChild(new gl4cts::ShaderImageLoadStoreTests(getContext())); in init() [all …]
|
D | gl4cConditionalRenderInvertedTests.cpp | 38 gl4cts::ConditionalRenderInverted::Tests::Tests(deqp::Context& context) in Tests() 45 void gl4cts::ConditionalRenderInverted::Tests::init() in init() 47 addChild(new gl4cts::ConditionalRenderInverted::CoverageTest(m_context)); in init() 48 addChild(new gl4cts::ConditionalRenderInverted::FunctionalTest(m_context)); in init() 57 gl4cts::ConditionalRenderInverted::CoverageTest::CoverageTest(deqp::Context& context) in CoverageTest() 67 tcu::TestNode::IterateResult gl4cts::ConditionalRenderInverted::CoverageTest::iterate() in iterate() 140 void gl4cts::ConditionalRenderInverted::CoverageTest::createQueryObject() in createQueryObject() 158 void gl4cts::ConditionalRenderInverted::CoverageTest::clean() in clean() 179 bool gl4cts::ConditionalRenderInverted::CoverageTest::test(glw::GLenum mode) in test() 220 gl4cts::ConditionalRenderInverted::FunctionalTest::FunctionalTest(deqp::Context& context) in FunctionalTest() [all …]
|
D | gl4cES31CompatibilityTests.cpp | 38 gl4cts::es31compatibility::Tests::Tests(deqp::Context& context) in Tests() 45 void gl4cts::es31compatibility::Tests::init() in init() 48 addChild(new gl4cts::es31compatibility::ShaderCompilationCompatibilityTests(m_context)); in init() 49 addChild(new gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest(m_context)); in init() 52 addChild(new gl4cts::es31compatibility::SampleVariablesTests(m_context, glu::GLSL_VERSION_310_ES)); in init() 53 addChild(new gl4cts::es31compatibility::ShaderImageLoadStoreTests(m_context)); in init() 54 addChild(new gl4cts::es31compatibility::ShaderStorageBufferObjectTests(m_context)); in init() 63 gl4cts::es31compatibility::ShaderCompilationCompatibilityTests::ShaderCompilationCompatibilityTests( in ShaderCompilationCompatibilityTests() 71 tcu::TestNode::IterateResult gl4cts::es31compatibility::ShaderCompilationCompatibilityTests::iterat… in iterate() 203 const gl4cts::es31compatibility::ShaderCompilationCompatibilityTests::TestShader [all …]
|
D | gl4cContextFlushControlTests.cpp | 50 gl4cts::ContextFlushControl::Tests::Tests(deqp::Context& context) in Tests() 57 void gl4cts::ContextFlushControl::Tests::init() in init() 59 addChild(new gl4cts::ContextFlushControl::CoverageTest(m_context)); in init() 60 addChild(new gl4cts::ContextFlushControl::FunctionalTest(m_context)); in init() 69 gl4cts::ContextFlushControl::CoverageTest::CoverageTest(deqp::Context& context) in CoverageTest() 79 tcu::TestNode::IterateResult gl4cts::ContextFlushControl::CoverageTest::iterate() in iterate() 145 bool gl4cts::ContextFlushControl::CoverageTest::testQuery(glu::RenderContext& context, glw::GLenum … in testQuery() 197 glu::RenderContext* gl4cts::ContextFlushControl::CoverageTest::createNoFlushContext() in createNoFlushContext() 227 gl4cts::ContextFlushControl::FunctionalTest::FunctionalTest(deqp::Context& context) in FunctionalTest() 237 tcu::TestNode::IterateResult gl4cts::ContextFlushControl::FunctionalTest::iterate() in iterate() [all …]
|
D | gl4cGetTextureSubImageTests.cpp | 45 gl4cts::GetTextureSubImage::Tests::Tests(deqp::Context& context) in Tests() 52 gl4cts::GetTextureSubImage::Tests::~Tests(void) in ~Tests() 56 void gl4cts::GetTextureSubImage::Tests::init(void) in init() 68 gl4cts::GetTextureSubImage::Errors::Errors(deqp::Context& context) in Errors() 85 gl4cts::GetTextureSubImage::Errors::~Errors(void) in ~Errors() 91 tcu::TestNode::IterateResult gl4cts::GetTextureSubImage::Errors::iterate(void) in iterate() 153 void gl4cts::GetTextureSubImage::Errors::prepare() in prepare() 254 bool gl4cts::GetTextureSubImage::Errors::testExistingTextureObjectError() in testExistingTextureObjectError() 312 bool gl4cts::GetTextureSubImage::Errors::testBufferOrMultisampledTargetError() in testBufferOrMultisampledTargetError() 347 bool gl4cts::GetTextureSubImage::Errors::testNegativeOffsetError() in testNegativeOffsetError() [all …]
|
D | gl4cLimitsTests.hpp | 27 namespace gl4cts namespace
|
D | gl4cVertexAttrib64BitTest.hpp | 33 namespace gl4cts namespace
|
D | gl4cMapBufferAlignmentTests.hpp | 34 namespace gl4cts namespace
|
D | gl4cProgramInterfaceQueryTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cTextureGatherTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cShaderStorageBufferObjectTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cShaderImageSizeTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cShaderImageLoadStoreTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cVertexAttribBindingTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cComputeShaderTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cShaderAtomicCountersTests.hpp | 29 namespace gl4cts namespace
|
D | gl4cTextureBarrierTests.hpp | 28 namespace gl4cts namespace
|
D | gl4cClipControlTests.hpp | 28 namespace gl4cts namespace
|
D | gl4cSpirvExtensionsTests.hpp | 40 namespace gl4cts namespace
|
D | gl4cSyncTests.hpp | 37 namespace gl4cts namespace
|
D | gl4cIncompleteTextureAccessTests.hpp | 37 namespace gl4cts namespace
|
D | gl4cPostDepthCoverageTests.hpp | 35 namespace gl4cts namespace
|
D | gl4cContextFlushControlTests.hpp | 45 namespace gl4cts namespace
|
D | gl4cIndirectParametersTests.hpp | 39 namespace gl4cts namespace
|
/external/deqp/external/openglcts/modules/ |
D | glcTestPackageRegistry.cpp | 196 return new gl4cts::GL40TestPackage(testCtx, "KHR-GL40"); in createGL40Package() 200 return new gl4cts::GL41TestPackage(testCtx, "KHR-GL41"); in createGL41Package() 204 return new gl4cts::GL42TestPackage(testCtx, "KHR-GL42"); in createGL42Package() 208 return new gl4cts::GL43TestPackage(testCtx, "KHR-GL43"); in createGL43Package() 212 return new gl4cts::GL44TestPackage(testCtx, "KHR-GL44"); in createGL44Package() 216 return new gl4cts::GL45TestPackage(testCtx, "KHR-GL45"); in createGL45Package() 220 return new gl4cts::GL46TestPackage(testCtx, "KHR-GL46"); in createGL46Package()
|