HomeSort by relevance Sort by last modified time
    Searched refs:mSwapBehavior (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 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
    [all...]
EglManager.h 118 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
CanvasContext.h 199 SwapBehavior mSwapBehavior = kSwap_default;
CanvasContext.cpp 114 const bool preserveBuffer = (mSwapBehavior != kSwap_discardBuffer);
124 mSwapBehavior = swapBehavior;

Completed in 158 milliseconds