Home
last modified time | relevance | path

Searched refs:MAX_LIST_NESTING (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dconfig.h56 #define MAX_LIST_NESTING 64 macro
Ddlist.c8024 if (ctx->ListState.CallDepth == MAX_LIST_NESTING) { in execute_list()
8105 if (ctx->ListState.CallDepth < MAX_LIST_NESTING) { in execute_list()
8110 if (ctx->ListState.CallDepth < MAX_LIST_NESTING) { in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h479 { GL_MAX_LIST_NESTING, CONST(MAX_LIST_NESTING), NO_EXTRA },