Home
last modified time | relevance | path

Searched refs:EGL_SWAP_BEHAVIOR (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglNegativePartialUpdateTests.cpp251 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
293 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
312 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
333 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
377 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in iterate()
410 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
444 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
475 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
514 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
H A DteglQuerySurfaceTests.cpp82 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()
H A DteglNegativeApiTests.cpp1187 expectFalse(eglSurfaceAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1190 expectFalse(eglSurfaceAttrib((EGLDisplay)-1, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1197 expectFalse(eglSurfaceAttrib(display, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1200 expectFalse(eglSurfaceAttrib(display, (EGLSurface)-1, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1284 log << TestLog::Section("Test5", "EGL_BAD_MATCH is generated if attribute is EGL_SWAP_BEHAVIOR, value is EGL_BUFFER_PRESERVED, and the EGL_SURFACE_TYPE attribute of the EGLConfig used to create surface does not contain EGL_SWAP_BEHAVIOR_PRESERVED_BIT"); in init()
1288 expectFalse(eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in init()
H A DteglPartialUpdateTests.cpp508 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
699 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
761 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
H A DteglSwapBuffersWithDamageTests.cpp411 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
491 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in iterate()
579 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
H A DteglBufferAgeTests.cpp508 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in iterate()
510 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in iterate()
H A DteglResizeTests.cpp393 EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in iterate()
H A DteglPreservingSwapTests.cpp449 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in iterate()
/third_party/vk-gl-cts/framework/egl/
H A DegluStrUtil.cpp128 case EGL_SWAP_BEHAVIOR: in operator <<()
/third_party/EGL/api/1.2/EGL/
H A Degl.h144 #define EGL_SWAP_BEHAVIOR 0x3093 macro
167 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
168 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/EGL/api/1.2/
H A Degl.h140 #define EGL_SWAP_BEHAVIOR 0x3093 macro
163 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
164 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp150 EGLBoolean success = mEGL->querySurface(mSurface, EGL_SWAP_BEHAVIOR, &value); in getSwapBehavior()
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h140 #define EGL_SWAP_BEHAVIOR 0x3093 macro
163 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
164 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h140 #define EGL_SWAP_BEHAVIOR 0x3093 macro
163 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
164 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c491 case EGL_SWAP_BEHAVIOR: in _eglQuerySurface()
691 case EGL_SWAP_BEHAVIOR: in _eglSurfaceAttrib()
/third_party/EGL/api/1.0/EGL/
H A Degl.h163 #define EGL_SWAP_BEHAVIOR 0x3093 macro
186 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
187 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/EGL/api/1.0/
H A Degl.h160 #define EGL_SWAP_BEHAVIOR 0x3093 macro
183 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
184 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h160 #define EGL_SWAP_BEHAVIOR 0x3093 macro
183 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
184 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h160 #define EGL_SWAP_BEHAVIOR 0x3093 macro
183 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
184 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h199 #define EGL_SWAP_BEHAVIOR 0x3093 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h199 #define EGL_SWAP_BEHAVIOR 0x3093 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp541 case EGL_SWAP_BEHAVIOR: in QuerySurface()
687 case EGL_SWAP_BEHAVIOR: in SurfaceAttrib()
/third_party/EGL/api/EGL/
H A Degl.h216 #define EGL_SWAP_BEHAVIOR 0x3093 macro
/third_party/mesa3d/include/EGL/
H A Degl.h216 #define EGL_SWAP_BEHAVIOR 0x3093 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h216 #define EGL_SWAP_BEHAVIOR 0x3093 macro

Completed in 23 milliseconds

12