Searched refs:VertexAttrib2dvARB (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 988 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 D | api_arrayelt.c | 995 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 D | glapi_gentable.c | 4218 if(!disp->VertexAttrib2dvARB) { 4220 procp = (void **) &disp->VertexAttrib2dvARB; 4225 if(!disp->VertexAttrib2dvARB) { 4227 procp = (void **) &disp->VertexAttrib2dvARB;
|
| H A D | glapitable.h | 512 void (GLAPIENTRYP VertexAttrib2dvARB)(GLuint index, const GLdouble * v); /* 469 */
|
| H A D | dispatch.h | 1470 #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 D | gl_mangle.h | 2480 #define glVertexAttrib2dvARB MANGLE(VertexAttrib2dvARB)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | glapi_mapi_tmp.h | 727 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 D | glapi_mapi_tmp.h | 726 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