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:XMesaVisual
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.h
32
1. Call XMesaCreateVisual() to make an
XMesaVisual
from an XVisualInfo.
35
the
XMesaVisual
.
38
and
XMesaVisual
.
76
typedef struct xmesa_visual *
XMesaVisual
;
typedef
111
* Return; a new
XMesaVisual
or 0 if error.
113
extern
XMesaVisual
XMesaCreateVisual( Display *display,
131
* Destroy an
XMesaVisual
, but not the associated XVisualInfo.
133
extern void XMesaDestroyVisual(
XMesaVisual
v );
140
* Input: visual - an
XMesaVisual
145
extern XMesaContext XMesaCreateContext(
XMesaVisual
[all...]
H
A
D
glx_api.c
131
static
XMesaVisual
*VisualTable = NULL;
180
static
XMesaVisual
190
XMesaVisual
xmvis;
in save_glx_visual()
234
XMesaVisual
v = VisualTable[i];
in save_glx_visual()
269
VisualTable = realloc(VisualTable, sizeof(
XMesaVisual
) * (NumVisuals + 1));
in save_glx_visual()
324
static
XMesaVisual
362
static
XMesaVisual
720
static
XMesaVisual
740
XMesaVisual
xmvis = NULL;
in choose_visual()
1091
XMesaVisual
xmvi
in glXChooseVisual()
[all...]
H
A
D
xm_api.c
300
bits_per_pixel(
XMesaVisual
xmv )
in bits_per_pixel()
406
choose_pixel_format(
XMesaVisual
v)
in choose_pixel_format()
525
XMesaVisual
vis, Colormap cmap)
in create_xmesa_buffer()
638
* \param v the
XMesaVisual
to initialize
645
initialize_visual_and_buffer(
XMesaVisual
v, XMesaBuffer b,
in initialize_visual_and_buffer()
742
* Return; a new
XMesaVisual
or 0 if error.
745
XMesaVisual
XMesaCreateVisual( Display *display,
in XMesaCreateVisual()
763
XMesaVisual
v;
in XMesaCreateVisual()
781
v = (
XMesaVisual
) CALLOC_STRUCT(xmesa_visual);
in XMesaCreateVisual()
904
void XMesaDestroyVisual(
XMesaVisual
[all...]
Completed in 5 milliseconds