/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 | teglConfigList.cpp | 141 egl.getConfigAttrib(display, configs[i], EGL_MIN_SWAP_INTERVAL, &val); in iterate()
|
D | teglChooseConfigReference.cpp | 306 …rules[EGL_MIN_SWAP_INTERVAL] = AttribRule(EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT… in getDefaultRules()
|
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 | 805 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/angle/src/libANGLE/ |
D | Config.cpp | 326 case EGL_MIN_SWAP_INTERVAL: in filter()
|
/external/cpuinfo/tools/ |
D | gpu-dump.c | 250 .id = EGL_MIN_SWAP_INTERVAL,
|
/external/swiftshader/include/EGL/ |
D | egl.h | 153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 393 …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 | eglwEnumsC.inl | 89 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
D | eglwEnums.inl | 89 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/angle/include/EGL/ |
D | egl.h | 164 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 183 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/angle/src/tests/egl_tests/ |
D | EGLPrintEGLinfoTest.cpp | 434 << " Min:" << GetAttrib(mDisplay, config, EGL_MIN_SWAP_INTERVAL) in TEST_P()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 447 getConfigAttrib(configs[i], EGL_MIN_SWAP_INTERVAL, &config.minSwapInterval); in generateConfigs()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | eglew.h | 285 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 301 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 321 [__DRI_ATTRIB_MIN_SWAP_INTERVAL] = EGL_MIN_SWAP_INTERVAL,
|