Home | History | Annotate | Download | only in renderthread

Lines Matching refs:preserved

121             mSwapBehavior = SwapBehavior::Preserved;
149 EGLint swapBehavior = (mSwapBehavior == SwapBehavior::Preserved)
167 if (mSwapBehavior == SwapBehavior::Preserved) {
232 if (mSwapBehavior != SwapBehavior::Preserved) {
291 case SwapBehavior::Preserved:
369 if (mSwapBehavior != SwapBehavior::Preserved) return false;
371 bool preserved = eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR,
373 if (!preserved) {
379 preserved = (swapBehavior == EGL_BUFFER_PRESERVED);
386 return preserved;