Lines Matching refs:mSwapBehavior
119 mSwapBehavior = SwapBehavior::BufferAge;
121 mSwapBehavior = SwapBehavior::Preserved;
148 ALOGD("Swap behavior %d", static_cast<int>(mSwapBehavior));
149 EGLint swapBehavior = (mSwapBehavior == SwapBehavior::Preserved)
167 if (mSwapBehavior == SwapBehavior::Preserved) {
170 mSwapBehavior = SwapBehavior::Discard;
232 if (mSwapBehavior != SwapBehavior::Preserved) {
288 switch (mSwapBehavior) {
316 if (EglExtensions.setDamage && mSwapBehavior == SwapBehavior::BufferAge) {
328 return EglExtensions.setDamage && mSwapBehavior == SwapBehavior::BufferAge;
369 if (mSwapBehavior != SwapBehavior::Preserved) return false;