HomeSort by relevance Sort by last modified time
    Searched refs:maxSwapInterval (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/egl/
egluConfigInfo.hpp 52 deInt32 maxSwapInterval;
85 , maxSwapInterval (0)
egluConfigInfo.cpp 51 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/
Config.h 28 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);
Config.cpp 246 void ConfigSet::add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight)
248 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight);
Display.cpp 89 EGLint maxSwapInterval = mRenderer->getMaxSwapInterval();
98 configSet.add(descList[i], minSwapInterval, maxSwapInterval, maxTextureSize, maxTextureSize);
  /external/chromium_org/third_party/hwcplus/include/hardware/
fb.h 65 const int maxSwapInterval;
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 346 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
372 const int maxSwapInterval;
  /external/deqp/framework/qphelper/
qpTestLog.h 174 int maxSwapInterval;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 360 int maxSwapInterval;
391 , maxSwapInterval (0)
xeTestLogWriter.cpp 396 << Writer::Attribute("MaxSwapInterval", de::toString(config.maxSwapInterval))
xeTestResultParser.cpp 621 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval"));
  /external/deqp/modules/egl/
teglConfigList.cpp 137 info.maxSwapInterval = val;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 987 const_cast<int&>(dev->device.maxSwapInterval) = max_si;

Completed in 268 milliseconds