Searched refs:node_attrtype (Results 1 – 1 of 1) sorted by relevance
143 GLenum node_attrtype[VBO_ATTRIB_MAX]; /* copy of node->attrtype[] */ in bind_vertex_list() local147 memcpy(node_attrtype, node->attrtype, sizeof(node->attrtype)); in bind_vertex_list()192 node_attrtype[VERT_ATTRIB_GENERIC0] = node_attrtype[0]; in bind_vertex_list()212 array->Type = node_attrtype[src]; in bind_vertex_list()213 array->Integer = vbo_attrtype_to_integer_flag(node_attrtype[src]); in bind_vertex_list()