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:dummyContext
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
glxcurrent.c
55
struct glx_context
dummyContext
= {
variable
77
__THREAD_INITIAL_EXEC void *__glX_tls_Context = &
dummyContext
;
82
__glX_tls_Context = (c != NULL) ? c : &
dummyContext
;
in __glXSetCurrentContext()
88
__glXSetCurrentContext(&
dummyContext
);
in __glXSetCurrentContextNull()
100
if (cx == &
dummyContext
) {
in glXGetCurrentContext()
118
* \note This is in this file so that it can access
dummyContext
.
152
if (oldGC != &
dummyContext
) {
in MakeContextCurrent()
181
if (oldGC->currentDpy == NULL && oldGC != &
dummyContext
&& oldGC->xid == None) {
in MakeContextCurrent()
H
A
D
query_renderer.c
109
if (gc == &
dummyContext
)
in glXQueryCurrentRendererIntegerMESA()
169
if (gc == &
dummyContext
)
in glXQueryCurrentRendererStringMESA()
H
A
D
applegl_glx.c
59
(old && old != &
dummyContext
) ? old->driContext : NULL,
in applegl_bind_context()
89
(gc != &
dummyContext
) ? gc->driContext : NULL,
in applegl_unbind_context()
H
A
D
glxcmds.c
837
if(gc != &
dummyContext
&& apple_glx_is_current_drawable(dpy, gc->driContext, drawable)) {
in glXSwapBuffers()
855
Bool flush = gc != &
dummyContext
&& drawable == gc->currentDrawable;
in glXSwapBuffers()
873
if ((gc != &
dummyContext
) && (dpy == gc->currentDpy) &&
in glXSwapBuffers()
1400
if (gc == &
dummyContext
)
in glXGetCurrentDisplay()
1748
if (gc == &
dummyContext
) {
in glXSwapIntervalSGI()
1807
if (gc != &
dummyContext
&& gc->isDirect) {
in glXSwapIntervalMESA()
1834
if (gc != &
dummyContext
&& gc->isDirect) {
in glXGetSwapIntervalMESA()
1891
if (gc == &
dummyContext
)
in glXGetVideoSyncSGI()
1930
if (gc == &
dummyContext
)
in glXWaitVideoSyncSGI()
2205
if (gc == &
dummyContext
) /* n
in glXSwapBuffersMscOML()
[all...]
H
A
D
indirect_glx.c
158
if (old != &
dummyContext
&& !old->isDirect && old->psc->dpy == dpy) {
in indirect_bind_context()
H
A
D
dri3_glx.c
108
return (&pcp->base != &
dummyContext
) && pcp->base.psc == &psc->base;
in glx_dri3_in_current_context()
117
return (gc != &
dummyContext
) ? dri3Ctx->driContext : NULL;
in glx_dri3_get_dri_context()
127
return (gc != &
dummyContext
&& psc) ? psc->driScreen : NULL;
in glx_dri3_get_dri_screen()
H
A
D
glxclient.h
788
extern struct glx_context
dummyContext
;
H
A
D
glx_pbuffer.c
294
if (pdraw == NULL || gc == &
dummyContext
|| gc->currentDpy != dpy ||
in __glXGetDrawableAttribute()
H
A
D
dri2_glx.c
433
return (gc != &
dummyContext
) ? dri2Ctx->driContext : NULL;
in dri2GetCurrentContext()
/third_party/mesa3d/src/glx/tests/
H
A
D
fake_glx_screen.cpp
93
struct glx_context
dummyContext
= {
variable
101
__THREAD_INITIAL_EXEC void *__glX_tls_Context = &
dummyContext
;
/third_party/mesa3d/src/glx/apple/
H
A
D
apple_xgl_api_stereo.c
57
if (gc != &
dummyContext
&& apple_glx_context_uses_stereo(gc->driContext)) {
in __applegl_glDrawBuffer()
92
if (gc != &
dummyContext
&& apple_glx_context_uses_stereo(gc->driContext)) {
in __applegl_glDrawBuffers()
H
A
D
apple_xgl_api_viewport.c
44
if (gc != &
dummyContext
&& gc->driContext)
in __applegl_glViewport()
Completed in 12 milliseconds