Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvarray.c163 _mesa_bind_vertex_buffer(struct gl_context *ctx, in _mesa_bind_vertex_buffer() function
575 _mesa_bind_vertex_buffer(ctx, vao, attrib, in update_array()
2067 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(bindingIndex), in vertex_array_vertex_buffer()
2219 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i), in vertex_array_vertex_buffers()
2293 _mesa_bind_vertex_buffer(ctx, vao, VERT_ATTRIB_GENERIC(first + i), in vertex_array_vertex_buffers()
Dvarray.h95 _mesa_bind_vertex_buffer(struct gl_context *ctx,
Dbufferobj.c1178 _mesa_bind_vertex_buffer(ctx, vao, index, ctx->Shared->NullBufferObj, in unbind()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c350 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(0), in _mesa_meta_setup_vertex_objects()
359 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_GENERIC(1), in _mesa_meta_setup_vertex_objects()
369 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS, in _mesa_meta_setup_vertex_objects()
378 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(0), in _mesa_meta_setup_vertex_objects()
388 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_COLOR0, in _mesa_meta_setup_vertex_objects()
3353 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_POS, in _mesa_meta_DrawTex()
3364 _mesa_bind_vertex_buffer(ctx, array_obj, VERT_ATTRIB_TEX(i), in _mesa_meta_DrawTex()