OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentList
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
dlist.c
13577
if (ctx->ListState.
CurrentList
) {
13590
ctx->ListState.
CurrentList
= make_list(name, BLOCK_SIZE);
13591
ctx->ListState.CurrentBlock = ctx->ListState.
CurrentList
->Head;
13729
if (!ctx->ListState.
CurrentList
) {
13744
replace_op_vertex_list_recursively(ctx, ctx->ListState.
CurrentList
);
13748
if ((list->
CurrentList
->Head == list->CurrentBlock) &&
13755
list->
CurrentList
->small_list = true;
13771
list->
CurrentList
->start = start;
13772
list->
CurrentList
->count = list->CurrentPos;
13776
list->
CurrentList
->count * sizeof(Node))
[
all
...]
get.c
858
ctx->ListState.
CurrentList
? ctx->ListState.
CurrentList
->Name : 0;
mtypes.h
4725
struct gl_display_list *
CurrentList
; /**< List currently being compiled */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c
1595
if ((list->
CurrentList
->Head == list->CurrentBlock) &&
1599
list->
CurrentList
->Head =
10898
if (ctx->ListState.
CurrentList
) {
10911
ctx->ListState.
CurrentList
= make_list(name, BLOCK_SIZE);
10912
ctx->ListState.CurrentBlock = ctx->ListState.
CurrentList
->Head;
10944
if (!ctx->ListState.
CurrentList
) {
10959
destroy_list(ctx, ctx->ListState.
CurrentList
->Name);
10963
ctx->ListState.
CurrentList
->Name,
10964
ctx->ListState.
CurrentList
);
10968
mesa_print_display_list(ctx->ListState.
CurrentList
->Name)
[
all
...]
get.c
807
ctx->ListState.
CurrentList
? ctx->ListState.
CurrentList
->Name : 0;
mtypes.h
4511
struct gl_display_list *
CurrentList
; /**< List currently being compiled */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_save_api.c
632
ctx->ListState.
CurrentList
->Flags |= DLIST_DANGLING_REFS;
Completed in 25 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026