Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c112 _mesa_bind_vertex_buffer(ctx, vao, 0, exec->vtx.bufferobj, buffer_offset, in vbo_exec_bind_arrays()
Dvbo_save_api.c445 _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride, false, in update_vao()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c358 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(0), in _mesa_meta_setup_vertex_objects()
368 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(1), in _mesa_meta_setup_vertex_objects()
379 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS, in _mesa_meta_setup_vertex_objects()
389 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(0), in _mesa_meta_setup_vertex_objects()
401 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_COLOR0, in _mesa_meta_setup_vertex_objects()
3332 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS, in _mesa_meta_DrawTex()
3344 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(i), in _mesa_meta_DrawTex()
/external/mesa3d/src/mesa/main/
Dvarray.c197 _mesa_bind_vertex_buffer(struct gl_context *ctx, in _mesa_bind_vertex_buffer() function
915 _mesa_bind_vertex_buffer(ctx, vao, attrib, in update_array()
2943 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(bindingIndex), in vertex_array_vertex_buffer()
3108 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i), in vertex_array_vertex_buffers()
3186 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i), in vertex_array_vertex_buffers()
3271 _mesa_bind_vertex_buffer(ctx, vao, i, NULL, in _mesa_InternalBindVertexBuffers()
3284 _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.c1147 _mesa_bind_vertex_buffer(ctx, vao, index, NULL, in unbind()
/external/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