Searched refs:mSwapBehavior (Results 1 – 6 of 6) sorted by relevance
126 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 …]
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()