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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
feedback.c 260 write_record( ctx, ctx->Select.NameStack[i] );
328 ctx->Select.NameStack[ctx->Select.NameStackDepth-1] = name;
331 ctx->Select.NameStack[MAX_NAME_STACK_DEPTH-1] = name;
365 ctx->Select.NameStack[ctx->Select.NameStackDepth++] = name;
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
feedback.c 260 write_record( ctx, ctx->Select.NameStack[i] );
328 ctx->Select.NameStack[ctx->Select.NameStackDepth-1] = name;
331 ctx->Select.NameStack[MAX_NAME_STACK_DEPTH-1] = name;
365 ctx->Select.NameStack[ctx->Select.NameStackDepth++] = name;
mtypes.h     [all...]

Completed in 96 milliseconds