Home
last modified time | relevance | path

Searched refs:gl4cts (Results 1 – 25 of 99) sorted by relevance

1234

/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp104 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 …]
Dgl4cConditionalRenderInvertedTests.cpp38 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 …]
Dgl4cES31CompatibilityTests.cpp38 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 …]
Dgl4cContextFlushControlTests.cpp50 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 …]
Dgl4cGetTextureSubImageTests.cpp45 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 …]
Dgl4cLimitsTests.hpp27 namespace gl4cts namespace
Dgl4cVertexAttrib64BitTest.hpp33 namespace gl4cts namespace
Dgl4cMapBufferAlignmentTests.hpp34 namespace gl4cts namespace
Dgl4cProgramInterfaceQueryTests.hpp29 namespace gl4cts namespace
Dgl4cTextureGatherTests.hpp29 namespace gl4cts namespace
Dgl4cShaderStorageBufferObjectTests.hpp29 namespace gl4cts namespace
Dgl4cShaderImageSizeTests.hpp29 namespace gl4cts namespace
Dgl4cShaderImageLoadStoreTests.hpp29 namespace gl4cts namespace
Dgl4cVertexAttribBindingTests.hpp29 namespace gl4cts namespace
Dgl4cComputeShaderTests.hpp29 namespace gl4cts namespace
Dgl4cShaderAtomicCountersTests.hpp29 namespace gl4cts namespace
Dgl4cTextureBarrierTests.hpp28 namespace gl4cts namespace
Dgl4cClipControlTests.hpp28 namespace gl4cts namespace
Dgl4cSpirvExtensionsTests.hpp40 namespace gl4cts namespace
Dgl4cSyncTests.hpp37 namespace gl4cts namespace
Dgl4cIncompleteTextureAccessTests.hpp37 namespace gl4cts namespace
Dgl4cPostDepthCoverageTests.hpp35 namespace gl4cts namespace
Dgl4cContextFlushControlTests.hpp45 namespace gl4cts namespace
Dgl4cIndirectParametersTests.hpp39 namespace gl4cts namespace
/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp196 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()

1234