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:mapi_stub
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/mapi/
H
A
D
stub.c
40
struct
mapi_stub
{
struct
50
static struct
mapi_stub
dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC];
65
const struct
mapi_stub
*stub = (const struct
mapi_stub
*) elem;
in stub_compare()
76
const struct
mapi_stub
*
79
return (const struct
mapi_stub
*) bsearch(name, public_stubs,
in stub_find_public()
86
static struct
mapi_stub
*
89
struct
mapi_stub
*stub;
in stub_add_dynamic()
118
struct
mapi_stub
*
122
struct
mapi_stub
*stu
in stub_find_dynamic()
[all...]
H
A
D
stub.h
33
struct
mapi_stub
;
38
const struct
mapi_stub
*
41
struct
mapi_stub
*
44
const struct
mapi_stub
*
48
stub_fix_dynamic(struct
mapi_stub
*stub, const struct
mapi_stub
*alias);
51
stub_get_name(const struct
mapi_stub
*stub);
54
stub_get_slot(const struct
mapi_stub
*stub);
57
stub_get_addr(const struct
mapi_stub
*stub);
H
A
D
mapi_glapi.c
116
const struct
mapi_stub
*function_stubs[8];
in _glapi_add_dispatch()
117
const struct
mapi_stub
*alias = NULL;
in _glapi_add_dispatch()
125
const struct
mapi_stub
*stub;
in _glapi_add_dispatch()
151
struct
mapi_stub
*stub;
in _glapi_add_dispatch()
177
static const struct
mapi_stub
*
180
const struct
mapi_stub
*stub;
in _glapi_get_stub()
207
const struct
mapi_stub
*stub = _glapi_get_stub(funcName, 0);
in _glapi_get_proc_offset()
219
const struct
mapi_stub
*stub = _glapi_get_stub(funcName, 1);
in _glapi_get_proc_address()
230
const struct
mapi_stub
*stub = stub_find_by_slot(offset);
in _glapi_get_proc_name()
Completed in 2 milliseconds