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:GLFW_PLATFORM
(Results
1 - 3
of
3
) sorted by relevance
/third_party/glfw/src/
H
A
D
init.c
450
case
GLFW_PLATFORM
:
in glfwInitHint()
/third_party/glfw/include/GLFW/
H
A
D
glfw3.h
831
*
GLFW_PLATFORM
init hint was set to `GLFW_ANY_PLATFORM`, GLFW could not detect any of
1308
* Platform selection [init hint](@ref
GLFW_PLATFORM
).
1310
#define
GLFW_PLATFORM
0x00050003
macro
1337
* Hint value for @ref
GLFW_PLATFORM
that enables automatic platform selection.
2176
* The @ref
GLFW_PLATFORM
init hint controls which platforms are considered during
2200
* Wayland and X11, and the @ref
GLFW_PLATFORM
init hint is set to
/third_party/glfw/tests/
H
A
D
glfwinfo.c
670
glfwInitHint(
GLFW_PLATFORM
, platform);
in main()
Completed in 10 milliseconds