Searched refs:VertexAttrib1dvARB (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 982 VertexAttrib1dvARB(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY 1202 (attrib_func) VertexAttrib1dvARB 1249 (attrib_func) VertexAttrib1dvARB
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 989 VertexAttrib1dvARB(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY 1209 (attrib_func) VertexAttrib1dvARB 1256 (attrib_func) VertexAttrib1dvARB
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 4134 if(!disp->VertexAttrib1dvARB) { 4136 procp = (void **) &disp->VertexAttrib1dvARB; 4141 if(!disp->VertexAttrib1dvARB) { 4143 procp = (void **) &disp->VertexAttrib1dvARB;
|
| H A D | glapitable.h | 506 void (GLAPIENTRYP VertexAttrib1dvARB)(GLuint index, const GLdouble * v); /* 463 */
|
| H A D | dispatch.h | 1452 #define CALL_VertexAttrib1dvARB(disp, parameters) (*((disp)->VertexAttrib1dvARB)) parameters 1453 #define GET_VertexAttrib1dvARB(disp) ((disp)->VertexAttrib1dvARB) 1454 #define SET_VertexAttrib1dvARB(disp, fn) ((disp)->VertexAttrib1dvARB = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 2460 #define glVertexAttrib1dvARB MANGLE(VertexAttrib1dvARB)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | glapi_mapi_tmp.h | 719 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v); 6213 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v) 12493 ".globl "GLAPI_PREFIX_STR(VertexAttrib1dvARB)"\n" 12494 ".set "GLAPI_PREFIX_STR(VertexAttrib1dvARB)", "GLAPI_PREFIX_STR(VertexAttrib1dv)"\n"
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | glapi_mapi_tmp.h | 718 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v); 6212 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v) 12492 ".globl "GLAPI_PREFIX_STR(VertexAttrib1dvARB)"\n" 12493 ".set "GLAPI_PREFIX_STR(VertexAttrib1dvARB)", "GLAPI_PREFIX_STR(VertexAttrib1dv)"\n"
|
Completed in 89 milliseconds