Searched refs:CALL_VertexAttrib2fARB (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c608 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 Dapi_loopback.c77 #define ATTRIB2ARB(index,x,y) CALL_VertexAttrib2fARB(GET_DISPATCH(), (index,x,y))
H A Ddlist.c5847 CALL_VertexAttrib2fARB(ctx->Exec, (attr, x, y));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c615 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 Ddlist.c6250 CALL_VertexAttrib2fARB(ctx->Exec, (attr, uif(x), uif(y)));
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Ddispatch.h1473 #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 Dmarshal_generated3.c235 CALL_VertexAttrib2fARB(ctx->CurrentServerDispatch, (index, x, y));
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9575 #define CALL_VertexAttrib2fARB(disp, parameters) \ macro
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10048 #define CALL_VertexAttrib2fARB(disp, parameters) \ macro
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c15979 CALL_VertexAttrib2fARB(ctx->CurrentServerDispatch, (index, x, y));
15999 CALL_VertexAttrib2fARB(ctx->CurrentServerDispatch, (index, x, y));
[all...]

Completed in 300 milliseconds