Searched refs:DisplayListOp (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.h54 class DisplayListOp;
133 Vector<DisplayListOp*> displayListOps;
135 // index of DisplayListOp restore, after which projected descendents should be drawn
H A DDisplayListRenderer.h50 class DisplayListOp;
178 size_t addOpAndUpdateChunk(DisplayListOp* op);
180 size_t flushAndAddOp(DisplayListOp* op);
H A DRenderNode.cpp31 #include "DisplayListOp.h"
117 int flags = DisplayListOp::kOpLogFlag_Recurse;
588 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
612 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
712 DisplayListOp* shadowOp = new (handler.allocator()) DrawShadowOp(
805 const DisplayListOp* op =
930 DisplayListOp *op = mDisplayListData->displayListOps[opIndex];
H A DRenderNode.h52 class DisplayListOp;
H A DDisplayListRenderer.cpp28 #include "DisplayListOp.h"
474 size_t DisplayListRenderer::addOpAndUpdateChunk(DisplayListOp* op) {
494 size_t DisplayListRenderer::flushAndAddOp(DisplayListOp* op) {
H A DDisplayListOp.h56 * LinearAllocator's managed memory buffers. Each pointer held by a DisplayListOp is either a
58 * references a externally refcounted object (Sk... and Skia... objects). ~DisplayListOp() is
62 class DisplayListOp { class in namespace:android::uirenderer
66 virtual ~DisplayListOp() { CRASH(); }
91 class StateOp : public DisplayListOp {
115 class DrawOp : public DisplayListOp {

Completed in 242 milliseconds