OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minSwapInterval
(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
82
EGLint
minSwapInterval
= mRenderer->getMinSwapInterval();
92
configSet.add(descList[i],
minSwapInterval
, maxSwapInterval,
/hardware/libhardware/include/hardware/
fb.h
62
const int
minSwapInterval
;
/hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp
68
if (interval < dev->
minSwapInterval
|| interval > dev->maxSwapInterval)
268
const_cast<int&>(dev->
minSwapInterval
) = 1;
/system/core/include/system/
window.h
347
: flags(0),
minSwapInterval
(0), maxSwapInterval(0), xdpi(0), ydpi(0)
370
const int
minSwapInterval
;
/frameworks/native/libs/ui/
FramebufferNativeWindow.cpp
144
const_cast<int&>(ANativeWindow::
minSwapInterval
) =
145
fbDev->
minSwapInterval
;
/hardware/libhardware/modules/gralloc/
framebuffer.cpp
64
if (interval < dev->
minSwapInterval
|| interval > dev->maxSwapInterval)
343
const_cast<int&>(dev->device.
minSwapInterval
) = 1;
/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
) =
/hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp
78
if (interval < dev->
minSwapInterval
|| interval > dev->maxSwapInterval)
392
const_cast<int&>(dev->device.
minSwapInterval
) =
/frameworks/native/libs/gui/
Surface.cpp
57
const_cast<int&>(ANativeWindow::
minSwapInterval
) = 0;
167
if (interval <
minSwapInterval
)
168
interval =
minSwapInterval
;
/hardware/libhardware/tests/hwc/
cnativewindow.c
524
*((int*) &win->base.
minSwapInterval
) = 1;
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
978
const_cast<int&>(dev->device.
minSwapInterval
) = min_si;
Completed in 366 milliseconds