OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallDepth
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_save_api.c
1840
if (ctx->ListState.
CallDepth
== 1)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
dlist.c
11284
if (ctx->ListState.
CallDepth
< MAX_LIST_NESTING) {
11285
ctx->ListState.
CallDepth
++;
11287
ctx->ListState.
CallDepth
--;
11291
if (ctx->ListState.
CallDepth
< MAX_LIST_NESTING) {
11292
ctx->ListState.
CallDepth
++;
11296
ctx->ListState.
CallDepth
--;
15150
ctx->ListState.
CallDepth
= 1;
mtypes.h
4728
GLuint
CallDepth
; /**< Current recursion calling depth */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
4514
GLuint
CallDepth
; /**< Current recursion calling depth */
dlist.c
9272
if (ctx->ListState.
CallDepth
== MAX_LIST_NESTING) {
9281
ctx->ListState.
CallDepth
++;
9353
if (ctx->ListState.
CallDepth
< MAX_LIST_NESTING) {
9358
if (ctx->ListState.
CallDepth
< MAX_LIST_NESTING) {
10759
ctx->ListState.
CallDepth
--;
12152
ctx->ListState.
CallDepth
= 0;
Completed in 30 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026