Searched refs:update_array (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | varray.c | 123 update_array(struct gl_context *ctx, in update_array() function 287 update_array(ctx, "glVertexPointer", VERT_ATTRIB_POS, in _mesa_VertexPointer() 305 update_array(ctx, "glNormalPointer", VERT_ATTRIB_NORMAL, in _mesa_NormalPointer() 326 update_array(ctx, "glColorPointer", VERT_ATTRIB_COLOR0, in _mesa_ColorPointer() 339 update_array(ctx, "glFogCoordPointer", VERT_ATTRIB_FOG, in _mesa_FogCoordPointerEXT() 353 update_array(ctx, "glIndexPointer", VERT_ATTRIB_COLOR_INDEX, in _mesa_IndexPointer() 372 update_array(ctx, "glSecondaryColorPointer", VERT_ATTRIB_COLOR1, in _mesa_SecondaryColorPointerEXT() 393 update_array(ctx, "glTexCoordPointer", VERT_ATTRIB_TEX(unit), in _mesa_TexCoordPointer() 409 update_array(ctx, "glEdgeFlagPointer", VERT_ATTRIB_EDGEFLAG, in _mesa_EdgeFlagPointer() 428 update_array(ctx, "glPointSizePointer", VERT_ATTRIB_POINT_SIZE, in _mesa_PointSizePointer() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.c | 530 static void update_array(struct st_context *st) in update_array() function 588 update_array /* update */
|