Searched refs:ListCallDepth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.h159 unsigned ListCallDepth; member in struct:glthread_state
H A Ddlist.c15051 if (ctx->GLThread.ListCallDepth < MAX_LIST_NESTING) {
15052 ctx->GLThread.ListCallDepth++;
15054 ctx->GLThread.ListCallDepth--;
15058 if (ctx->GLThread.ListCallDepth < MAX_LIST_NESTING) {
15059 ctx->GLThread.ListCallDepth++;
15061 ctx->GLThread.ListCallDepth--;
15101 ctx->GLThread.ListCallDepth--;

Completed in 20 milliseconds