Searched defs:gl_dlist_state (Results 1 – 1 of 1) sorted by relevance
2851 struct gl_dlist_state struct2853 struct gl_display_list *CurrentList; /**< List currently being compiled */2854 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */2855 GLuint CurrentPos; /**< Index into current block of nodes */2856 GLuint CallDepth; /**< Current recursion calling depth */2857 GLuint LastInstSize; /**< Size of the last node. */2859 GLubyte ActiveAttribSize[VERT_ATTRIB_MAX];2860 uint32_t CurrentAttrib[VERT_ATTRIB_MAX][8];2862 GLubyte ActiveMaterialSize[MAT_ATTRIB_MAX];2863 GLfloat CurrentMaterial[MAT_ATTRIB_MAX][4];[all …]