Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp102 namespace gl4cts namespace
128 addChild(new gl4cts::GPUShaderFP64Tests(getContext())); in init()
129 addChild(new gl4cts::TextureGatherTests(getContext())); in init()
131 …addChild(new gl4cts::ClipControlTests(getContext(), gl4cts::ClipControlTests::API_GL_ARB_clip_cont… in init()
132 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init()
134 …new gl4cts::TextureBarrierTests(getContext(), gl4cts::TextureBarrierTests::API_GL_ARB_texture_barr… in init()
165 addChild(new gl4cts::VertexAttrib64BitTests(getContext())); in init()
210 addChild(new gl4cts::MapBufferAlignmentTests(getContext())); in init()
211 addChild(new gl4cts::ShaderAtomicCountersTests(getContext())); in init()
212 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
Dgl4cVertexAttribBindingTests.hpp29 namespace gl4cts namespace
Dgl4cShaderAtomicCountersTests.hpp29 namespace gl4cts namespace
Dgl4cShaderImageLoadStoreTests.hpp29 namespace gl4cts namespace
Dgl4cMapBufferAlignmentTests.hpp34 namespace gl4cts namespace
Dgl4cComputeShaderTests.hpp29 namespace gl4cts namespace
Dgl4cProgramInterfaceQueryTests.hpp29 namespace gl4cts namespace
Dgl4cShaderImageSizeTests.hpp29 namespace gl4cts namespace
Dgl4cShaderStorageBufferObjectTests.hpp29 namespace gl4cts namespace
Dgl4cTextureGatherTests.hpp29 namespace gl4cts namespace
Dgl4cClipControlTests.hpp28 namespace gl4cts namespace
Dgl4cTextureBarrierTests.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
/third_party/vk-gl-cts/external/openglcts/modules/
DglcTestPackageRegistry.cpp203 return new gl4cts::GL40TestPackage(testCtx, "KHR-GL40"); in createGL40Package()
207 return new gl4cts::GL41TestPackage(testCtx, "KHR-GL41"); in createGL41Package()
211 return new gl4cts::GL42TestPackage(testCtx, "KHR-GL42"); in createGL42Package()
215 return new gl4cts::GL42CompatTestPackage(testCtx, "KHR-GL42-COMPAT"); in createGL42CompatPackage()
219 return new gl4cts::GL43TestPackage(testCtx, "KHR-GL43"); in createGL43Package()
223 return new gl4cts::GL44TestPackage(testCtx, "KHR-GL44"); in createGL44Package()
227 return new gl4cts::GL45TestPackage(testCtx, "KHR-GL45"); in createGL45Package()
231 return new gl4cts::GL46TestPackage(testCtx, "KHR-GL46"); in createGL46Package()

1234