Searched refs:BasicComputeShaderTests (Results 1 – 3 of 3) sorted by relevance
36 class BasicComputeShaderTests : public TestCaseGroup class39 BasicComputeShaderTests(Context &context);40 ~BasicComputeShaderTests(void);45 BasicComputeShaderTests(const BasicComputeShaderTests &other);46 BasicComputeShaderTests &operator=(const BasicComputeShaderTests &other);
1775 BasicComputeShaderTests::BasicComputeShaderTests(Context &context) in BasicComputeShaderTests() function in deqp::gles31::Functional::BasicComputeShaderTests1780 BasicComputeShaderTests::~BasicComputeShaderTests(void) in ~BasicComputeShaderTests()1784 void BasicComputeShaderTests::init(void) in init()
344 addChild(new BasicComputeShaderTests(m_context)); in init()