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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.h 29 Config(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
32 void set(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
102 void add(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
Config.cpp 285 void ConfigSet::add(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample)
287 Config config(displayMode, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample);
  /hardware/libhardware/include/hardware/
fb.h 65 const int maxSwapInterval;
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 68 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
269 const_cast<int&>(dev->maxSwapInterval) = 1;
  /system/core/include/system/
window.h 338 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
364 const int maxSwapInterval;
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 146 const_cast<int&>(ANativeWindow::maxSwapInterval) =
147 fbDev->maxSwapInterval;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 64 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
344 const_cast<int&>(dev->device.maxSwapInterval) = 1;
  /hardware/msm7k/libgralloc/
framebuffer.cpp 67 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
365 const_cast<int&>(dev->device.maxSwapInterval) = 1;
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 71 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
401 const_cast<int&>(dev->device.maxSwapInterval) = 1;
  /hardware/qcom/display/libgralloc/
framebuffer.cpp 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
394 const_cast<int&>(dev->device.maxSwapInterval) =
  /frameworks/native/libs/gui/
Surface.cpp 57 const_cast<int&>(ANativeWindow::maxSwapInterval) = 1;
168 if (interval > maxSwapInterval)
169 interval = maxSwapInterval;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 989 const_cast<int&>(dev->device.maxSwapInterval) = max_si;

Completed in 194 milliseconds