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

/frameworks/base/libs/hwui/
H A DDisplayList.h53 class DisplayListOp;
68 typedef DisplayListOp BaseOpType;
154 // index of DisplayListOp restore, after which projected descendants should be drawn
H A DDisplayListCanvas.h56 class DisplayListOp;
241 size_t addOpAndUpdateChunk(DisplayListOp* op);
243 size_t flushAndAddOp(DisplayListOp* op);
H A DRenderNode.cpp26 #include "DisplayListOp.h"
140 op->output(level, DisplayListOp::kOpLogFlag_Recurse);
771 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
795 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
899 DisplayListOp* shadowOp = new (handler.allocator()) DrawShadowOp(
991 const DisplayListOp* op =
1107 DisplayListOp *op = mDisplayList->getOps()[opIndex];
H A DRenderNode.h48 class DisplayListOp;
H A DDisplayListOp.h54 * LinearAllocator's managed memory buffers. Each pointer held by a DisplayListOp is either a
56 * references a externally refcounted object (Sk... and Skia... objects). ~DisplayListOp() is
60 class DisplayListOp { class in namespace:android::uirenderer
64 virtual ~DisplayListOp() { LOG_ALWAYS_FATAL("Destructor not supported"); }
91 class StateOp : public DisplayListOp {
111 class DrawOp : public DisplayListOp {
H A DDisplayListCanvas.cpp21 #include "DisplayListOp.h"
513 size_t DisplayListCanvas::addOpAndUpdateChunk(DisplayListOp* op) {
538 size_t DisplayListCanvas::flushAndAddOp(DisplayListOp* op) {
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h32 #include <DisplayListOp.h>

Completed in 272 milliseconds