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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp120 mSwapBehavior = SwapBehavior::BufferAge;
122 mSwapBehavior = SwapBehavior::Preserved;
180 ALOGD("Swap behavior %d", static_cast<int>(mSwapBehavior));
182 (mSwapBehavior == SwapBehavior::Preserved) ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0;
206 if (mSwapBehavior == SwapBehavior::Preserved) {
209 mSwapBehavior = SwapBehavior::Discard;
331 if (mSwapBehavior != SwapBehavior::Preserved) {
392 switch (mSwapBehavior) {
419 if (EglExtensions.setDamage && mSwapBehavior == SwapBehavior::BufferAge) {
431 return EglExtensions.setDamage && mSwapBehavior
[all...]
H A DEglManager.h90 SwapBehavior mSwapBehavior = SwapBehavior::Discard; member in class:android::uirenderer::renderthread::EglManager
H A DVulkanManager.h184 SwapBehavior mSwapBehavior = SwapBehavior::Discard; member in class:android::uirenderer::renderthread::VulkanManager
H A DCanvasContext.h226 SwapBehavior mSwapBehavior = SwapBehavior::kSwap_default; member in class:android::uirenderer::renderthread::CanvasContext
H A DCanvasContext.cpp192 bool hasSurface = mRenderPipeline->setSurface(mNativeSurface.get(), mSwapBehavior, colorMode);
206 mSwapBehavior = swapBehavior;
H A DVulkanManager.cpp120 mSwapBehavior = SwapBehavior::BufferAge;
692 if (mSwapBehavior == SwapBehavior::Discard ||

Completed in 113 milliseconds