Home
last modified time | relevance | path

Searched defs:gl_matrix_stack (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h4270 struct gl_matrix_stack struct
4272 GLmatrix *Top; /**< points into Stack */
4273 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */
4274 unsigned StackSize; /**< Number of elements in Stack */
4275 GLuint Depth; /**< 0 <= Depth < MaxDepth */
4276 GLuint MaxDepth; /**< size of Stack[] array */
4277 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */