OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListState
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_save_api.c
579
ctx->
ListState
.Current.UseLoopback = true;
621
if (!ctx->
ListState
.Current.UseLoopback) {
831
if (!ctx->
ListState
.Current.UseLoopback) {
1421
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
1543
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
1582
* maintained in ctx->
ListState
, active when the list is known or
2014
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
2032
save->currentsz[i] = &ctx->
ListState
.ActiveAttribSize[j];
2033
save->current[i] = (fi_type *) ctx->
ListState
.CurrentAttrib[j];
2039
save->currentsz[i] = &ctx->
ListState
.ActiveMaterialSize[j]
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_save_api.c
632
ctx->
ListState
.CurrentList->Flags |= DLIST_DANGLING_REFS;
1132
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
1266
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
1305
* maintained in ctx->
ListState
, active when the list is known or
1810
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
1840
if (ctx->
ListState
.CallDepth == 1)
1903
save->currentsz[i] = &ctx->
ListState
.ActiveAttribSize[j];
1904
save->current[i] = (fi_type *) ctx->
ListState
.CurrentAttrib[j];
1910
save->currentsz[i] = &ctx->
ListState
.ActiveMaterialSize[j];
1911
save->current[i] = (fi_type *) ctx->
ListState
.CurrentMaterial[j]
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c
1438
&& ctx->
ListState
.CurrentPos % 2 == 0) {
1449
if (ctx->
ListState
.CurrentPos + nopNode + numNodes + contNodes
1453
n = ctx->
ListState
.CurrentBlock + ctx->
ListState
.CurrentPos;
1465
ctx->
ListState
.CurrentBlock = newblock;
1466
ctx->
ListState
.CurrentPos = 0;
1478
n = ctx->
ListState
.CurrentBlock + ctx->
ListState
.CurrentPos;
1480
assert(ctx->
ListState
.CurrentPos % 2 == 0); /* even value */
1487
ctx->
ListState
.CurrentPos += nopNode + numNodes
[
all
...]
vtxfmt.c
263
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
get.c
807
ctx->
ListState
.CurrentList ? ctx->
ListState
.CurrentList->Name : 0;
mtypes.h
4868
struct gl_dlist_state
ListState
;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
dlist.c
1571
&& ctx->
ListState
.CurrentPos % 2 == 0) {
1582
if (ctx->
ListState
.CurrentPos + nopNode + numNodes + contNodes
1586
n = ctx->
ListState
.CurrentBlock + ctx->
ListState
.CurrentPos;
1598
ctx->
ListState
.CurrentBlock = newblock;
1599
ctx->
ListState
.CurrentPos = 0;
1611
n = ctx->
ListState
.CurrentBlock + ctx->
ListState
.CurrentPos;
1613
assert(ctx->
ListState
.CurrentPos % 2 == 0); /* even value */
1621
ctx->
ListState
.CurrentPos += nopNode + numNodes
[
all
...]
vtxfmt.c
522
_mesa_install_save_vtxfmt(ctx, &ctx->
ListState
.ListVtxfmt);
get.c
858
ctx->
ListState
.CurrentList ? ctx->
ListState
.CurrentList->Name : 0;
mtypes.h
5284
struct gl_dlist_state
ListState
;
Completed in 45 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026