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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c474 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 Dapi_arrayelt.c481 VertexAttrib3dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
530 (attrib_func) VertexAttrib3dvNV
577 (attrib_func) VertexAttrib3dvNV
H A Dvtxfmt.c428 SET_VertexAttrib3dvNV(tab, vfmt->VertexAttrib3dvNV);
H A Ddd.h1788 void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble *v);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_init_tmp.h392 vfmt->VertexAttrib3dvNV = NAME(VertexAttrib3dvNV);
H A Dvbo_attrib_tmp.h2802 TAG(VertexAttrib3dvNV)(GLuint index, const GLdouble *v)
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1360 { "glVertexAttrib3dvNV", _O(VertexAttrib3dvNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1360 { "glVertexAttrib3dvNV", _O(VertexAttrib3dvNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4888 PFNGLVERTEXATTRIB3DVNVPROC VertexAttrib3dvNV = local in function:__glXDisp_VertexAttrib3dvNV
4897 VertexAttrib3dvNV(*(GLuint *) (pc + 0), (const GLdouble *) (pc + 4));
H A Dindirect_dispatch_swap.c5396 PFNGLVERTEXATTRIB3DVNVPROC VertexAttrib3dvNV = local in function:__glXDispSwap_VertexAttrib3dvNV
5405 VertexAttrib3dvNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6836 if(!disp->VertexAttrib3dvNV) {
6838 procp = (void **) &disp->VertexAttrib3dvNV;
H A Dglapitable.h733 void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 690 */
H A Ddispatch.h2133 #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 Dgl_mangle.h2502 #define glVertexAttrib3dvNV MANGLE(VertexAttrib3dvNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20669 vectorequiv VertexAttrib3dvNV
20673 VertexAttrib3dvNV(index, v)

Completed in 81 milliseconds