OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swapBehavior
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c
284
EGLint
swapBehavior
= EGL_BUFFER_PRESERVED;
290
swapBehavior
= EGL_BUFFER_DESTROYED;
332
surf->
SwapBehavior
=
swapBehavior
;
386
*value = surface->
SwapBehavior
;
472
surface->
SwapBehavior
= value;
/external/mesa3d/src/egl/main/
eglsurface.c
284
EGLint
swapBehavior
= EGL_BUFFER_PRESERVED;
290
swapBehavior
= EGL_BUFFER_DESTROYED;
332
surf->
SwapBehavior
=
swapBehavior
;
386
*value = surface->
SwapBehavior
;
472
surface->
SwapBehavior
= value;
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
116
EGLint
swapBehavior
= mCanSetDirtyRegions ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0;
126
EGL_SURFACE_TYPE, EGL_WINDOW_BIT |
swapBehavior
,
/external/deqp/modules/egl/
teglQuerySurfaceTests.cpp
199
const EGLint
swapBehavior
= surface.getAttribute(EGL_SWAP_BEHAVIOR);
201
if (
swapBehavior
!= EGL_BUFFER_DESTROYED &&
swapBehavior
!= EGL_BUFFER_PRESERVED)
203
log << TestLog::Message << " Fail, invalid swap behavior value " <<
swapBehavior
<< TestLog::EndMessage;
207
if (
swapBehavior
== EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
Completed in 846 milliseconds