Searched refs:VertexAttribs4dvNV (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 407 vfmt->VertexAttribs4dvNV = NAME(VertexAttribs4dvNV);
|
| H A D | vbo_attrib_tmp.h | 2943 TAG(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | vtxfmt.c | 443 SET_VertexAttribs4dvNV(tab, vfmt->VertexAttribs4dvNV);
|
| H A D | dd.h | 1803 void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1383 { "glVertexAttribs4dvNV", _O(VertexAttribs4dvNV) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1383 { "glVertexAttribs4dvNV", _O(VertexAttribs4dvNV) },
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 5075 PFNGLVERTEXATTRIBS4DVNVPROC VertexAttribs4dvNV = local in function:__glXDisp_VertexAttribs4dvNV 5088 VertexAttribs4dvNV(*(GLuint *) (pc + 0), n, (const GLdouble *) (pc + 8));
|
| H A D | indirect_dispatch_swap.c | 5623 PFNGLVERTEXATTRIBS4DVNVPROC VertexAttribs4dvNV = local in function:__glXDispSwap_VertexAttribs4dvNV 5636 VertexAttribs4dvNV((GLuint) bswap_CARD32(pc + 0),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 6997 if(!disp->VertexAttribs4dvNV) { 6999 procp = (void **) &disp->VertexAttribs4dvNV;
|
| H A D | glapitable.h | 756 void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 713 */
|
| H A D | dispatch.h | 2202 #define CALL_VertexAttribs4dvNV(disp, parameters) (*((disp)->VertexAttribs4dvNV)) parameters 2203 #define GET_VertexAttribs4dvNV(disp) ((disp)->VertexAttribs4dvNV) 2204 #define SET_VertexAttribs4dvNV(disp, fn) ((disp)->VertexAttribs4dvNV = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 2675 #define glVertexAttribs4dvNV MANGLE(VertexAttribs4dvNV)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 20927 VertexAttribs4dvNV(index, count, v)
|
Completed in 75 milliseconds