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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c620 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 Dapi_loopback.c78 #define ATTRIB3ARB(index,x,y,z) CALL_VertexAttrib3fARB(GET_DISPATCH(), (index,x,y,z))
H A Ddlist.c5870 CALL_VertexAttrib3fARB(ctx->Exec, (attr, x, y, z));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c627 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 Ddlist.c6248 CALL_VertexAttrib3fARB(ctx->Exec, (attr, uif(x), uif(y), uif(z)));
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Ddispatch.h1491 #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 Dmarshal_generated3.c423 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z));
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9597 #define CALL_VertexAttrib3fARB(disp, parameters) \ macro
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10070 #define CALL_VertexAttrib3fARB(disp, parameters) \ macro
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c16203 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z));
16224 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z));
[all...]

Completed in 233 milliseconds