Searched refs:MatrixStackDepth (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_get.c77 *p = ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex] + 1;
80 *p = ctx->GLThread.MatrixStackDepth[M_MODELVIEW] + 1;
83 *p = ctx->GLThread.MatrixStackDepth[M_PROJECTION] + 1;
86 *p = ctx->GLThread.MatrixStackDepth[M_TEXTURE0 + ctx->GLThread.ActiveTexture] + 1;
H A Dglthread_marshal.h506 ctx->GLThread.MatrixStackDepth[_mesa_get_matrix_index(ctx, matrixMode)]++;
515 ctx->GLThread.MatrixStackDepth[_mesa_get_matrix_index(ctx, matrixMode)]--;
535 ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex]++;
544 ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex]--;
H A Dglthread.h229 int MatrixStackDepth[M_NUM_MATRIX_STACKS]; member in struct:glthread_state

Completed in 4 milliseconds