Searched refs:_vbo_current_attrib (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | arrayobj.h | 305 return _vbo_current_attrib(ctx, attr); 329 return _vbo_current_attrib(ctx, attr); 347 *attrib = _vbo_current_attrib(ctx, attr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo.h | 110 _vbo_current_attrib(const struct gl_context *ctx, gl_vert_attrib attr);
|
| H A D | vbo_context.c | 219 _vbo_current_attrib(const struct gl_context *ctx, gl_vert_attrib attr) function in typeref:typename:const struct gl_array_attributes *
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | arrayobj.h | 323 return _vbo_current_attrib(ctx, attr); 333 return &_vbo_current_attrib(ctx, attr)->Format;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_context.c | 215 _vbo_current_attrib(const struct gl_context *ctx, gl_vert_attrib attr) function in typeref:typename:const struct gl_array_attributes *
|
| H A D | vbo.h | 245 _vbo_current_attrib(const struct gl_context *ctx, gl_vert_attrib attr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_draw.c | 596 input->VertexAttrib = _vbo_current_attrib(ctx, attr);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_draw.c | 595 input->VertexAttrib = _vbo_current_attrib(ctx, attr);
|
Completed in 13 milliseconds