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

1 2

  /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;
  /hardware/libhardware/include/hardware/
fb.h 71 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;
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 67 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
268 const_cast<int&>(dev->maxSwapInterval) = 1;
  /system/core/include/system/
window.h 374 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
400 const int maxSwapInterval;
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.h 174 int maxSwapInterval;
  /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"));
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 146 const_cast<int&>(ANativeWindow::maxSwapInterval) =
147 fbDev->maxSwapInterval;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 71 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
356 const_cast<int&>(dev->device.maxSwapInterval) = 1;
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 77 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
419 const_cast<int&>(dev->device.maxSwapInterval) =
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 77 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
420 const_cast<int&>(dev->device.maxSwapInterval) =
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
394 const_cast<int&>(dev->device.maxSwapInterval) =
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
400 const_cast<int&>(dev->device.maxSwapInterval) =
  /external/deqp/modules/egl/
teglConfigList.cpp 137 info.maxSwapInterval = val;
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 131 CHECK_MEMBER_AT(framebuffer_device_t, maxSwapInterval, 100, 156);
  /frameworks/native/libs/gui/
Surface.cpp 60 const_cast<int&>(ANativeWindow::maxSwapInterval) = 1;
184 if (interval > maxSwapInterval)
185 interval = maxSwapInterval;
  /hardware/libhardware/tests/hwc/
cnativewindow.c 525 *((int*) &win->base.maxSwapInterval) = 1;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 987 const_cast<int&>(dev->device.maxSwapInterval) = max_si;

Completed in 502 milliseconds

1 2