Home
last modified time | relevance | path

Searched refs:ShaderBitfieldOperationTests (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderBitfieldOperationTests.hpp34 class ShaderBitfieldOperationTests : public glcts::TestCaseGroup class
37 ShaderBitfieldOperationTests(glcts::Context& context, glu::GLSLVersion glslVersion);
38 ~ShaderBitfieldOperationTests(void);
43 ShaderBitfieldOperationTests(const ShaderBitfieldOperationTests& other);
44 ShaderBitfieldOperationTests& operator=(const ShaderBitfieldOperationTests& other);
Des31cTestPackage.cpp198 …coreGroup->addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_310_ES… in init()
Des31cShaderBitfieldOperationTests.cpp1304 ShaderBitfieldOperationTests::ShaderBitfieldOperationTests(Context& context, glu::GLSLVersion glslV… in ShaderBitfieldOperationTests() function in glcts::ShaderBitfieldOperationTests
1309 ShaderBitfieldOperationTests::~ShaderBitfieldOperationTests(void) in ~ShaderBitfieldOperationTests()
1313 void ShaderBitfieldOperationTests::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp303 addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_430)); in init()