Searched refs:VertexAttrib4bvARB (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 641 VertexAttrib4bvARB(GLuint index, const GLbyte *v) function in typeref:typename:void GLAPIENTRY 1228 (attrib_func) VertexAttrib4bvARB,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 648 VertexAttrib4bvARB(GLuint index, const GLbyte *v) function in typeref:typename:void GLAPIENTRY 1235 (attrib_func) VertexAttrib4bvARB,
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 4470 if(!disp->VertexAttrib4bvARB) { 4472 procp = (void **) &disp->VertexAttrib4bvARB; 4477 if(!disp->VertexAttrib4bvARB) { 4479 procp = (void **) &disp->VertexAttrib4bvARB;
|
| H A D | glapitable.h | 530 void (GLAPIENTRYP VertexAttrib4bvARB)(GLuint index, const GLbyte * v); /* 487 */
|
| H A D | dispatch.h | 1524 #define CALL_VertexAttrib4bvARB(disp, parameters) (*((disp)->VertexAttrib4bvARB)) parameters 1525 #define GET_VertexAttrib4bvARB(disp) ((disp)->VertexAttrib4bvARB) 1526 #define SET_VertexAttrib4bvARB(disp, fn) ((disp)->VertexAttrib4bvARB = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 2517 #define glVertexAttrib4bvARB MANGLE(VertexAttrib4bvARB)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | glapi_mapi_tmp.h | 755 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v); 6465 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v) 12601 ".globl "GLAPI_PREFIX_STR(VertexAttrib4bvARB)"\n" 12602 ".set "GLAPI_PREFIX_STR(VertexAttrib4bvARB)", "GLAPI_PREFIX_STR(VertexAttrib4bv)"\n"
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | glapi_mapi_tmp.h | 754 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v); 6464 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v) 12600 ".globl "GLAPI_PREFIX_STR(VertexAttrib4bvARB)"\n" 12601 ".set "GLAPI_PREFIX_STR(VertexAttrib4bvARB)", "GLAPI_PREFIX_STR(VertexAttrib4bv)"\n"
|
Completed in 86 milliseconds