Searched refs:_mesa_update_array_format (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | varray.h | 76 _mesa_update_array_format(struct gl_context *ctx,
|
D | varray.c | 647 _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/ |
D | vbo_private.h | 256 _mesa_update_array_format(ctx, vao, attr, size, type, GL_RGBA, in _vbo_set_attrib_format()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_rasterpos.c | 207 _mesa_update_array_format(ctx, rs->VAO, VERT_ATTRIB_POS, 4, GL_FLOAT, in new_draw_rastpos_stage()
|