HomeSort by relevance Sort by last modified time
    Searched refs:FragOpInteractionCase (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/glshared/
glsFragOpInteractionCase.hpp 49 class FragOpInteractionCase : public tcu::TestCase
52 FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const rsg::ProgramParameters& params);
53 ~FragOpInteractionCase (void);
60 FragOpInteractionCase (const FragOpInteractionCase&);
61 FragOpInteractionCase& operator= (const FragOpInteractionCase&);
glsFragOpInteractionCase.cpp 378 struct FragOpInteractionCase::ReferenceContext
392 FragOpInteractionCase::FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const rsg::ProgramParameters& params)
408 FragOpInteractionCase::~FragOpInteractionCase (void)
410 FragOpInteractionCase::deinit();
413 void FragOpInteractionCase::init (void)
447 FragOpInteractionCase::deinit();
452 void FragOpInteractionCase::deinit (void)
464 FragOpInteractionCase::IterateResult FragOpInteractionCase::iterate (void
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFragOpInteractionTests.cpp 35 using gls::FragOpInteractionCase;
79 basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toString(ndx).c_str(), params));
  /external/deqp/modules/gles3/functional/
es3fFragOpInteractionTests.cpp 35 using gls::FragOpInteractionCase;
79 basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toString(ndx).c_str(), params));

Completed in 192 milliseconds