Home
last modified time | relevance | path

Searched refs:EGL_MIN_SWAP_INTERVAL (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.cpp56 case EGL_MIN_SWAP_INTERVAL: return minSwapInterval; in getAttribute()
93 egl.getConfigAttrib(display, config, EGL_MIN_SWAP_INTERVAL, &dst->minSwapInterval); in queryConfigInfo()
DegluStrUtil.inl95 case EGL_MIN_SWAP_INTERVAL: return "EGL_MIN_SWAP_INTERVAL";
DegluStrUtil.cpp71 case EGL_MIN_SWAP_INTERVAL: in operator <<()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp265 { EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE }, in getValue()
434 { EGL_MIN_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
521 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" }, in init()
619 EGL_MIN_SWAP_INTERVAL, in init()
DteglChooseConfigReference.cpp254 …rules[EGL_MIN_SWAP_INTERVAL] = AttribRule(EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT… in initAttribRules()
DteglQueryConfigTests.cpp69 case EGL_MIN_SWAP_INTERVAL: in isAttributePresent()
574 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" }, in init()
DteglConfigList.cpp141 egl.getConfigAttrib(display, configs[i], EGL_MIN_SWAP_INTERVAL, &val); in iterate()
DteglMultiThreadTests.cpp511 case EGL_MIN_SWAP_INTERVAL: return "EGL_MIN_SWAP_INTERVAL"; in configAttributeToString()
673 EGL_MIN_SWAP_INTERVAL, in runThread()
/external/mesa3d/src/egl/main/
Deglconfig.h120 ATTRIB_MAP(EGL_MIN_SWAP_INTERVAL, MinSwapInterval); in _eglOffsetOfConfig()
Deglconfig.c201 { EGL_MIN_SWAP_INTERVAL, ATTRIB_TYPE_INTEGER,
/external/mesa3d/include/EGL/
Degl.h122 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl88 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c91 EGL_MIN_SWAP_INTERVAL, /* __DRI_ATTRIB_MIN_SWAP_INTERVAL */