OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmesa_strict_invalidate
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c
213
/* If
xmesa_strict_invalidate
is not set, we will not yet have
216
if (!
xmesa_strict_invalidate
)
264
if (ret &&
xmesa_strict_invalidate
)
340
if (!
xmesa_strict_invalidate
)
344
if (
xmesa_strict_invalidate
)
xm_api.h
390
extern boolean
xmesa_strict_invalidate
;
xm_api.c
98
boolean
xmesa_strict_invalidate
= FALSE;
variable
105
xmesa_strict_invalidate
=
106
debug_get_bool_option("
XMESA_STRICT_INVALIDATE
", FALSE);
124
return !
xmesa_strict_invalidate
;
[
all
...]
Completed in 666 milliseconds