Home
last modified time | relevance | path

Searched refs:EGL_SWAP_BEHAVIOR_PRESERVED_BIT (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsurface.c253 if (conf->SurfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) in _eglInitSurface()
459 if (!(confval & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in _eglSurfaceAttrib()
Deglconfig.c342 EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in _eglValidateConfig()
/external/deqp/framework/egl/
DegluStrUtil.inl306 tcu::Format::BitDesc(EGL_SWAP_BEHAVIOR_PRESERVED_BIT, "EGL_SWAP_BEHAVIOR_PRESERVED_BIT"),
/external/deqp/modules/egl/
DteglNegativePartialUpdateTests.cpp97 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in hasPreserveSwap()
DteglBufferAgeTests.cpp681 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in hasPreserveSwap()
DteglSwapBuffersWithDamageTests.cpp735 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in hasPreserveSwap()
DteglQuerySurfaceTests.cpp209 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in checkCommonAttributes()
553 if (info.renderableType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) in testAttributes()
DteglResizeTests.cpp383 return EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in surfaceType()
DteglPreservingSwapTests.cpp305 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | (preserveColorbuffer ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0), in getEGLConfig()
DteglNegativeApiTests.cpp1275 …, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_SWAP_BEHAVIOR_PRESERVED_BIT>)) in init()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h154 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 /* EGL_SURFACE_TYPE mask bits */ macro
/external/mesa3d/include/EGL/
Degl.h234 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 macro
/external/swiftshader/include/EGL/
Degl.h234 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 macro
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp185 …mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT | EGL_MULTISAMPL… in Config()
DlibEGL.cpp653 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in SurfaceAttrib()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl14 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 macro
DeglwEnumsC.inl14 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 macro
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c748 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in dri2_x11_add_configs_for_visuals()