Searched refs:mSwapBehavior (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp119 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
[all...]
H A DEglManager.h118 SwapBehavior mSwapBehavior = SwapBehavior::Discard; member in class:android::uirenderer::renderthread::EglManager
H A DCanvasContext.h197 SwapBehavior mSwapBehavior = kSwap_default; member in class:android::uirenderer::renderthread::CanvasContext
H A DCanvasContext.cpp114 const bool preserveBuffer = (mSwapBehavior != kSwap_discardBuffer);
124 mSwapBehavior = swapBehavior;

Completed in 1700 milliseconds