Home | History | Annotate | Download | only in hwui

Lines Matching refs:Glop

27 struct Glop;
43 typedef void (*GlopReceiver)(BakedOpRenderer&, const Rect*, const ClipBase*, const Glop&);
80 void renderGlop(const BakedOpState& state, const Glop& glop) {
83 glop);
87 void renderGlop(const Rect* dirtyBounds, const ClipBase* clip, const Glop& glop) {
88 mGlopReceiver(*this, dirtyBounds, clip, glop);
107 const ClipBase* clip, const Glop& glop) {
108 renderer.renderGlopImpl(dirtyBounds, clip, glop);
110 void renderGlopImpl(const Rect* dirtyBounds, const ClipBase* clip, const Glop& glop);