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:GET_DISPATCH
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/targets/libgl-xlib/
H
A
D
xlib.c
124
GET_DISPATCH
()->FUNC ARGS
127
return
GET_DISPATCH
()->FUNC ARGS
/third_party/mesa3d/src/mapi/glapi/
H
A
D
glapi.h
92
# define
GET_DISPATCH
() _glapi_get_dispatch()
macro
95
# define
GET_DISPATCH
() _glapi_tls_Dispatch
macro
H
A
D
glapi_dispatch.c
61
GET_DISPATCH
()->FUNC ARGS
65
return
GET_DISPATCH
()->FUNC ARGS
70
GET_DISPATCH
()->FUNC ARGS
73
return
GET_DISPATCH
()->FUNC ARGS
/third_party/mesa3d/src/mapi/
H
A
D
entry.c
62
return
GET_DISPATCH
();
in entry_current_get()
/third_party/mesa3d/src/glx/
H
A
D
single2.c
880
const _glapi_proc *const table = (_glapi_proc *)
GET_DISPATCH
();
in glAreTexturesResidentEXT()
/third_party/mesa3d/src/mesa/main/
H
A
D
context.c
848
CALL_InternalSetError(
GET_DISPATCH
(), (GL_INVALID_OPERATION));
in glthread_nop()
/third_party/mesa3d/src/mesa/vbo/
H
A
D
vbo_save_api.c
974
struct _glapi_table *dispatch =
GET_DISPATCH
();
in compile_vertex_list()
Completed in 8 milliseconds