Searched refs:swapBehavior (Results 1 – 2 of 2) sorted by relevance
284 EGLint swapBehavior = EGL_BUFFER_PRESERVED; in _eglInitSurface() local290 swapBehavior = EGL_BUFFER_DESTROYED; in _eglInitSurface()332 surf->SwapBehavior = swapBehavior; in _eglInitSurface()
201 const EGLint swapBehavior = eglu::querySurfaceInt(egl, display, surface, EGL_SWAP_BEHAVIOR); in checkCommonAttributes() local203 if (swapBehavior != EGL_BUFFER_DESTROYED && swapBehavior != EGL_BUFFER_PRESERVED) in checkCommonAttributes()205 …log << TestLog::Message << " Fail, invalid swap behavior value " << swapBehavior << TestLog::En… in checkCommonAttributes()209 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in checkCommonAttributes()