Searched refs:CALL_VertexAttrib4fARB (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 634 CALL_VertexAttrib4fARB(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), 643 CALL_VertexAttrib4fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat)v[3])); 695 CALL_VertexAttrib4fARB(GET_DISPATCH(), 706 CALL_VertexAttrib4fARB(GET_DISPATCH(), 762 CALL_VertexAttrib4fARB(GET_DISPATCH(), 773 CALL_VertexAttrib4fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], 823 CALL_VertexAttrib4fARB(GET_DISPATCH(), (index, USHORT_TO_FLOAT(v[0]), 832 CALL_VertexAttrib4fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat)v[3])); 881 CALL_VertexAttrib4fARB(GET_DISPATCH(), (index, INT_TO_FLOAT(v[0]), 890 CALL_VertexAttrib4fARB(GET_DISPATC [all...] |
| H A D | api_loopback.c | 79 #define ATTRIB4ARB(index,x,y,z,w) CALL_VertexAttrib4fARB(GET_DISPATCH(), (index,x,y,z,w))
|
| H A D | dlist.c | 5894 CALL_VertexAttrib4fARB(ctx->Exec, (attr, x, y, z, w));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 641 CALL_VertexAttrib4fARB(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), 650 CALL_VertexAttrib4fARB(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat)v[3])); 702 CALL_VertexAttrib4fARB(get_dispatch(), 713 CALL_VertexAttrib4fARB(get_dispatch(), 769 CALL_VertexAttrib4fARB(get_dispatch(), 780 CALL_VertexAttrib4fARB(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], 830 CALL_VertexAttrib4fARB(get_dispatch(), (index, USHORT_TO_FLOAT(v[0]), 839 CALL_VertexAttrib4fARB(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat)v[3])); 888 CALL_VertexAttrib4fARB(get_dispatch(), (index, INT_TO_FLOAT(v[0]), 897 CALL_VertexAttrib4fARB(get_dispatc [all...] |
| H A D | dlist.c | 6246 CALL_VertexAttrib4fARB(ctx->Exec, (attr, uif(x), uif(y), uif(z), uif(w)));
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | dispatch.h | 1533 #define CALL_VertexAttrib4fARB(disp, parameters) (*((disp)->VertexAttrib4fARB)) parameters macro 2988 #define CALL_VertexAttrib4fARB(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLuint, GLfloat, GLfloat, GLfloat, GLfloat)), driDispatchRemapTable[VertexAttrib4fARB_remap_index], parameters) macro
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated3.c | 861 CALL_VertexAttrib4fARB(ctx->CurrentServerDispatch, (index, x, y, z, w));
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 9619 #define CALL_VertexAttrib4fARB(disp, parameters) \ macro
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 10092 #define CALL_VertexAttrib4fARB(disp, parameters) \ macro [all...] |
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | marshal_generated.c | 16725 CALL_VertexAttrib4fARB(ctx->CurrentServerDispatch, (index, x, y, z, w)); 16747 CALL_VertexAttrib4fARB(ctx->CurrentServerDispatch, (index, x, y, z, w)); [all...] |
Completed in 409 milliseconds