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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c634 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 Dapi_loopback.c79 #define ATTRIB4ARB(index,x,y,z,w) CALL_VertexAttrib4fARB(GET_DISPATCH(), (index,x,y,z,w))
H A Ddlist.c5894 CALL_VertexAttrib4fARB(ctx->Exec, (attr, x, y, z, w));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c641 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 Ddlist.c6246 CALL_VertexAttrib4fARB(ctx->Exec, (attr, uif(x), uif(y), uif(z), uif(w)));
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Ddispatch.h1533 #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 Dmarshal_generated3.c861 CALL_VertexAttrib4fARB(ctx->CurrentServerDispatch, (index, x, y, z, w));
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9619 #define CALL_VertexAttrib4fARB(disp, parameters) \ macro
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10092 #define CALL_VertexAttrib4fARB(disp, parameters) \ macro
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c16725 CALL_VertexAttrib4fARB(ctx->CurrentServerDispatch, (index, x, y, z, w));
16747 CALL_VertexAttrib4fARB(ctx->CurrentServerDispatch, (index, x, y, z, w));
[all...]

Completed in 409 milliseconds