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