Home
last modified time | relevance | path

Searched refs:_mesa_update_array_format (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dvarray.h76 _mesa_update_array_format(struct gl_context *ctx,
Dvarray.c647 _mesa_update_array_format(struct gl_context *ctx, in _mesa_update_array_format() function
921 _mesa_update_array_format(ctx, vao, attrib, size, type, format, in update_array()
3427 _mesa_update_array_format(ctx, ctx->Array.VAO, in vertex_attrib_format()
3509 _mesa_update_array_format(ctx, vao, VERT_ATTRIB_GENERIC(attribIndex), size, in vertex_array_attrib_format()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_private.h256 _mesa_update_array_format(ctx, vao, attr, size, type, GL_RGBA, in _vbo_set_attrib_format()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c207 _mesa_update_array_format(ctx, rs->VAO, VERT_ATTRIB_POS, 4, GL_FLOAT, in new_draw_rastpos_stage()