Searched refs:EGL_MIN_SWAP_INTERVAL (Results 1 – 19 of 19) sorted by relevance
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 58 case EGL_MIN_SWAP_INTERVAL: return minSwapInterval; in getAttribute() 107 egl.getConfigAttrib(display, config, EGL_MIN_SWAP_INTERVAL, &dst->minSwapInterval); in queryCoreConfigInfo()
|
D | egluStrUtil.inl | 95 case EGL_MIN_SWAP_INTERVAL: return "EGL_MIN_SWAP_INTERVAL";
|
D | egluStrUtil.cpp | 71 case EGL_MIN_SWAP_INTERVAL: in operator <<()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 267 { 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()
|
D | teglQueryConfigTests.cpp | 69 case EGL_MIN_SWAP_INTERVAL: in isAttributePresent() 574 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" }, in init()
|
D | teglChooseConfigReference.cpp | 306 …rules[EGL_MIN_SWAP_INTERVAL] = AttribRule(EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT… in getDefaultRules()
|
D | teglConfigList.cpp | 141 egl.getConfigAttrib(display, configs[i], EGL_MIN_SWAP_INTERVAL, &val); in iterate()
|
D | teglMultiThreadTests.cpp | 495 case EGL_MIN_SWAP_INTERVAL: return "EGL_MIN_SWAP_INTERVAL"; in configAttributeToString() 657 EGL_MIN_SWAP_INTERVAL, in runThread()
|
D | teglWideColorTests.cpp | 804 info.minSwapInterval = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_MIN_SWAP_INTERVAL); in writeEglConfig()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 129 ATTRIB_MAP(EGL_MIN_SWAP_INTERVAL, MinSwapInterval); in _eglOffsetOfConfig()
|
D | eglconfig.c | 206 { EGL_MIN_SWAP_INTERVAL, ATTRIB_TYPE_INTEGER,
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 123 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/swiftshader/include/EGL/ |
D | egl.h | 153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 391 …case EGL_MIN_SWAP_INTERVAL: match = config->mMinSwapInterval == attribIt->second; … in getConfigs()
|
D | Display.cpp | 269 case EGL_MIN_SWAP_INTERVAL: *value = configuration->mMinSwapInterval; break; in getConfigAttrib()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 89 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
D | eglwEnumsC.inl | 89 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 180 [__DRI_ATTRIB_MIN_SWAP_INTERVAL] = EGL_MIN_SWAP_INTERVAL,
|