Home | History | Annotate | Download | only in hwui

Lines Matching full:functor

1504     DrawFunctorOp(Functor* functor)
1505 : DrawOp(0), mFunctor(functor) {}
1508 renderer.startMark("GL functor");
1515 OP_LOG("Draw Functor %p", mFunctor);
1521 Functor* mFunctor;