Searched refs:VertexAttrib2dvARB (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c988 VertexAttrib2dvARB(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
1213 (attrib_func) VertexAttrib2dvARB
1260 (attrib_func) VertexAttrib2dvARB
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c995 VertexAttrib2dvARB(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
1220 (attrib_func) VertexAttrib2dvARB
1267 (attrib_func) VertexAttrib2dvARB
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c4218 if(!disp->VertexAttrib2dvARB) {
4220 procp = (void **) &disp->VertexAttrib2dvARB;
4225 if(!disp->VertexAttrib2dvARB) {
4227 procp = (void **) &disp->VertexAttrib2dvARB;
H A Dglapitable.h512 void (GLAPIENTRYP VertexAttrib2dvARB)(GLuint index, const GLdouble * v); /* 469 */
H A Ddispatch.h1470 #define CALL_VertexAttrib2dvARB(disp, parameters) (*((disp)->VertexAttrib2dvARB)) parameters
1471 #define GET_VertexAttrib2dvARB(disp) ((disp)->VertexAttrib2dvARB)
1472 #define SET_VertexAttrib2dvARB(disp, fn) ((disp)->VertexAttrib2dvARB = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2480 #define glVertexAttrib2dvARB MANGLE(VertexAttrib2dvARB)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h727 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v);
6269 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v)
12517 ".globl "GLAPI_PREFIX_STR(VertexAttrib2dvARB)"\n"
12518 ".set "GLAPI_PREFIX_STR(VertexAttrib2dvARB)", "GLAPI_PREFIX_STR(VertexAttrib2dv)"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h726 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v);
6268 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v)
12516 ".globl "GLAPI_PREFIX_STR(VertexAttrib2dvARB)"\n"
12517 ".set "GLAPI_PREFIX_STR(VertexAttrib2dvARB)", "GLAPI_PREFIX_STR(VertexAttrib2dv)"\n"

Completed in 85 milliseconds