Searched refs:_mesa_bind_vertex_buffer (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec_draw.c | 116 _mesa_bind_vertex_buffer(ctx, vao, 0, exec->vtx.bufferobj, buffer_offset, in vbo_exec_bind_arrays()
|
D | vbo_save_api.c | 376 _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride, false, in update_vao()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 359 _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/ |
D | varray.c | 198 _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()
|
D | varray.h | 121 _mesa_bind_vertex_buffer(struct gl_context *ctx,
|
D | bufferobj.c | 1274 _mesa_bind_vertex_buffer(ctx, vao, index, NULL, in unbind()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3161 - mesa: add offset_is_int32 param into \_mesa_bind_vertex_buffer for 3163 - mesa: extend \_mesa_bind_vertex_buffer to take ownership of the
|