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/
H A 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_control)); in init()
132 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init()
134 new gl4cts::TextureBarrierTests(getContext(), gl4cts::TextureBarrierTests::API_GL_ARB_texture_barrier)); in init()
165 addChild(new gl4cts::VertexAttrib64BitTests(getContext())); in init()
210 addChild(new gl4cts in init()
[all...]
H A 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
[all...]
H A 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::iterate() in iterate()
203 const gl4cts
[all...]
H A 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 expected_value) 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
[all...]
H A 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
[all...]
H A Dgl4cLimitsTests.hpp27 namespace gl4cts namespace
47 } /* gl4cts namespace */
H A Dgl4cVertexAttrib64BitTest.hpp33 namespace gl4cts namespace
53 } /* namespace gl4cts */
H A Dgl4cMapBufferAlignmentTests.hpp34 namespace gl4cts namespace
55 } /* gl4cts */
H A Dgl4cProgramInterfaceQueryTests.hpp29 namespace gl4cts namespace
45 } // gl4cts
H A Dgl4cShaderAtomicCountersTests.hpp29 namespace gl4cts namespace
45 } // gl4cts
H A Dgl4cShaderImageLoadStoreTests.hpp29 namespace gl4cts namespace
45 } // gl4cts
H A Dgl4cShaderImageSizeTests.hpp29 namespace gl4cts namespace
45 } // gl4cts
H A Dgl4cShaderStorageBufferObjectTests.hpp29 namespace gl4cts namespace
45 } // gl4cts
H A Dgl4cTextureGatherTests.hpp29 namespace gl4cts namespace
H A Dgl4cVertexAttribBindingTests.hpp29 namespace gl4cts namespace
45 } // gl4cts
H A Dgl4cComputeShaderTests.hpp29 namespace gl4cts namespace
H A Dgl4cTextureBarrierTests.hpp28 namespace gl4cts namespace
49 } /* gl4cts namespace */
H A Dgl4cClipControlTests.hpp28 namespace gl4cts namespace
49 } /* gl4cts namespace */
H A Dgl4cSpirvExtensionsTests.hpp40 namespace gl4cts namespace
74 } /* gl4cts namespace */
H A Dgl4cSyncTests.hpp37 namespace gl4cts namespace
106 } /* gl4cts */
H A Dgl4cIncompleteTextureAccessTests.hpp37 namespace gl4cts namespace
144 } /* gl4cts */
H A Dgl4cIndirectParametersTests.hpp39 namespace gl4cts namespace
H A Dgl4cPostDepthCoverageTests.hpp35 namespace gl4cts namespace
H A Dgl4cContextFlushControlTests.hpp45 namespace gl4cts namespace
181 } /* gl4cts namespace */
/third_party/vk-gl-cts/external/openglcts/modules/
H A DglcTestPackageRegistry.cpp209 return new gl4cts::GL40TestPackage(testCtx, "KHR-GL40"); in createGL40Package()
213 return new gl4cts::GL41TestPackage(testCtx, "KHR-GL41"); in createGL41Package()
217 return new gl4cts::GL42TestPackage(testCtx, "KHR-GL42"); in createGL42Package()
221 return new gl4cts::GL42CompatTestPackage(testCtx, "KHR-GL42-COMPAT"); in createGL42CompatPackage()
225 return new gl4cts::GL43TestPackage(testCtx, "KHR-GL43"); in createGL43Package()
229 return new gl4cts::GL44TestPackage(testCtx, "KHR-GL44"); in createGL44Package()
233 return new gl4cts::GL45TestPackage(testCtx, "KHR-GL45"); in createGL45Package()
237 return new gl4cts::GL46TestPackage(testCtx, "KHR-GL46"); in createGL46Package()

Completed in 8 milliseconds

1234