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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h55 * LinearAllocator's managed memory buffers. Each pointer held by a DisplayListOp is either a
57 * references a externally refcounted object (Sk... and Skia... objects). ~DisplayListOp() is
61 class DisplayListOp { class in namespace:android::uirenderer
65 virtual ~DisplayListOp() { CRASH(); }
90 class StateOp : public DisplayListOp {
114 class DrawOp : public DisplayListOp {

Completed in 43 milliseconds