Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getVideoMode
(Results
1 - 7
of
7
) sorted by relevance
/third_party/glfw/src/
H
A
D
null_monitor.c
36
static GLFWvidmode
getVideoMode
(void)
in getVideoMode()
function
55
const GLFWvidmode mode =
getVideoMode
();
in _glfwPollMonitorsNull()
92
const GLFWvidmode mode =
getVideoMode
();
in _glfwGetMonitorWorkareaNull()
107
*mode =
getVideoMode
();
in _glfwGetVideoModesNull()
114
*mode =
getVideoMode
();
in _glfwGetVideoModeNull()
H
A
D
monitor.c
458
if (!_glfw.platform.
getVideoMode
(monitor, &monitor->currentMode))
in glfwGetVideoMode()
H
A
D
null_init.c
68
.
getVideoMode
= _glfwGetVideoModeNull,
in _glfwConnectNull()
H
A
D
win32_init.c
631
.
getVideoMode
= _glfwGetVideoModeWin32,
in _glfwConnectWin32()
H
A
D
internal.h
713
GLFWbool (*
getVideoMode
)(_GLFWmonitor*,GLFWvidmode*);
member
H
A
D
x11_init.c
1203
.
getVideoMode
= _glfwGetVideoModeX11,
in _glfwConnectX11()
H
A
D
wl_init.c
473
.
getVideoMode
= _glfwGetVideoModeWayland,
in _glfwConnectWayland()
Completed in 16 milliseconds