Searched refs:ShaderHelperInvocationTests (Results 1 – 3 of 3) sorted by relevance
35 class ShaderHelperInvocationTests : public TestCaseGroup class38 ShaderHelperInvocationTests (Context& context);39 virtual ~ShaderHelperInvocationTests (void);44 ShaderHelperInvocationTests (const ShaderHelperInvocationTests&);45 ShaderHelperInvocationTests& operator= (const ShaderHelperInvocationTests&);
649 ShaderHelperInvocationTests::ShaderHelperInvocationTests (Context& context) in ShaderHelperInvocationTests() function in deqp::gles31::Functional::ShaderHelperInvocationTests654 ShaderHelperInvocationTests::~ShaderHelperInvocationTests (void) in ~ShaderHelperInvocationTests()658 void ShaderHelperInvocationTests::init (void) in init()
267 addChild(new ShaderHelperInvocationTests (m_context)); in init()