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

/frameworks/base/libs/hwui/
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 48 milliseconds