Searched refs:VertexAttrib1dvNV (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 462 VertexAttrib1dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY 501 (attrib_func) VertexAttrib1dvNV 548 (attrib_func) VertexAttrib1dvNV
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 469 VertexAttrib1dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY 508 (attrib_func) VertexAttrib1dvNV 555 (attrib_func) VertexAttrib1dvNV
|
| H A D | vtxfmt.c | 424 SET_VertexAttrib1dvNV(tab, vfmt->VertexAttrib1dvNV);
|
| H A D | dd.h | 1784 void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble *v);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 388 vfmt->VertexAttrib1dvNV = NAME(VertexAttrib1dvNV);
|
| H A D | vbo_attrib_tmp.h | 2774 TAG(VertexAttrib1dvNV)(GLuint index, const GLdouble *v)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1348 { "glVertexAttrib1dvNV", _O(VertexAttrib1dvNV) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1348 { "glVertexAttrib1dvNV", _O(VertexAttrib1dvNV) },
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 4826 PFNGLVERTEXATTRIB1DVNVPROC VertexAttrib1dvNV = local in function:__glXDisp_VertexAttrib1dvNV 4835 VertexAttrib1dvNV(*(GLuint *) (pc + 0), (const GLdouble *) (pc + 4));
|
| H A D | indirect_dispatch_swap.c | 5322 PFNGLVERTEXATTRIB1DVNVPROC VertexAttrib1dvNV = local in function:__glXDispSwap_VertexAttrib1dvNV 5331 VertexAttrib1dvNV((GLuint) bswap_CARD32(pc + 0),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 6752 if(!disp->VertexAttrib1dvNV) { 6754 procp = (void **) &disp->VertexAttrib1dvNV;
|
| H A D | glapitable.h | 721 void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 678 */
|
| H A D | dispatch.h | 2097 #define CALL_VertexAttrib1dvNV(disp, parameters) (*((disp)->VertexAttrib1dvNV)) parameters 2098 #define GET_VertexAttrib1dvNV(disp) ((disp)->VertexAttrib1dvNV) 2099 #define SET_VertexAttrib1dvNV(disp, fn) ((disp)->VertexAttrib1dvNV = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 2462 #define glVertexAttrib1dvNV MANGLE(VertexAttrib1dvNV)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 20544 vectorequiv VertexAttrib1dvNV 20548 VertexAttrib1dvNV(index, v)
|
Completed in 80 milliseconds