Searched refs:displayMode (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Config.cpp | 22 Config::Config(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT render… in Config() argument 23 …: mDisplayMode(displayMode), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(depthSte… in Config() 25 set(displayMode, minInterval, maxInterval, renderTargetFormat, depthStencilFormat, multiSample); in Config() 65 void Config::set(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT rend… in set() argument 113 mConfigCaveat = (displayMode.Format == renderTargetFormat) ? EGL_NONE : EGL_SLOW_CONFIG; in set() 285 void ConfigSet::add(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3D… in add() argument 287 …Config config(displayMode, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilForma… in add()
|
D | Config.h | 29 …Config(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT rende… 32 …void set(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT ren… 102 …void add(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT ren…
|
/external/webkit/Source/WebCore/html/ |
D | HTMLVideoElement.h | 67 …bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterW… in shouldDisplayPosterImage()
|
D | HTMLVideoElement.cpp | 181 DisplayMode oldMode = displayMode(); in setDisplayMode() 202 if (renderer() && displayMode() != oldMode) in setDisplayMode() 211 else if (displayMode() < Poster) in updateDisplayState()
|
D | HTMLMediaElement.h | 216 DisplayMode displayMode() const { return m_displayMode; } in displayMode() function
|
D | HTMLMediaElement.cpp | 1160 bool noSeekRequired = !seekableRanges->length() || (time == now && displayMode() != Poster); in seek() 2050 if (displayMode() == PosterWaitingForVideo) { in mediaPlayerFirstVideoFrameAvailable()
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
D | SDL_epocvideo.cpp | 253 TDisplayMode displayMode = Private->EPOC_WsScreen->DisplayMode(); in EPOC_VideoInit() local 262 Private->EPOC_DisplayMode = displayMode; in EPOC_VideoInit() 265 Private->EPOC_BytesPerPixel = ((GetBpp(displayMode)-1) / 8) + 1; in EPOC_VideoInit() 272 if (Private->EPOC_HasFrameBuffer && GetBpp(displayMode) == 8) in EPOC_VideoInit() 274 if (Private->EPOC_HasFrameBuffer && GetBpp(displayMode) == 12) in EPOC_VideoInit() 283 Private->EPOC_Bitmap->Create(Private->EPOC_ScreenSize, displayMode); in EPOC_VideoInit() 285 Private->EPOC_DisplayMode = displayMode; in EPOC_VideoInit() 288 Private->EPOC_BytesPerPixel = ((GetBpp(displayMode)-1) / 8) + 1; in EPOC_VideoInit()
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PDFViewController.mm | 189 preferences->setPDFDisplayMode([_pdfView displayMode]);
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPDFView.mm | 781 PDFDisplayMode mode = [PDFSubview displayMode]; 1432 [prefs setPDFDisplayMode:[PDFSubview displayMode]];
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 84126 (WebCore::HTMLMediaElement::displayMode): New.
|