Searched refs:FunctorOp (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 96 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()
|
D | BakedOpRenderer.h | 81 void renderFunctor(const FunctorOp& op, const BakedOpState& state);
|
D | BakedOpRenderer.cpp | 358 void BakedOpRenderer::renderFunctor(const FunctorOp& op, const BakedOpState& state) { in renderFunctor()
|
D | RecordingCanvas.cpp | 576 addOp(alloc().create_trivial<FunctorOp>(*(mState.currentSnapshot()->transform), in callDrawGLFunction()
|
D | FrameBuilder.cpp | 652 void FrameBuilder::deferFunctorOp(const FunctorOp& op) { in deferFunctorOp()
|
D | BakedOpDispatcher.cpp | 544 void BakedOpDispatcher::onFunctorOp(BakedOpRenderer& renderer, const FunctorOp& op, in onFunctorOp()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | FrameBuilderTests.cpp | 763 void onFunctorOp(const FunctorOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|