HomeSort by relevance Sort by last modified time
    Searched refs:NameStackDepth (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
feedback.c 256 write_record( ctx, ctx->Select.NameStackDepth );
259 for (i = 0; i < ctx->Select.NameStackDepth; i++) {
289 ctx->Select.NameStackDepth = 0;
317 if (ctx->Select.NameStackDepth == 0) {
327 if (ctx->Select.NameStackDepth < MAX_NAME_STACK_DEPTH) {
328 ctx->Select.NameStack[ctx->Select.NameStackDepth-1] = name;
361 if (ctx->Select.NameStackDepth >= MAX_NAME_STACK_DEPTH) {
365 ctx->Select.NameStack[ctx->Select.NameStackDepth++] = name;
392 if (ctx->Select.NameStackDepth == 0) {
396 ctx->Select.NameStackDepth--
    [all...]
mtypes.h     [all...]
get.c     [all...]

Completed in 42 milliseconds