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:XMesaContext
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.h
40
4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an
XMesaContext
and
75
typedef struct xmesa_context *
XMesaContext
;
typedef
138
* Create a new
XMesaContext
for rendering into an X11 window.
141
* share_list - another
XMesaContext
with which to share display
143
* Return: an
XMesaContext
or NULL if error.
145
extern
XMesaContext
XMesaCreateContext( XMesaVisual v,
146
XMesaContext
share_list,
155
extern void XMesaDestroyContext(
XMesaContext
c );
194
extern GLboolean XMesaMakeCurrent2(
XMesaContext
c,
202
extern GLboolean XMesaUnbindContext(
XMesaContext
[all...]
H
A
D
xm_api.c
932
* Create a new
XMesaContext
.
934
* \param share_list another
XMesaContext
with which to share display
936
* \return an
XMesaContext
or NULL if error.
939
XMesaContext
XMesaCreateContext( XMesaVisual v,
XMesaContext
share_list,
in XMesaCreateContext()
946
XMesaContext
c;
in XMesaCreateContext()
951
/* Note: the
XMesaContext
contains a Mesa struct gl_context struct (inheritance) */
in XMesaCreateContext()
952
c = (
XMesaContext
) CALLOC_STRUCT(xmesa_context);
in XMesaCreateContext()
1037
void XMesaDestroyContext(
XMesaContext
c )
in XMesaDestroyContext()
1273
GLboolean XMesaMakeCurrent2(
XMesaContext
[all...]
H
A
D
glx_api.c
102
XMesaContext
xmesaContext;
1115
XMesaContext
shareCtx, Bool direct,
in create_context()
1187
XMesaContext
xmctx = glxCtx->xmesaContext;
in glXMakeContextCurrent()
1366
XMesaContext
xm_src = src->xmesaContext;
in glXCopyContext()
1367
XMesaContext
xm_dst = dst->xmesaContext;
in glXCopyContext()
1689
XMesaContext
xmesa = XMesaGetCurrentContext();
in glXWaitGL()
1698
XMesaContext
xmesa = XMesaGetCurrentContext();
in glXWaitX()
2165
XMesaContext
xmctx = glxCtx->xmesaContext;
in glXQueryContext()
Completed in 6 milliseconds