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:XMesaDisplay
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
131
/* linked list of
XMesaDisplay
hooks per display */
145
/* hook to delete
XMesaDisplay
on XDestroyDisplay */
184
XMesaDisplay
xmdpy = &info->mesaDisplay;
in xmesa_close_display()
201
static
XMesaDisplay
205
XMesaDisplay
xmdpy;
in xmesa_init_display()
214
/* Look for
XMesaDisplay
which corresponds to this display */
in xmesa_init_display()
225
/* Not found. Create new
XMesaDisplay
*/
in xmesa_init_display()
381
XMesaDisplay
xmdpy = xmesa_init_display(dpy);
in xmesa_get_window_size()
465
choose_depth_stencil_format(
XMesaDisplay
xmdpy, int depth, int stencil,
in choose_depth_stencil_format()
527
XMesaDisplay
xmdp
in create_xmesa_buffer()
[all...]
H
A
D
xm_st.h
37
xmesa_create_st_framebuffer(
XMesaDisplay
xmdpy, XMesaBuffer b);
H
A
D
xm_st.c
36
XMesaDisplay
display;
285
xmesa_create_st_framebuffer(
XMesaDisplay
xmdpy, XMesaBuffer b)
in xmesa_create_st_framebuffer()
H
A
D
xm_api.h
73
typedef struct xmesa_display *
XMesaDisplay
;
typedef
Completed in 4 milliseconds