Home | History | Annotate | Download | only in main

Lines Matching refs:update_array

123 update_array(struct gl_context *ctx,
287 update_array(ctx, "glVertexPointer", VERT_ATTRIB_POS,
305 update_array(ctx, "glNormalPointer", VERT_ATTRIB_NORMAL,
326 update_array(ctx, "glColorPointer", VERT_ATTRIB_COLOR0,
339 update_array(ctx, "glFogCoordPointer", VERT_ATTRIB_FOG,
353 update_array(ctx, "glIndexPointer", VERT_ATTRIB_COLOR_INDEX,
372 update_array(ctx, "glSecondaryColorPointer", VERT_ATTRIB_COLOR1,
393 update_array(ctx, "glTexCoordPointer", VERT_ATTRIB_TEX(unit),
409 update_array(ctx, "glEdgeFlagPointer", VERT_ATTRIB_EDGEFLAG,
428 update_array(ctx, "glPointSizePointer", VERT_ATTRIB_POINT_SIZE,
461 update_array(ctx, "glVertexAttribPointerNV", VERT_ATTRIB_GENERIC(index),
494 update_array(ctx, "glVertexAttribPointer", VERT_ATTRIB_GENERIC(index),
524 update_array(ctx, "glVertexAttribIPointer", VERT_ATTRIB_GENERIC(index),