Searched refs:fullscreen (Results 1 - 25 of 62) sorted by relevance

123

/external/swiftshader/src/Main/
H A DFrameBufferWin.cpp19 FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBuffer(width, height, fullscreen, topLeftOrigin), windowHandle(windowHandle) argument
23 // Force fullscreen window style (no borders)
58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) argument
65 return new sw::FrameBufferDD(windowHandle, width, height, fullscreen, topLeftOrigin);
69 return new sw::FrameBufferGDI(windowHandle, width, height, fullscreen, topLeftOrigin);
H A DFrameBufferWin.hpp32 FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
54 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
H A DFrameBuffer.hpp40 FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin);
H A DFrameBufferGDI.hpp25 FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
H A DFrameBufferGDI.cpp23 FrameBufferGDI::FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBufferWin(windowHandle, width, height, fullscreen, topLeftOrigin) argument
H A DFrameBufferDD.hpp27 FrameBufferDD(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
/external/autotest/server/cros/multimedia/
H A Dvideo_facade_adapter.py57 def prepare_playback(self, file_path, fullscreen=True):
61 @param fullscreen: Plays the video in fullscreen.
65 self._video_proxy.prepare_playback(client_file_path, fullscreen)
95 def prepare_arc_playback(self, file_path, fullscreen=True):
102 @param fullscreen: Plays the video in fullscreen.
106 self._video_proxy.prepare_arc_playback(client_file_path, fullscreen)
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_escape.h83 uint32 fullscreen; member in struct:__anon14819
/external/libdrm/include/drm/
H A Ddrm_sarea.h64 unsigned int fullscreen; member in struct:drm_sarea_frame
/external/mesa3d/include/GL/internal/
H A Dsarea.h76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
/external/autotest/client/deps/graphics/graphics_test_extension/
H A Dbackground.js5 function createWindow(url, l, t, w, h, fullscreen) {
9 if (fullscreen) {
10 chrome.windows.update(win.id, {state: "fullscreen"});
22 message.width, message.height, message.fullscreen);
24 console.log("Set window " + sender.tab.windowId + " to fullscreen.");
25 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
32 " to external display and set it to fullscreen.");
51 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
/external/autotest/client/cros/multimedia/
H A Dvideo_facade_native.py69 def prepare_playback(self, file_path, fullscreen=True):
73 @param fullscreen: Plays the video in fullscreen.
92 if fullscreen:
126 def prepare_arc_playback(self, file_path, fullscreen=True):
133 @param fullscreen: Plays the video in fullscreen.
136 self._arc_resource.play_video.prepare_playback(file_path, fullscreen)
/external/kernel-headers/original/uapi/drm/
H A Ddrm_sarea.h70 unsigned int fullscreen; member in struct:drm_sarea_frame
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc25 const VideoRenderType videoRenderType, void* window, const bool fullscreen)
28 _fullscreen(fullscreen),
193 bool fullscreen = false; local
199 fullscreen = _ptrRendererWin->IsFullScreen();
201 return fullscreen;
24 VideoRenderWindowsImpl(const int32_t id, const VideoRenderType videoRenderType, void* window, const bool fullscreen) argument
/external/autotest/client/site_tests/graphics_WebGLPerformance/
H A Dgraphics_WebGLPerformance.py106 def run_once(self, test_duration_secs=2700, fullscreen=True):
110 @param fullscreen: Whether to run the test in fullscreen.
122 if fullscreen:
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc19 const bool fullscreen) :
21 _fullscreen(fullscreen)
15 VideoRenderExternalImpl( const int32_t id, const VideoRenderType videoRenderType, void* window, const bool fullscreen) argument
H A Dvideo_render_external_impl.h30 void* window, const bool fullscreen);
/external/autotest/client/site_tests/desktopui_SonicExtension/
H A Dtest_utils.py46 self, driver, extension_id, receiver_ip, url, fullscreen,
55 @param fullscreen: Click the fullscreen button or not.
88 self.navigate_to_test_url(driver, url, fullscreen)
201 def navigate_to_test_url(self, driver, url, fullscreen):
202 """Navigates to a given URL. Click fullscreen button if needed.
206 @param fullscreen: True and the video will play in full screen mode.
211 if fullscreen:
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_native_opengl2.h73 const bool fullscreen);
H A Dvideo_render_android_surface_view.h65 const bool fullscreen);
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
H A Dgraphics_WebGLManyPlanetsDeep.py109 def run_once(self, test_duration_secs=30, fullscreen=True):
114 @param fullscreen: Whether to run the test in fullscreen.
119 if fullscreen:
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId);
88 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
H A Dvideo_render_mac_carbon_impl.cc25 const bool fullscreen) :
28 _fullScreen(fullscreen),
22 VideoRenderMacCarbonImpl(const int32_t id, const VideoRenderType videoRenderType, void* window, const bool fullscreen) argument
H A Dvideo_render_mac_carbon_impl.h35 const bool fullscreen);
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.h31 void* window, const bool fullscreen);

Completed in 540 milliseconds

123