Searched refs:VertexAttrib3dvNV (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 474 VertexAttrib3dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY 523 (attrib_func) VertexAttrib3dvNV 570 (attrib_func) VertexAttrib3dvNV
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 481 VertexAttrib3dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY 530 (attrib_func) VertexAttrib3dvNV 577 (attrib_func) VertexAttrib3dvNV
|
| H A D | vtxfmt.c | 428 SET_VertexAttrib3dvNV(tab, vfmt->VertexAttrib3dvNV);
|
| H A D | dd.h | 1788 void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble *v);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 392 vfmt->VertexAttrib3dvNV = NAME(VertexAttrib3dvNV);
|
| H A D | vbo_attrib_tmp.h | 2802 TAG(VertexAttrib3dvNV)(GLuint index, const GLdouble *v)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1360 { "glVertexAttrib3dvNV", _O(VertexAttrib3dvNV) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1360 { "glVertexAttrib3dvNV", _O(VertexAttrib3dvNV) },
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 4888 PFNGLVERTEXATTRIB3DVNVPROC VertexAttrib3dvNV = local in function:__glXDisp_VertexAttrib3dvNV 4897 VertexAttrib3dvNV(*(GLuint *) (pc + 0), (const GLdouble *) (pc + 4));
|
| H A D | indirect_dispatch_swap.c | 5396 PFNGLVERTEXATTRIB3DVNVPROC VertexAttrib3dvNV = local in function:__glXDispSwap_VertexAttrib3dvNV 5405 VertexAttrib3dvNV((GLuint) bswap_CARD32(pc + 0),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 6836 if(!disp->VertexAttrib3dvNV) { 6838 procp = (void **) &disp->VertexAttrib3dvNV;
|
| H A D | glapitable.h | 733 void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 690 */
|
| H A D | dispatch.h | 2133 #define CALL_VertexAttrib3dvNV(disp, parameters) (*((disp)->VertexAttrib3dvNV)) parameters 2134 #define GET_VertexAttrib3dvNV(disp) ((disp)->VertexAttrib3dvNV) 2135 #define SET_VertexAttrib3dvNV(disp, fn) ((disp)->VertexAttrib3dvNV = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 2502 #define glVertexAttrib3dvNV MANGLE(VertexAttrib3dvNV)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 20669 vectorequiv VertexAttrib3dvNV 20673 VertexAttrib3dvNV(index, v)
|
Completed in 81 milliseconds