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

  /external/mesa3d/src/mesa/main/
config.h 77 #define MAX_NAME_STACK_DEPTH 64
feedback.c 327 if (ctx->Select.NameStackDepth < MAX_NAME_STACK_DEPTH) {
331 ctx->Select.NameStack[MAX_NAME_STACK_DEPTH-1] = name;
361 if (ctx->Select.NameStackDepth >= MAX_NAME_STACK_DEPTH) {
mtypes.h     [all...]
get.c     [all...]

Completed in 61 milliseconds