Searched refs:ComputeShaderTests (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.hpp32 class ComputeShaderTests : public deqp::TestCaseGroup class in namespace:gl4cts
35 ComputeShaderTests(deqp::Context& context);
36 ~ComputeShaderTests(void);
40 ComputeShaderTests(const ComputeShaderTests& other);
41 ComputeShaderTests& operator=(const ComputeShaderTests& other);
H A Dgl4cTestPackages.cpp234 addChild(new gl4cts::ComputeShaderTests(getContext()));
H A Dgl4cComputeShaderTests.cpp6649 ComputeShaderTests::ComputeShaderTests(deqp::Context& context) : TestCaseGroup(context, "compute_shader", "") function in class:gl4cts::ComputeShaderTests
6653 ComputeShaderTests::~ComputeShaderTests(void)
6657 void ComputeShaderTests::init()
/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.hpp34 class ComputeShaderTests : public glcts::TestCaseGroup class in namespace:glcts
37 ComputeShaderTests(glcts::Context& context);
38 ~ComputeShaderTests(void);
42 ComputeShaderTests(const ComputeShaderTests& other);
43 ComputeShaderTests& operator=(const ComputeShaderTests& other);
H A Des31cTestPackage.cpp185 coreGroup->addChild(new glcts::ComputeShaderTests(getContext()));
H A Des31cComputeShaderTests.cpp5591 ComputeShaderTests::ComputeShaderTests(glcts::Context& context) : TestCaseGroup(context, "compute_shader", "") function in class:glcts::ComputeShaderTests
5595 ComputeShaderTests::~ComputeShaderTests(void)
5599 void ComputeShaderTests::init()

Completed in 422 milliseconds