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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c462 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 Dapi_arrayelt.c469 VertexAttrib1dvNV(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
508 (attrib_func) VertexAttrib1dvNV
555 (attrib_func) VertexAttrib1dvNV
H A Dvtxfmt.c424 SET_VertexAttrib1dvNV(tab, vfmt->VertexAttrib1dvNV);
H A Ddd.h1784 void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble *v);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_init_tmp.h388 vfmt->VertexAttrib1dvNV = NAME(VertexAttrib1dvNV);
H A Dvbo_attrib_tmp.h2774 TAG(VertexAttrib1dvNV)(GLuint index, const GLdouble *v)
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1348 { "glVertexAttrib1dvNV", _O(VertexAttrib1dvNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1348 { "glVertexAttrib1dvNV", _O(VertexAttrib1dvNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4826 PFNGLVERTEXATTRIB1DVNVPROC VertexAttrib1dvNV = local in function:__glXDisp_VertexAttrib1dvNV
4835 VertexAttrib1dvNV(*(GLuint *) (pc + 0), (const GLdouble *) (pc + 4));
H A Dindirect_dispatch_swap.c5322 PFNGLVERTEXATTRIB1DVNVPROC VertexAttrib1dvNV = local in function:__glXDispSwap_VertexAttrib1dvNV
5331 VertexAttrib1dvNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6752 if(!disp->VertexAttrib1dvNV) {
6754 procp = (void **) &disp->VertexAttrib1dvNV;
H A Dglapitable.h721 void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 678 */
H A Ddispatch.h2097 #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 Dgl_mangle.h2462 #define glVertexAttrib1dvNV MANGLE(VertexAttrib1dvNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20544 vectorequiv VertexAttrib1dvNV
20548 VertexAttrib1dvNV(index, v)

Completed in 80 milliseconds