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 &);
669 ShaderHelperInvocationTests::ShaderHelperInvocationTests(Context &context) in ShaderHelperInvocationTests() function in deqp::gles31::Functional::ShaderHelperInvocationTests674 ShaderHelperInvocationTests::~ShaderHelperInvocationTests(void) in ~ShaderHelperInvocationTests()678 void ShaderHelperInvocationTests::init(void) in init()
300 addChild(new ShaderHelperInvocationTests(m_context)); in init()