Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.cpp58 case EGL_MIN_SWAP_INTERVAL: return minSwapInterval; in getAttribute()
107 egl.getConfigAttrib(display, config, EGL_MIN_SWAP_INTERVAL, &dst->minSwapInterval); in queryCoreConfigInfo()
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.cpp267 { EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE }, in getValue()
436 { EGL_MIN_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
559 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" }, in init()
657 EGL_MIN_SWAP_INTERVAL, in init()
DteglQueryConfigTests.cpp69 case EGL_MIN_SWAP_INTERVAL: in isAttributePresent()
574 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" }, in init()
DteglChooseConfigReference.cpp306 …rules[EGL_MIN_SWAP_INTERVAL] = AttribRule(EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT… in getDefaultRules()
DteglConfigList.cpp141 egl.getConfigAttrib(display, configs[i], EGL_MIN_SWAP_INTERVAL, &val); in iterate()
DteglMultiThreadTests.cpp495 case EGL_MIN_SWAP_INTERVAL: return "EGL_MIN_SWAP_INTERVAL"; in configAttributeToString()
657 EGL_MIN_SWAP_INTERVAL, in runThread()
DteglWideColorTests.cpp804 info.minSwapInterval = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_MIN_SWAP_INTERVAL); in writeEglConfig()
/external/mesa3d/src/egl/main/
Deglconfig.h129 ATTRIB_MAP(EGL_MIN_SWAP_INTERVAL, MinSwapInterval); in _eglOffsetOfConfig()
Deglconfig.c206 { EGL_MIN_SWAP_INTERVAL, ATTRIB_TYPE_INTEGER,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h123 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/external/mesa3d/include/EGL/
Degl.h153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/external/swiftshader/include/EGL/
Degl.h153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp391 …case EGL_MIN_SWAP_INTERVAL: match = config->mMinSwapInterval == attribIt->second; … in getConfigs()
DDisplay.cpp269 case EGL_MIN_SWAP_INTERVAL: *value = configuration->mMinSwapInterval; break; in getConfigAttrib()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl89 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
DeglwEnumsC.inl89 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c180 [__DRI_ATTRIB_MIN_SWAP_INTERVAL] = EGL_MIN_SWAP_INTERVAL,