Searched defs:gl_dlist_state (Results 1 – 1 of 1) sorted by relevance
2914 struct gl_dlist_state struct2916 struct gl_display_list *CurrentList; /**< List currently being compiled */2917 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */2918 GLuint CurrentPos; /**< Index into current block of nodes */2919 GLuint CallDepth; /**< Current recursion calling depth */2920 GLuint LastInstSize; /**< Size of the last node. */2922 GLubyte ActiveAttribSize[VERT_ATTRIB_MAX];2923 uint32_t CurrentAttrib[VERT_ATTRIB_MAX][8];2925 GLubyte ActiveMaterialSize[MAT_ATTRIB_MAX];2926 GLfloat CurrentMaterial[MAT_ATTRIB_MAX][4];[all …]