Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.hpp36 class BasicComputeShaderTests : public TestCaseGroup class
39 BasicComputeShaderTests (Context& context);
40 ~BasicComputeShaderTests (void);
45 BasicComputeShaderTests (const BasicComputeShaderTests& other);
46 BasicComputeShaderTests& operator= (const BasicComputeShaderTests& other);
Des31fFunctionalTests.cpp220 addChild(new BasicComputeShaderTests (m_context)); in init()
Des31fBasicComputeShaderTests.cpp1573 BasicComputeShaderTests::BasicComputeShaderTests (Context& context) in BasicComputeShaderTests() function in deqp::gles31::Functional::BasicComputeShaderTests
1578 BasicComputeShaderTests::~BasicComputeShaderTests (void) in ~BasicComputeShaderTests()
1582 void BasicComputeShaderTests::init (void) in init()