Home
last modified time | relevance | path

Searched refs:IntegerFunctionCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp162 class IntegerFunctionCase : public TestCase class
165IntegerFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType…
166 ~IntegerFunctionCase (void);
173 IntegerFunctionCase (const IntegerFunctionCase& other);
174 IntegerFunctionCase& operator= (const IntegerFunctionCase& other);
189 IntegerFunctionCase::IntegerFunctionCase (Context& context, const char* name, const char* descripti… in IntegerFunctionCase() function in deqp::gles31::Functional::IntegerFunctionCase
198 IntegerFunctionCase::~IntegerFunctionCase (void) in ~IntegerFunctionCase()
200 IntegerFunctionCase::deinit(); in ~IntegerFunctionCase()
203 void IntegerFunctionCase::init (void) in init()
214 void IntegerFunctionCase::deinit (void) in deinit()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp316 class IntegerFunctionCase : public TestCase class
319IntegerFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::S…
320 ~IntegerFunctionCase (void);
330 IntegerFunctionCase (const IntegerFunctionCase& other);
331 IntegerFunctionCase& operator= (const IntegerFunctionCase& other);
340 IntegerFunctionCase::IntegerFunctionCase (tcu::TestContext& testCtx, const char* name, const char* … in IntegerFunctionCase() function in vkt::shaderexecutor::IntegerFunctionCase
347 IntegerFunctionCase::~IntegerFunctionCase (void) in ~IntegerFunctionCase()
542 class UaddCarryCase : public IntegerFunctionCase
546 …: IntegerFunctionCase (testCtx, getIntegerFuncCaseName(baseType, precision, shaderType).c_str(), "… in UaddCarryCase()
650 class UsubBorrowCase : public IntegerFunctionCase
[all …]