OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullscreenmode
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/mac/
mac_util.h
30
enum
FullScreenMode
{
36
// kFullScreenModeNormal is not a valid
FullScreenMode
, but it is useful to
60
BASE_EXPORT void RequestFullScreen(
FullScreenMode
mode);
68
BASE_EXPORT void ReleaseFullScreen(
FullScreenMode
mode);
73
BASE_EXPORT void SwitchFullScreenModes(
FullScreenMode
from_mode,
74
FullScreenMode
to_mode);
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3WindowConfiguration.java
32
Lwjgl3DisplayMode
fullscreenMode
;
105
this.
fullscreenMode
= (Lwjgl3DisplayMode)mode;
Lwjgl3Application.java
322
appConfig.setFullscreenMode(config.
fullscreenMode
);
367
if(config.
fullscreenMode
!= null) {
368
// glfwWindowHint(GLFW.GLFW_REFRESH_RATE, config.
fullscreenMode
.refreshRate);
369
windowHandle = GLFW.glfwCreateWindow(config.
fullscreenMode
.width, config.
fullscreenMode
.height, config.title, config.
fullscreenMode
.getMonitor(), sharedContextWindow);
382
if (config.
fullscreenMode
== null) {
Lwjgl3ApplicationConfiguration.java
64
Lwjgl3DisplayMode
fullscreenMode
;
103
copy.
fullscreenMode
= config.
fullscreenMode
;
262
this.
fullscreenMode
= (Lwjgl3DisplayMode)mode;
/external/opencv3/3rdparty/include/dshow/
control.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
175
* <a name="
FullscreenMode
"></a>
[
all
...]
Completed in 1090 milliseconds