Searched refs:maxSwapInterval (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp52 deInt32 maxSwapInterval; member in class:eglu::ConfigInfo
85 , maxSwapInterval (0)
H A DegluConfigInfo.cpp51 case EGL_MAX_SWAP_INTERVAL: return maxSwapInterval;
88 eglGetConfigAttrib(display, config, EGL_MAX_SWAP_INTERVAL, &dst->maxSwapInterval);
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.h28 Config(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
98 void add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
H A DConfig.cpp246 void ConfigSet::add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight)
248 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight);
H A DDisplay.cpp89 EGLint maxSwapInterval = mRenderer->getMaxSwapInterval(); local
98 configSet.add(descList[i], minSwapInterval, maxSwapInterval, maxTextureSize, maxTextureSize);
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dfb.h65 const int maxSwapInterval; member in struct:framebuffer_device_t
/external/chromium_org/third_party/hwcplus/include/system/
H A Dwindow.h346 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
372 const int maxSwapInterval; member in struct:ANativeWindow
/external/deqp/framework/qphelper/
H A DqpTestLog.h174 int maxSwapInterval; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1131 attribs[numAttribs++] = qpSetIntAttrib ("MaxSwapInterval", config->maxSwapInterval);
/external/deqp/executor/
H A DxeTestCaseResult.hpp360 int maxSwapInterval; member in class:xe::ri::EglConfig
391 , maxSwapInterval (0)
H A DxeTestLogWriter.cpp396 << Writer::Attribute("MaxSwapInterval", de::toString(config.maxSwapInterval))
H A DxeTestResultParser.cpp621 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval"));
/external/deqp/modules/egl/
H A DteglConfigList.cpp137 info.maxSwapInterval = val;

Completed in 6409 milliseconds