OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClientAttribStackDepth
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
attrib.c
1479
if (ctx->
ClientAttribStackDepth
>= MAX_CLIENT_ATTRIB_STACK_DEPTH) {
1484
head = &ctx->ClientAttribStack[ctx->
ClientAttribStackDepth
];
1499
ctx->
ClientAttribStackDepth
++;
1510
if (ctx->
ClientAttribStackDepth
== 0) {
1515
ctx->
ClientAttribStackDepth
--;
1516
head = &ctx->ClientAttribStack[ctx->
ClientAttribStackDepth
];
1644
ctx->
ClientAttribStackDepth
= 0;
mtypes.h
5333
GLuint
ClientAttribStackDepth
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c
1727
if (ctx->
ClientAttribStackDepth
>= MAX_CLIENT_ATTRIB_STACK_DEPTH) {
1797
ctx->ClientAttribStack[ctx->
ClientAttribStackDepth
] = head;
1798
ctx->
ClientAttribStackDepth
++;
1811
if (ctx->
ClientAttribStackDepth
== 0) {
1816
ctx->
ClientAttribStackDepth
--;
1817
node = ctx->ClientAttribStack[ctx->
ClientAttribStackDepth
];
1898
ctx->
ClientAttribStackDepth
= 0;
mtypes.h
4917
GLuint
ClientAttribStackDepth
;
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
446
{ GL_CLIENT_ATTRIB_STACK_DEPTH, CONTEXT_INT(
ClientAttribStackDepth
), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
438
{ GL_CLIENT_ATTRIB_STACK_DEPTH, CONTEXT_INT(
ClientAttribStackDepth
), NO_EXTRA },
Completed in 17 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026