Searched refs:VertexAttrib4dvNV (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c480 VertexAttrib4dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
534 (attrib_func) VertexAttrib4dvNV
581 (attrib_func) VertexAttrib4dvNV
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c487 VertexAttrib4dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
541 (attrib_func) VertexAttrib4dvNV
588 (attrib_func) VertexAttrib4dvNV
H A Dvtxfmt.c430 SET_VertexAttrib4dvNV(tab, vfmt->VertexAttrib4dvNV);
H A Ddd.h1790 void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble *v);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_init_tmp.h394 vfmt->VertexAttrib4dvNV = NAME(VertexAttrib4dvNV);
H A Dvbo_attrib_tmp.h2817 TAG(VertexAttrib4dvNV)(GLuint index, const GLdouble *v)
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1366 { "glVertexAttrib4dvNV", _O(VertexAttrib4dvNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1366 { "glVertexAttrib4dvNV", _O(VertexAttrib4dvNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4919 PFNGLVERTEXATTRIB4DVNVPROC VertexAttrib4dvNV = local in function:__glXDisp_VertexAttrib4dvNV
4928 VertexAttrib4dvNV(*(GLuint *) (pc + 0), (const GLdouble *) (pc + 4));
H A Dindirect_dispatch_swap.c5433 PFNGLVERTEXATTRIB4DVNVPROC VertexAttrib4dvNV = local in function:__glXDispSwap_VertexAttrib4dvNV
5442 VertexAttrib4dvNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6878 if(!disp->VertexAttrib4dvNV) {
6880 procp = (void **) &disp->VertexAttrib4dvNV;
H A Dglapitable.h739 void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 696 */
H A Ddispatch.h2151 #define CALL_VertexAttrib4dvNV(disp, parameters) (*((disp)->VertexAttrib4dvNV)) parameters
2152 #define GET_VertexAttrib4dvNV(disp) ((disp)->VertexAttrib4dvNV)
2153 #define SET_VertexAttrib4dvNV(disp, fn) ((disp)->VertexAttrib4dvNV = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2524 #define glVertexAttrib4dvNV MANGLE(VertexAttrib4dvNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20736 vectorequiv VertexAttrib4dvNV
20740 VertexAttrib4dvNV(index, v)

Completed in 84 milliseconds