Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2736 struct gl_matrix_stack struct
2738 GLmatrix *Top; /**< points into Stack */
2739 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */
2740 unsigned StackSize; /**< Number of elements in Stack */
2741 GLuint Depth; /**< 0 <= Depth < MaxDepth */
2742 GLuint MaxDepth; /**< size of Stack[] array */
2743 GLuint DirtyFlag; /**< _NEW_MODELVIEW or _NEW_PROJECTION, for example */
2744 bool ChangedSincePush;