Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp126 mSwapBehavior = SwapBehavior::BufferAge; in initialize()
128 mSwapBehavior = SwapBehavior::Preserved; in initialize()
278 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs()
280 if (mSwapBehavior == SwapBehavior::Preserved) { in loadConfigs()
283 mSwapBehavior = SwapBehavior::Discard; in loadConfigs()
284 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs()
293 mEglConfigF16 = loadFP16Config(mEglDisplay, mSwapBehavior); in loadConfigs()
300 mEglConfig1010102 = load1010102Config(mEglDisplay, mSwapBehavior); in loadConfigs()
416 if (mSwapBehavior != SwapBehavior::Preserved) { in createSurface()
477 switch (mSwapBehavior) { in queryBufferAge()
[all …]
DEglManager.h107 SwapBehavior mSwapBehavior = SwapBehavior::Discard; variable
DVulkanManager.h217 SwapBehavior mSwapBehavior = SwapBehavior::Discard; variable
DCanvasContext.h272 SwapBehavior mSwapBehavior = SwapBehavior::kSwap_default; variable
DVulkanManager.cpp359 mSwapBehavior = SwapBehavior::BufferAge; in initialize()
464 int bufferAge = (mSwapBehavior == SwapBehavior::Discard) ? 0 : surface->getCurrentBuffersAge(); in dequeueNextBuffer()
DCanvasContext.cpp214 mNativeSurface ? mNativeSurface->getNativeWindow() : nullptr, mSwapBehavior); in setupPipelineSurface()
237 mSwapBehavior = swapBehavior; in setSwapBehavior()