Searched refs:CALL_VertexAttrib3fARB (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 620 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), 628 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2])); 678 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, 686 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, 744 CALL_VertexAttrib3fARB(GET_DISPATCH(), 754 CALL_VertexAttrib3fARB(GET_DISPATCH(), 808 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, USHORT_TO_FLOAT(v[0]), 816 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, (GLfloat)v[0], 866 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, INT_TO_FLOAT(v[0]), 874 CALL_VertexAttrib3fARB(GET_DISPATC [all...] |
| H A D | api_loopback.c | 78 #define ATTRIB3ARB(index,x,y,z) CALL_VertexAttrib3fARB(GET_DISPATCH(), (index,x,y,z))
|
| H A D | dlist.c | 5870 CALL_VertexAttrib3fARB(ctx->Exec, (attr, x, y, z));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 627 CALL_VertexAttrib3fARB(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), 635 CALL_VertexAttrib3fARB(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2])); 685 CALL_VertexAttrib3fARB(get_dispatch(), (index, 693 CALL_VertexAttrib3fARB(get_dispatch(), (index, 751 CALL_VertexAttrib3fARB(get_dispatch(), 761 CALL_VertexAttrib3fARB(get_dispatch(), 815 CALL_VertexAttrib3fARB(get_dispatch(), (index, USHORT_TO_FLOAT(v[0]), 823 CALL_VertexAttrib3fARB(get_dispatch(), (index, (GLfloat)v[0], 873 CALL_VertexAttrib3fARB(get_dispatch(), (index, INT_TO_FLOAT(v[0]), 881 CALL_VertexAttrib3fARB(get_dispatc [all...] |
| H A D | dlist.c | 6248 CALL_VertexAttrib3fARB(ctx->Exec, (attr, uif(x), uif(y), uif(z)));
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | dispatch.h | 1491 #define CALL_VertexAttrib3fARB(disp, parameters) (*((disp)->VertexAttrib3fARB)) parameters macro 2946 #define CALL_VertexAttrib3fARB(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLuint, GLfloat, GLfloat, GLfloat)), driDispatchRemapTable[VertexAttrib3fARB_remap_index], parameters) macro
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated3.c | 423 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z));
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 9597 #define CALL_VertexAttrib3fARB(disp, parameters) \ macro
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 10070 #define CALL_VertexAttrib3fARB(disp, parameters) \ macro [all...] |
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | marshal_generated.c | 16203 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z)); 16224 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z)); [all...] |
Completed in 233 milliseconds