OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSwapInterval
(Results
1 - 14
of
14
) sorted by null
/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
233
void ConfigSet::add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint
maxSwapInterval
, EGLint texWidth, EGLint texHeight)
235
Config config(desc, minSwapInterval,
maxSwapInterval
, texWidth, texHeight);
Display.cpp
83
EGLint
maxSwapInterval
= mRenderer->getMaxSwapInterval();
92
configSet.add(descList[i], minSwapInterval,
maxSwapInterval
,
/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
347
: flags(0), minSwapInterval(0),
maxSwapInterval
(0), xdpi(0), ydpi(0)
373
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/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
) =
/hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp
78
if (interval < dev->minSwapInterval || interval > dev->
maxSwapInterval
)
394
const_cast<int&>(dev->device.
maxSwapInterval
) =
/frameworks/native/libs/gui/
Surface.cpp
58
const_cast<int&>(ANativeWindow::
maxSwapInterval
) = 1;
170
if (interval >
maxSwapInterval
)
171
interval =
maxSwapInterval
;
/hardware/libhardware/tests/hwc/
cnativewindow.c
525
*((int*) &win->base.
maxSwapInterval
) = 1;
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
979
const_cast<int&>(dev->device.
maxSwapInterval
) = max_si;
Completed in 2732 milliseconds