Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderUniformIntegerFunctionTests.hpp36 class ShaderUniformIntegerFunctionTests : public TestCaseGroup class
39 ShaderUniformIntegerFunctionTests(Context &context);
40 virtual ~ShaderUniformIntegerFunctionTests(void);
45ShaderUniformIntegerFunctionTests(const ShaderUniformIntegerFunctionTests &); // not al…
46ShaderUniformIntegerFunctionTests &operator=(const ShaderUniformIntegerFunctionTests &); // not al…
H A Des31fShaderUniformIntegerFunctionTests.cpp217 ShaderUniformIntegerFunctionTests::ShaderUniformIntegerFunctionTests(Context &context) in ShaderUniformIntegerFunctionTests() function in deqp::gles31::Functional::ShaderUniformIntegerFunctionTests
222 ShaderUniformIntegerFunctionTests::~ShaderUniformIntegerFunctionTests() in ~ShaderUniformIntegerFunctionTests()
225 void ShaderUniformIntegerFunctionTests::init() in init()
H A Des31fFunctionalTests.cpp181 addChild(new ShaderUniformIntegerFunctionTests(m_context)); in init()