OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSwapInterval
(Results
1 - 10
of
10
) 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
;
/system/core/include/system/
window.h
299
: flags(0), minSwapInterval(0),
maxSwapInterval
(0), xdpi(0), ydpi(0)
325
const int
maxSwapInterval
;
/frameworks/base/libs/ui/
FramebufferNativeWindow.cpp
133
const_cast<int&>(ANativeWindow::
maxSwapInterval
) =
134
fbDev->
maxSwapInterval
;
/hardware/libhardware/modules/gralloc/
framebuffer.cpp
64
if (interval < dev->minSwapInterval || interval > dev->
maxSwapInterval
)
349
const_cast<int&>(dev->device.
maxSwapInterval
) = 1;
/frameworks/base/libs/gui/
SurfaceTextureClient.cpp
50
const_cast<int&>(ANativeWindow::
maxSwapInterval
) = 1;
124
if (interval >
maxSwapInterval
)
125
interval =
maxSwapInterval
;
/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;
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
754
const_cast<int&>(dev->device.
maxSwapInterval
) = max_si;
Completed in 589 milliseconds