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:xm_visual
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
543
b->
xm_visual
= vis;
in create_xmesa_buffer()
576
if (b->
xm_visual
->display == dpy &&
in xmesa_find_buffer()
648
assert(!b || b->
xm_visual
== v);
in initialize_visual_and_buffer()
956
c->
xm_visual
= v;
in XMesaCreateContext()
1262
xmesa_get_window_size(b->
xm_visual
->display, b, &b->width, &b->height);
in xmesa_check_buffer_size()
1379
if (c && c->
xm_visual
->display) {
in XMesaFlush()
1380
XMesaDisplay xmdpy = xmesa_init_display(c->
xm_visual
->display);
in XMesaFlush()
1389
XFlush( c->
xm_visual
->display );
in XMesaFlush()
1401
if (b->ws.drawable == d && b->
xm_visual
->display == dpy) {
in XMesaFindBuffer()
1417
if (b->
xm_visual
in xmesa_destroy_buffers_on_display()
[all...]
H
A
D
xm_api.h
308
XMesaVisual
xm_visual
; /** pixel format info */
member
335
XMesaVisual
xm_visual
; /* the X/Mesa visual */
member
H
A
D
xm_st.c
290
assert(xmdpy->display == b->
xm_visual
->display);
in xmesa_create_st_framebuffer()
303
xstfb->stvis = b->
xm_visual
->stvis;
in xmesa_create_st_framebuffer()
H
A
D
glx_api.c
1198
drawBuffer = XMesaCreateWindowBuffer( xmctx->
xm_visual
, draw );
in glXMakeContextCurrent()
1211
readBuffer = XMesaCreateWindowBuffer( xmctx->
xm_visual
, read );
in glXMakeContextCurrent()
2125
*value = xmbuf->
xm_visual
->visinfo->visualid;
in glXQueryDrawable()
2172
*value = xmctx->
xm_visual
->visinfo->visualid;
in glXQueryContext()
Completed in 7 milliseconds