Home
last modified time | relevance | path

Searched defs:displayMode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp22 Config::Config(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT render… in Config()
65 void Config::set(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT rend… in set()
285 void ConfigSet::add(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3D… in add()
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h216 DisplayMode displayMode() const { return m_displayMode; } in displayMode() function
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp253 TDisplayMode displayMode = Private->EPOC_WsScreen->DisplayMode(); in EPOC_VideoInit() local