Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2838 struct gl_dlist_state struct
2840 struct gl_display_list *CurrentList; /**< List currently being compiled */
2841 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */
2842 GLuint CurrentPos; /**< Index into current block of nodes */
2843 GLuint CallDepth; /**< Current recursion calling depth */
2844 GLuint LastInstSize; /**< Size of the last node. */
2846 GLubyte ActiveAttribSize[VERT_ATTRIB_MAX];
2847 uint32_t CurrentAttrib[VERT_ATTRIB_MAX][8];
2849 GLubyte ActiveMaterialSize[MAT_ATTRIB_MAX];
2850 GLfloat CurrentMaterial[MAT_ATTRIB_MAX][4];
[all …]