Searched defs:gl_dlist_state (Results 1 – 1 of 1) sorted by relevance
2838 struct gl_dlist_state struct2840 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 …]