HomeSort by relevance Sort by last modified time
    Searched refs:minSwapInterval (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/egl/
egluConfigInfo.hpp 53 deInt32 minSwapInterval;
86 , minSwapInterval (0)
egluConfigInfo.cpp 52 case EGL_MIN_SWAP_INTERVAL: return minSwapInterval;
89 eglGetConfigAttrib(display, config, EGL_MIN_SWAP_INTERVAL, &dst->minSwapInterval);
  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 29 Config(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
99 void add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
Config.cpp 249 void ConfigSet::add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight)
251 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight);
Display.cpp 82 EGLint minSwapInterval = mRenderer->getMinSwapInterval();
92 configSet.add(descList[i], minSwapInterval, maxSwapInterval,
  /external/chromium_org/third_party/hwcplus/include/hardware/
fb.h 62 const int minSwapInterval;
  /hardware/libhardware/include/hardware/
fb.h 68 const int minSwapInterval;
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 346 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
369 const int minSwapInterval;
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 67 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
267 const_cast<int&>(dev->minSwapInterval) = 1;
  /system/core/include/system/
window.h 374 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
397 const int minSwapInterval;
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.h 175 int minSwapInterval;
  /external/deqp/executor/
xeTestCaseResult.hpp 361 int minSwapInterval;
392 , minSwapInterval (0)
xeTestLogWriter.cpp 397 << Writer::Attribute("MinSwapInterval", de::toString(config.minSwapInterval))
xeTestResultParser.cpp 622 config->minSwapInterval = toInt(getAttribute("MinSwapInterval"));
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 144 const_cast<int&>(ANativeWindow::minSwapInterval) =
145 fbDev->minSwapInterval;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 71 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
355 const_cast<int&>(dev->device.minSwapInterval) = 1;
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 77 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
417 const_cast<int&>(dev->device.minSwapInterval) =
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
416 const_cast<int&>(dev->device.minSwapInterval) =
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
392 const_cast<int&>(dev->device.minSwapInterval) =
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
398 const_cast<int&>(dev->device.minSwapInterval) =
  /external/deqp/modules/egl/
teglConfigList.cpp 140 info.minSwapInterval = val;
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 130 CHECK_MEMBER_AT(framebuffer_device_t, minSwapInterval, 96, 152);
  /frameworks/native/libs/gui/
Surface.cpp 59 const_cast<int&>(ANativeWindow::minSwapInterval) = 0;
181 if (interval < minSwapInterval)
182 interval = minSwapInterval;
  /hardware/libhardware/tests/hwc/
cnativewindow.c 524 *((int*) &win->base.minSwapInterval) = 1;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 974 const_cast<int&>(dev->device.minSwapInterval) = min_si;

Completed in 958 milliseconds

1 2