Home
last modified time | relevance | path

Searched refs:ShaderBallotBaseTestCase (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderBallotTests.cpp40 ShaderBallotBaseTestCase::ShaderPipeline::ShaderPipeline(glu::ShaderType testedShader, in ShaderPipeline()
176 ShaderBallotBaseTestCase::ShaderPipeline::~ShaderPipeline() in ~ShaderPipeline()
194 const char* const* ShaderBallotBaseTestCase::ShaderPipeline::getShaderParts(glu::ShaderType shaderT… in getShaderParts()
199 unsigned int ShaderBallotBaseTestCase::ShaderPipeline::getShaderPartsCount(glu::ShaderType shaderTy… in getShaderPartsCount()
204 void ShaderBallotBaseTestCase::ShaderPipeline::renderQuad(deqp::Context& context) in renderQuad()
224 void ShaderBallotBaseTestCase::ShaderPipeline::executeComputeShader(deqp::Context& context) in executeComputeShader()
307 void ShaderBallotBaseTestCase::ShaderPipeline::use(deqp::Context& context) in use()
314 void ShaderBallotBaseTestCase::ShaderPipeline::test(deqp::Context& context) in test()
326 void ShaderBallotBaseTestCase::createShaderPrograms(ShaderPipeline& pipeline) in createShaderPrograms()
368 ShaderBallotBaseTestCase::~ShaderBallotBaseTestCase() in ~ShaderBallotBaseTestCase()
[all …]
Dgl4cShaderBallotTests.hpp35 class ShaderBallotBaseTestCase : public glcts::TestCaseBase class
88 ShaderBallotBaseTestCase(deqp::Context& context, const char* name, const char* description) in ShaderBallotBaseTestCase() function in gl4cts::ShaderBallotBaseTestCase
94 virtual ~ShaderBallotBaseTestCase();
103 class ShaderBallotAvailabilityTestCase : public ShaderBallotBaseTestCase
116 class ShaderBallotBitmasksTestCase : public ShaderBallotBaseTestCase
135 class ShaderBallotFunctionBallotTestCase : public ShaderBallotBaseTestCase
148 class ShaderBallotFunctionReadTestCase : public ShaderBallotBaseTestCase