Searched refs:node_attrtype (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save_draw.c144 GLenum node_attrtype[VBO_ATTRIB_MAX]; /* copy of node->attrtype[] */ local
148 memcpy(node_attrtype, node->attrtype, sizeof(node->attrtype));
187 node_attrtype[VERT_ATTRIB_GENERIC0] = node_attrtype[0];
206 arrays[attr].Type = node_attrtype[src];
208 vbo_attrtype_to_integer_flag(node_attrtype[src]);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_draw.c144 GLenum node_attrtype[VBO_ATTRIB_MAX]; /* copy of node->attrtype[] */ local
148 memcpy(node_attrtype, node->attrtype, sizeof(node->attrtype));
187 node_attrtype[VERT_ATTRIB_GENERIC0] = node_attrtype[0];
206 arrays[attr].Type = node_attrtype[src];
208 vbo_attrtype_to_integer_flag(node_attrtype[src]);

Completed in 366 milliseconds