Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.hpp35 class ShaderHelperInvocationTests : public TestCaseGroup class
38 ShaderHelperInvocationTests(Context &context);
39 virtual ~ShaderHelperInvocationTests(void);
44 ShaderHelperInvocationTests(const ShaderHelperInvocationTests &);
45 ShaderHelperInvocationTests &operator=(const ShaderHelperInvocationTests &);
H A Des31fShaderHelperInvocationTests.cpp669 ShaderHelperInvocationTests::ShaderHelperInvocationTests(Context &context) in ShaderHelperInvocationTests() function in deqp::gles31::Functional::ShaderHelperInvocationTests
674 ShaderHelperInvocationTests::~ShaderHelperInvocationTests(void) in ~ShaderHelperInvocationTests()
678 void ShaderHelperInvocationTests::init(void) in init()
H A Des31fFunctionalTests.cpp300 addChild(new ShaderHelperInvocationTests(m_context)); in init()