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:GLFWglproc
(Results
1 - 8
of
8
) sorted by relevance
/third_party/glfw/src/
H
A
D
wgl_context.c
386
static
GLFWglproc
getProcAddressWGL(const char* procname)
in getProcAddressWGL()
388
const
GLFWglproc
proc = (
GLFWglproc
) wglGetProcAddress(procname);
in getProcAddressWGL()
392
return (
GLFWglproc
) _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, procname);
in getProcAddressWGL()
H
A
D
osmesa_context.c
68
static
GLFWglproc
getProcAddressOSMesa(const char* procname)
in getProcAddressOSMesa()
70
return (
GLFWglproc
) OSMesaGetProcAddress(procname);
in getProcAddressOSMesa()
H
A
D
egl_context.c
313
static
GLFWglproc
getProcAddressEGL(const char* procname)
in getProcAddressEGL()
320
GLFWglproc
proc = (
GLFWglproc
)
in getProcAddressEGL()
H
A
D
internal.h
219
typedef
GLFWglproc
(APIENTRY * PFN_eglGetProcAddress)(const char*);
263
typedef
GLFWglproc
(GLAPIENTRY * PFN_OSMesaGetProcAddress)(const char*);
507
GLFWglproc
(*getProcAddress)(const char*);
H
A
D
context.c
748
GLFWAPI
GLFWglproc
glfwGetProcAddress(const char* procname)
in glfwGetProcAddress()
H
A
D
glx_context.c
223
static
GLFWglproc
getProcAddressGLX(const char* procname)
in getProcAddressGLX()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H
A
D
glfw3.h
744
typedef void (*
GLFWglproc
)(void);
typedef
4002
GLFWAPI
GLFWglproc
glfwGetProcAddress(const char* procname);
/third_party/glfw/include/GLFW/
H
A
D
glfw3.h
1366
typedef void (*
GLFWglproc
)(void);
typedef
6304
GLFWAPI
GLFWglproc
glfwGetProcAddress(const char* procname);
Completed in 18 milliseconds