Searched refs:FunctorOp (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DRecordedOp.h96 UNMERGEABLE_OP_FN(FunctorOp) \
263 struct FunctorOp : RecordedOp { struct in namespace:android::uirenderer
266 FunctorOp(const Matrix4& localMatrix, const ClipBase* localClip, Functor* functor) function in struct:android::uirenderer::FunctorOp
267 : RecordedOp(RecordedOpId::FunctorOp, Rect(), localMatrix, localClip, nullptr)
H A DBakedOpRenderer.h81 void renderFunctor(const FunctorOp& op, const BakedOpState& state);
H A DBakedOpRenderer.cpp358 void BakedOpRenderer::renderFunctor(const FunctorOp& op, const BakedOpState& state) {
H A DRecordingCanvas.cpp576 addOp(alloc().create_trivial<FunctorOp>(*(mState.currentSnapshot()->transform),
H A DBakedOpDispatcher.cpp544 void BakedOpDispatcher::onFunctorOp(BakedOpRenderer& renderer, const FunctorOp& op,
H A DFrameBuilder.cpp652 void FrameBuilder::deferFunctorOp(const FunctorOp& op) {
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp763 void onFunctorOp(const FunctorOp& op, const BakedOpState& state) override {

Completed in 123 milliseconds