Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dvarray.h76 _mesa_update_array_format(struct gl_context *ctx,
H A Dvarray.c834 _mesa_update_array_format(struct gl_context *ctx, in _mesa_update_array_format() function
1112 _mesa_update_array_format(ctx, vao, attrib, size, type, format, in update_array()
3662 _mesa_update_array_format(ctx, ctx->Array.VAO, in vertex_attrib_format()
3744 _mesa_update_array_format(ctx, vao, VERT_ATTRIB_GENERIC(attribIndex), size, in vertex_array_attrib_format()
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_private.h257 _mesa_update_array_format(ctx, vao, attr, size, type, GL_RGBA, in _vbo_set_attrib_format()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c209 _mesa_update_array_format(ctx, rs->VAO, VERT_ATTRIB_POS, 4, GL_FLOAT, in new_draw_rastpos_stage()