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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h53 * LinearAllocator's managed memory buffers. Each pointer held by a DisplayListOp is either a
55 * references a externally refcounted object (Sk... and Skia... objects). ~DisplayListOp() is
59 class DisplayListOp { class in namespace:android::uirenderer
63 virtual ~DisplayListOp() { LOG_ALWAYS_FATAL("Destructor not supported"); }
88 class StateOp : public DisplayListOp {
108 class DrawOp : public DisplayListOp {

Completed in 1723 milliseconds