OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawables_list
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.c
42
static struct apple_glx_drawable *
drawables_list
= NULL;
variable in typeref:struct:apple_glx_drawable
79
for (i =
drawables_list
; i; i = i->next) {
158
drawables_list
= d->next;
306
agd->next =
drawables_list
;
308
if (
drawables_list
)
309
drawables_list
->previous = agd;
311
drawables_list
= agd;
371
if (NULL ==
drawables_list
)
380
for (d =
drawables_list
; d;) {
433
for (d =
drawables_list
; d; d = d->next
[
all
...]
/external/mesa3d/src/glx/apple/
apple_glx_drawable.c
42
static struct apple_glx_drawable *
drawables_list
= NULL;
variable in typeref:struct:apple_glx_drawable
79
for (i =
drawables_list
; i; i = i->next) {
158
drawables_list
= d->next;
306
agd->next =
drawables_list
;
308
if (
drawables_list
)
309
drawables_list
->previous = agd;
311
drawables_list
= agd;
371
if (NULL ==
drawables_list
)
380
for (d =
drawables_list
; d;) {
433
for (d =
drawables_list
; d; d = d->next
[
all
...]
Completed in 186 milliseconds