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
defs:stapi
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_context.h
60
struct st_api *
stapi
;
member
H
A
D
dri_context.c
53
struct st_api *
stapi
= screen->st_api;
in dri_create_context()
local
266
struct st_api *
stapi
= screen->st_api;
in dri_unbind_context()
local
322
struct st_api *
stapi
= screen->st_api;
dri_get_current()
local
[all...]
H
A
D
dri_drawable.c
194
struct st_api *
stapi
= screen->st_api;
in dri_destroy_buffer()
local
H
A
D
dri_helpers.c
93
struct st_context_iface *
stapi
= dri_context(_ctx)->st;
in dri2_create_fence()
local
113
struct st_context_iface *
stapi
= dri_context(_ctx)->st;
in dri2_create_fence_fd()
local
/third_party/mesa3d/src/gallium/frontends/wgl/
H
A
D
stw_device.h
61
struct st_api *
stapi
;
member
/third_party/mesa3d/src/gallium/frontends/osmesa/
H
A
D
osmesa.c
135
static struct st_api *
stapi
= NULL;
variable
590
struct st_api *
stapi
in OSMesaCreateContextAttribs()
local
762
struct st_api *
stapi
= get_st_api();
OSMesaMakeCurrent()
local
844
struct st_api *
stapi
= get_st_api();
OSMesaGetCurrentContext()
local
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
85
static struct st_api *
stapi
;
variable
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_manager.c
743
st_api_destroy_drawable(struct st_api *
stapi
,
in st_api_destroy_drawable()
argument
1000
st_api_create_context(struct st_api *
stapi
, struct st_manager *smapi,
in st_api_create_context()
argument
1149
st_api_get_current(struct st_api *
stapi
)
in st_api_get_current()
argument
1203
st_api_make_current(struct st_api *
stapi
, struct st_context_iface *stctxi,
in st_api_make_current()
argument
1276
st_api_destroy(struct st_api *
stapi
)
in st_api_destroy()
argument
1436
st_api_query_versions(struct st_api *
stapi
, struct st_manager *sm,
in st_api_query_versions()
argument
Completed in 8 milliseconds