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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp119 mSwapBehavior = SwapBehavior::BufferAge;
121 mSwapBehavior = SwapBehavior::Preserved;
149 EGLint swapBehavior = (mSwapBehavior == SwapBehavior::Preserved)
167 if (mSwapBehavior == SwapBehavior::Preserved) {
170 mSwapBehavior = SwapBehavior::Discard;
232 if (mSwapBehavior != SwapBehavior::Preserved) {
289 case SwapBehavior::Discard:
291 case SwapBehavior::Preserved:
293 case SwapBehavior::BufferAge:
316 if (EglExtensions.setDamage && mSwapBehavior == SwapBehavior
[all...]
H A DEglManager.h113 enum class SwapBehavior { class in class:android::uirenderer::renderthread::EglManager
118 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
H A DCanvasContext.h65 enum SwapBehavior { enum in namespace:android::uirenderer::renderthread
80 void setSwapBehavior(SwapBehavior swapBehavior);
197 SwapBehavior mSwapBehavior = kSwap_default;
H A DRenderProxy.h75 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
H A DRenderProxy.cpp95 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) {
100 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) {
H A DCanvasContext.cpp123 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) {

Completed in 50 milliseconds