Home
last modified time | relevance | path

Searched refs:_mesa_bind_vertex_buffer (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c116 _mesa_bind_vertex_buffer(ctx, vao, 0, exec->vtx.bufferobj, buffer_offset, in vbo_exec_bind_arrays()
Dvbo_save_api.c376 _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride, false, in update_vao()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c359 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(0), in _mesa_meta_setup_vertex_objects()
369 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(1), in _mesa_meta_setup_vertex_objects()
380 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS, in _mesa_meta_setup_vertex_objects()
390 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(0), in _mesa_meta_setup_vertex_objects()
402 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_COLOR0, in _mesa_meta_setup_vertex_objects()
3334 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS, in _mesa_meta_DrawTex()
3346 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(i), in _mesa_meta_DrawTex()
/third_party/mesa3d/src/mesa/main/
Dvarray.c198 _mesa_bind_vertex_buffer(struct gl_context *ctx, in _mesa_bind_vertex_buffer() function
922 _mesa_bind_vertex_buffer(ctx, vao, attrib, in update_array()
2957 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(bindingIndex), in vertex_array_vertex_buffer()
3122 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i), in vertex_array_vertex_buffers()
3201 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i), in vertex_array_vertex_buffers()
3287 _mesa_bind_vertex_buffer(ctx, vao, i, NULL, in _mesa_InternalBindVertexBuffers()
3300 _mesa_bind_vertex_buffer(ctx, vao, i, buf, buffers[param_index].offset, in _mesa_InternalBindVertexBuffers()
Dvarray.h121 _mesa_bind_vertex_buffer(struct gl_context *ctx,
Dbufferobj.c1274 _mesa_bind_vertex_buffer(ctx, vao, index, NULL, in unbind()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3161 - mesa: add offset_is_int32 param into \_mesa_bind_vertex_buffer for
3163 - mesa: extend \_mesa_bind_vertex_buffer to take ownership of the