• Home
  • Raw
  • Download

Lines Matching refs:OperatorPerformanceCase

186 class OperatorPerformanceCase : public tcu::TestCase  class
205OperatorPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na…
207 ~OperatorPerformanceCase (void);
348 …es (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSp… in generateVertices()
562 OperatorPerformanceCase::OperatorPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& re… in OperatorPerformanceCase() function in deqp::gles2::Performance::__anone79bdd1f0111::OperatorPerformanceCase
582 OperatorPerformanceCase::~OperatorPerformanceCase (void) in ~OperatorPerformanceCase()
612 vector<Vec2> OperatorPerformanceCase::getWorkloadMedianDataPoints (int progNdx) const in getWorkloadMedianDataPoints()
623 void OperatorPerformanceCase::prepareProgram (int progNdx) in prepareProgram()
677 void OperatorPerformanceCase::prepareWorkload (int progNdx, int workload) in prepareWorkload()
683 void OperatorPerformanceCase::prepareNextRound (void) in prepareNextRound()
777 void OperatorPerformanceCase::init (void) in init()
832 void OperatorPerformanceCase::deinit (void) in deinit()
843 void OperatorPerformanceCase::render (int numDrawCalls) in render()
854 deUint64 OperatorPerformanceCase::renderAndMeasure (int numDrawCalls) in renderAndMeasure()
861 void OperatorPerformanceCase::adjustAndLogGridAndViewport (void) in adjustAndLogGridAndViewport()
902 OperatorPerformanceCase::IterateResult OperatorPerformanceCase::iterate (void) in iterate()
1095 class BinaryOpCase : public OperatorPerformanceCase
1129 : OperatorPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, in BinaryOpCase()
1350 class FunctionCase : public OperatorPerformanceCase
1431 : OperatorPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, in FunctionCase()