Searched refs:CALL_VertexAttrib2fARB (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 608 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); 614 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1])); 663 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, 671 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, 729 CALL_VertexAttrib2fARB(GET_DISPATCH(), 737 CALL_VertexAttrib2fARB(GET_DISPATCH(), 794 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, USHORT_TO_FLOAT(v[0]), 801 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, (GLfloat)v[0], 852 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, INT_TO_FLOAT(v[0]), 859 CALL_VertexAttrib2fARB(GET_DISPATC [all...] |
| H A D | api_loopback.c | 77 #define ATTRIB2ARB(index,x,y) CALL_VertexAttrib2fARB(GET_DISPATCH(), (index,x,y))
|
| H A D | dlist.c | 5847 CALL_VertexAttrib2fARB(ctx->Exec, (attr, x, y));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 615 CALL_VertexAttrib2fARB(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); 621 CALL_VertexAttrib2fARB(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); 670 CALL_VertexAttrib2fARB(get_dispatch(), (index, 678 CALL_VertexAttrib2fARB(get_dispatch(), (index, 736 CALL_VertexAttrib2fARB(get_dispatch(), 744 CALL_VertexAttrib2fARB(get_dispatch(), 801 CALL_VertexAttrib2fARB(get_dispatch(), (index, USHORT_TO_FLOAT(v[0]), 808 CALL_VertexAttrib2fARB(get_dispatch(), (index, (GLfloat)v[0], 859 CALL_VertexAttrib2fARB(get_dispatch(), (index, INT_TO_FLOAT(v[0]), 866 CALL_VertexAttrib2fARB(get_dispatc [all...] |
| H A D | dlist.c | 6250 CALL_VertexAttrib2fARB(ctx->Exec, (attr, uif(x), uif(y)));
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | dispatch.h | 1473 #define CALL_VertexAttrib2fARB(disp, parameters) (*((disp)->VertexAttrib2fARB)) parameters macro 2928 #define CALL_VertexAttrib2fARB(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLuint, GLfloat, GLfloat)), driDispatchRemapTable[VertexAttrib2fARB_remap_index], parameters) macro
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated3.c | 235 CALL_VertexAttrib2fARB(ctx->CurrentServerDispatch, (index, x, y));
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 9575 #define CALL_VertexAttrib2fARB(disp, parameters) \ macro
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 10048 #define CALL_VertexAttrib2fARB(disp, parameters) \ macro [all...] |
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | marshal_generated.c | 15979 CALL_VertexAttrib2fARB(ctx->CurrentServerDispatch, (index, x, y)); 15999 CALL_VertexAttrib2fARB(ctx->CurrentServerDispatch, (index, x, y)); [all...] |
Completed in 300 milliseconds