Searched refs:_mesa_bind_vertex_buffer (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_draw.c116 _mesa_bind_vertex_buffer(ctx, vao, 0, exec->vtx.bufferobj, buffer_offset,
H A Dvbo_save_api.c377 _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride, false,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dvarray.h108 _mesa_bind_vertex_buffer(struct gl_context *ctx,
H A Dvarray.c191 _mesa_bind_vertex_buffer(struct gl_context *ctx, function in typeref:typename:void
618 _mesa_bind_vertex_buffer(ctx, vao, attrib,
2042 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(bindingIndex),
2194 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i),
2268 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i),
H A Dbufferobj.c1174 _mesa_bind_vertex_buffer(ctx, vao, index, ctx->Shared->NullBufferObj,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_exec_draw.c199 _mesa_bind_vertex_buffer(ctx, vao, 0, exec->vtx.bufferobj, buffer_offset,
H A Dvbo_save_api.c501 _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c354 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(0),
363 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(1),
373 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS,
382 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(0),
393 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_COLOR0,
3366 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS,
3377 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(i),
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dvarray.c198 _mesa_bind_vertex_buffer(struct gl_context *ctx, function in typeref:typename:void
922 _mesa_bind_vertex_buffer(ctx, vao, attrib,
2957 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(bindingIndex),
3122 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i),
3201 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i),
3287 _mesa_bind_vertex_buffer(ctx, vao, i, NULL,
3299 /* The buffer reference is passed to _mesa_bind_vertex_buffer. */
3300 _mesa_bind_vertex_buffer(ctx, vao, i, buf, buffers[param_index].offset,
H A Dvarray.h121 _mesa_bind_vertex_buffer(struct gl_context *ctx,
H A Dbufferobj.c1274 _mesa_bind_vertex_buffer(ctx, vao, index, NULL,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c359 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(0),
369 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(1),
380 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS,
390 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(0),
402 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_COLOR0,
3334 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS,
3346 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(i),
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A 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

Completed in 45 milliseconds