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

/frameworks/base/libs/hwui/
H A DRecordedOp.h94 UNMERGEABLE_OP_FN(FunctorOp) \
270 struct FunctorOp : RecordedOp { struct in namespace:android::uirenderer
273 FunctorOp(const Matrix4& localMatrix, const ClipBase* localClip, Functor* functor) function in struct:android::uirenderer::FunctorOp
274 : RecordedOp(RecordedOpId::FunctorOp, Rect(), localMatrix, localClip, nullptr)
H A DBakedOpRenderer.h85 void renderFunctor(const FunctorOp& op, const BakedOpState& state);
H A DBakedOpRenderer.cpp355 void BakedOpRenderer::renderFunctor(const FunctorOp& op, const BakedOpState& state) {
H A DRecordingCanvas.cpp601 addOp(alloc().create_trivial<FunctorOp>(
H A DFrameBuilder.cpp667 void FrameBuilder::deferFunctorOp(const FunctorOp& op) {
H A DBakedOpDispatcher.cpp559 void BakedOpDispatcher::onFunctorOp(BakedOpRenderer& renderer, const FunctorOp& op, const BakedOpState& state) {
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp689 void onFunctorOp(const FunctorOp& op, const BakedOpState& state) override {

Completed in 133 milliseconds