Home
last modified time | relevance | path

Searched refs:ShaderBallotTests (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderBallotTests.hpp159 class ShaderBallotTests : public deqp::TestCaseGroup class
162 ShaderBallotTests(deqp::Context& context);
166 ShaderBallotTests(const ShaderBallotTests& other);
167 ShaderBallotTests& operator=(const ShaderBallotTests& other);
Dgl4cShaderBallotTests.cpp758 ShaderBallotTests::ShaderBallotTests(deqp::Context& context) in ShaderBallotTests() function in gl4cts::ShaderBallotTests
766 void ShaderBallotTests::init(void) in init()
Dgl4cTestPackages.cpp308 addChild(new gl4cts::ShaderBallotTests(getContext())); in init()