Home
last modified time | relevance | path

Searched refs:MAX_PROJECTION_STACK_DEPTH (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dconfig.h44 #define MAX_PROJECTION_STACK_DEPTH 32 macro
Dmatrix.c720 init_matrix_stack(&ctx->ProjectionMatrixStack, MAX_PROJECTION_STACK_DEPTH, in _mesa_init_matrix()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h75 MAX_PROJECTION_STACK_DEPTH = 2, enumerator
DContext.cpp43 projectionStack(MAX_PROJECTION_STACK_DEPTH), in Context()
1386 …case GL_MAX_PROJECTION_STACK_DEPTH: *params = MAX_PROJECTION_STACK_DEPTH; … in getIntegerv()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h140 { GL_MAX_PROJECTION_STACK_DEPTH, CONST(MAX_PROJECTION_STACK_DEPTH), NO_EXTRA },