Home
last modified time | relevance | path

Searched refs:fullscreen (Results 1 – 25 of 60) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dwhen-skipLibCheck-and-skipDefaultLibCheck-changes.js4 fullscreen: boolean;
9 fullscreen: boolean;
28 readonly fullscreen: boolean;
39 13 readonly fullscreen: boolean;
44 2 fullscreen: boolean;
49 2 fullscreen: boolean;
111 2 fullscreen: boolean;
166 2 fullscreen: boolean;
171 2 fullscreen: boolean;
226 13 readonly fullscreen: boolean;
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferWin.cpp19 …indowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBuffer(width, heig… in FrameBufferWin() argument
58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,… in createFrameBufferWin() argument
65 return new sw::FrameBufferDD(windowHandle, width, height, fullscreen, topLeftOrigin); in createFrameBufferWin()
69 return new sw::FrameBufferGDI(windowHandle, width, height, fullscreen, topLeftOrigin); in createFrameBufferWin()
DFrameBufferWin.hpp32 FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
57 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,…
DFrameBufferGDI.cpp23 …le, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBufferWin(windowHandle, wid… in FrameBufferGDI() argument
DFrameBufferGDI.hpp25 FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
DFrameBuffer.hpp43 FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin);
DFrameBufferDD.hpp27 FrameBufferDD(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
DFrameBufferDD.cpp35 …le, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBufferWin(windowHandle, wid… in FrameBufferDD() argument
DFrameBuffer.cpp35 FrameBuffer::FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin) in FrameBuffer() argument
46 windowed = !fullscreen || forceWindowed; in FrameBuffer()
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/
Dwith-default-options.js4 fullscreen: boolean;
21 readonly fullscreen: boolean;
32 13 readonly fullscreen: boolean;
37 2 fullscreen: boolean;
133 fullscreen: boolean; property
144 13 readonly fullscreen: boolean;
149 2 fullscreen: boolean;
Dwith-skipDefaultLibCheck.js4 fullscreen: boolean;
21 readonly fullscreen: boolean;
32 2 fullscreen: boolean;
127 fullscreen: boolean; property
138 2 fullscreen: boolean;
Dwith-skipLibCheck.js4 fullscreen: boolean;
21 readonly fullscreen: boolean;
32 2 fullscreen: boolean;
127 fullscreen: boolean; property
138 2 fullscreen: boolean;
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
Dwith-default-options.js6 fullscreen: boolean;
24 readonly fullscreen: boolean;
35 13 readonly fullscreen: boolean;
40 4 fullscreen: boolean;
138 fullscreen: boolean;
150 13 readonly fullscreen: boolean;
155 4 fullscreen: boolean;
Dwith-skipLibCheck.js6 fullscreen: boolean;
24 readonly fullscreen: boolean;
35 4 fullscreen: boolean;
132 fullscreen: boolean;
144 4 fullscreen: boolean;
Dwith-skipDefaultLibCheck.js6 fullscreen: boolean;
24 readonly fullscreen: boolean;
35 4 fullscreen: boolean;
132 fullscreen: boolean;
144 4 fullscreen: boolean;
/third_party/glfw/tests/
Diconify.c199 int auto_iconify = GLFW_TRUE, fullscreen = GLFW_FALSE, all_monitors = GLFW_FALSE; in main() local
215 fullscreen = GLFW_TRUE; in main()
235 if (fullscreen && all_monitors) in main()
254 if (fullscreen) in main()
Dtearing.c122 int fullscreen = GLFW_FALSE; in main() local
135 fullscreen = GLFW_TRUE; in main()
145 if (fullscreen) in main()
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/
DGLX_OML_swap_method.txt44 by this extension. GLX does not support the notion of fullscreen vs.
46 fullscreen mode.
/third_party/openGLES/extensions/OML/
DGLX_OML_swap_method.txt44 by this extension. GLX does not support the notion of fullscreen vs.
46 fullscreen mode.
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_escape.h83 uint32 fullscreen; member
/third_party/libdrm/include/drm/
Ddrm_sarea.h70 unsigned int fullscreen; member
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_full_screen_exclusive.txt72 4) Can the fullscreen hint affect the surface capabilities, and if so,
78 While the hint does not guarantee a particular fullscreen mode will be used
DVK_EXT_full_screen_exclusive.adoc72 4) Can the fullscreen hint affect the surface capabilities, and if so,
78 While the hint does not guarantee a particular fullscreen mode will be used
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.scissors.txt54 scissoring and render a colored fullscreen quad with depth & stencil
/third_party/mesa3d/docs/relnotes/
D17.0.7.rst32 fullscreen frame updates

123