Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.hpp35 class ShaderHelperInvocationTests : public TestCaseGroup class
38 ShaderHelperInvocationTests (Context& context);
39 virtual ~ShaderHelperInvocationTests (void);
44 ShaderHelperInvocationTests (const ShaderHelperInvocationTests&);
45 ShaderHelperInvocationTests& operator= (const ShaderHelperInvocationTests&);
Des31fShaderHelperInvocationTests.cpp649 ShaderHelperInvocationTests::ShaderHelperInvocationTests (Context& context) in ShaderHelperInvocationTests() function in deqp::gles31::Functional::ShaderHelperInvocationTests
654 ShaderHelperInvocationTests::~ShaderHelperInvocationTests (void) in ~ShaderHelperInvocationTests()
658 void ShaderHelperInvocationTests::init (void) in init()
Des31fFunctionalTests.cpp267 addChild(new ShaderHelperInvocationTests (m_context)); in init()