Searched refs:NameStackDepth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfeedback.c256 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...]
H A Dmtypes.h1673 GLuint NameStackDepth; /**< name stack depth */ member in struct:gl_selection
H A Dget.c903 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },
/external/mesa3d/src/mesa/main/
H A Dfeedback.c256 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...]
H A Dmtypes.h1673 GLuint NameStackDepth; /**< name stack depth */ member in struct:gl_selection
H A Dget.c903 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },

Completed in 1149 milliseconds