Searched refs:EGL_SWAP_BEHAVIOR (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/egl/ |
D | teglQuerySurfaceTests.cpp | 82 EGL_SWAP_BEHAVIOR, in logCommonSurfaceAttributes() 201 const EGLint swapBehavior = eglu::querySurfaceInt(egl, display, surface, EGL_SWAP_BEHAVIOR); in checkCommonAttributes() 549 const EGLint value = eglu::querySurfaceInt(egl, display, surface, EGL_SWAP_BEHAVIOR); in testAttributes() 551 logSurfaceAttribute(log, EGL_SWAP_BEHAVIOR, value); in testAttributes() 557 egl.surfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, nextValue); in testAttributes() 559 if (eglu::querySurfaceInt(egl, display, surface, EGL_SWAP_BEHAVIOR) != nextValue) in testAttributes()
|
D | teglNegativeApiTests.cpp | 1159 expectFalse(eglSurfaceAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init() 1162 expectFalse(eglSurfaceAttrib((EGLDisplay)-1, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init() 1169 expectFalse(eglSurfaceAttrib(display, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init() 1172 expectFalse(eglSurfaceAttrib(display, (EGLSurface)-1, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init() 1260 expectFalse(eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in init()
|
D | teglResizeTests.cpp | 390 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED… in iterate()
|
D | teglPreservingSwapTests.cpp | 449 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESE… in iterate()
|
/external/mesa3d/src/egl/main/ |
D | eglsurface.c | 385 case EGL_SWAP_BEHAVIOR: in _eglQuerySurface() 457 case EGL_SWAP_BEHAVIOR: in _eglSurfaceAttrib()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 126 case EGL_SWAP_BEHAVIOR: return "EGL_SWAP_BEHAVIOR";
|
D | egluStrUtil.cpp | 127 case EGL_SWAP_BEHAVIOR: in operator <<()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 180 #define EGL_SWAP_BEHAVIOR 0x3093 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 140 #define EGL_SWAP_BEHAVIOR 0x3093 macro
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |