Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp304 class HelperInvocationValueCase : public TestCase class
307HelperInvocationValueCase(Context &context, const char *name, const char *description, PrimitiveTy…
309 ~HelperInvocationValueCase(void);
327 HelperInvocationValueCase::HelperInvocationValueCase(Context &context, const char *name, const char… in HelperInvocationValueCase() function in deqp::gles31::Functional::__anon03110d1f0111::HelperInvocationValueCase
338 HelperInvocationValueCase::~HelperInvocationValueCase(void) in ~HelperInvocationValueCase()
343 void HelperInvocationValueCase::init(void) in init()
387 void HelperInvocationValueCase::deinit(void) in deinit()
437 HelperInvocationValueCase::IterateResult HelperInvocationValueCase::iterate(void) in iterate()
710 …valueGroup->addChild(new HelperInvocationValueCase(m_context, name.c_str(), "", primType, numSampl… in init()