Searched refs:mSwapBehavior (Results 1 – 6 of 6) sorted by relevance
127 mSwapBehavior = SwapBehavior::BufferAge; in initialize()129 mSwapBehavior = SwapBehavior::Preserved; in initialize()283 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs()285 if (mSwapBehavior == SwapBehavior::Preserved) { in loadConfigs()288 mSwapBehavior = SwapBehavior::Discard; in loadConfigs()289 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs()298 mEglConfigF16 = loadFP16Config(mEglDisplay, mSwapBehavior); in loadConfigs()305 mEglConfig1010102 = load1010102Config(mEglDisplay, mSwapBehavior); in loadConfigs()421 if (mSwapBehavior != SwapBehavior::Preserved) { in createSurface()482 switch (mSwapBehavior) { in queryBufferAge()[all …]
107 SwapBehavior mSwapBehavior = SwapBehavior::Discard; variable
217 SwapBehavior mSwapBehavior = SwapBehavior::Discard; variable
272 SwapBehavior mSwapBehavior = SwapBehavior::kSwap_default; variable
359 mSwapBehavior = SwapBehavior::BufferAge; in initialize()464 int bufferAge = (mSwapBehavior == SwapBehavior::Discard) ? 0 : surface->getCurrentBuffersAge(); in dequeueNextBuffer()
214 mNativeSurface ? mNativeSurface->getNativeWindow() : nullptr, mSwapBehavior); in setupPipelineSurface()237 mSwapBehavior = swapBehavior; in setSwapBehavior()