Searched refs:useEffectIndex_ (Results 1 – 4 of 4) sorted by relevance
434 … if (index == drawCmdIndex_.useEffectIndex_ || index == drawCmdIndex_.backgroundFilterIndex_) { in DrawBackgroundWithoutFilterAndEffect()514 drawCmdIndex_.useEffectIndex_ != -1; in HasFilterOrEffect()545 count += drawCmdIndex_.useEffectIndex_ != -1 ? 1 : 0; in GetCountOfClipHoleForCache()
562 adapter->drawCmdIndex_.useEffectIndex_ = 1;564 adapter->drawCmdIndex_.useEffectIndex_ = 0;
55 int8_t useEffectIndex_ = -1; member
2650 stagingDrawCmdIndex_.useEffectIndex_ = AppendDrawFunc(RSDrawableSlot::USE_EFFECT); in UpdateDisplayList()