Searched refs:OP_MAY_BE_SKIPPED_MASK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h43 #define OP_MAY_BE_SKIPPED_MASK 0xff000000 macro
702 mWriter.writeInt(OP_MAY_BE_SKIPPED_MASK | drawOp);
H A DDisplayListRenderer.cpp337 if (op & OP_MAY_BE_SKIPPED_MASK) {
340 op &= ~OP_MAY_BE_SKIPPED_MASK;
904 if (op & OP_MAY_BE_SKIPPED_MASK) {
909 OP_NAMES[op & ~OP_MAY_BE_SKIPPED_MASK], skip);
912 op &= ~OP_MAY_BE_SKIPPED_MASK;

Completed in 29 milliseconds