Home
last modified time | relevance | path

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

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