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

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_init_tmp.h389 vfmt->VertexAttrib2svNV = NAME(VertexAttrib2svNV);
H A Dvbo_attrib_tmp.h2781 TAG(VertexAttrib2svNV)(GLuint index, const GLshort *v)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c221 VertexAttrib2svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
507 (attrib_func) VertexAttrib2svNV,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c228 VertexAttrib2svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
514 (attrib_func) VertexAttrib2svNV,
H A Dvtxfmt.c425 SET_VertexAttrib2svNV(tab, vfmt->VertexAttrib2svNV);
H A Ddd.h1785 void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort *v);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1358 { "glVertexAttrib2svNV", _O(VertexAttrib2svNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1358 { "glVertexAttrib2svNV", _O(VertexAttrib2svNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4880 PFNGLVERTEXATTRIB2SVNVPROC VertexAttrib2svNV = local in function:__glXDisp_VertexAttrib2svNV
4882 VertexAttrib2svNV(*(GLuint *) (pc + 0), (const GLshort *) (pc + 4));
H A Dindirect_dispatch_swap.c5386 PFNGLVERTEXATTRIB2SVNVPROC VertexAttrib2svNV = local in function:__glXDispSwap_VertexAttrib2svNV
5388 VertexAttrib2svNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6822 if(!disp->VertexAttrib2svNV) {
6824 procp = (void **) &disp->VertexAttrib2svNV;
H A Dglapitable.h731 void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 688 */
H A Ddispatch.h2127 #define CALL_VertexAttrib2svNV(disp, parameters) (*((disp)->VertexAttrib2svNV)) parameters
2128 #define GET_VertexAttrib2svNV(disp) ((disp)->VertexAttrib2svNV)
2129 #define SET_VertexAttrib2svNV(disp, fn) ((disp)->VertexAttrib2svNV = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2496 #define glVertexAttrib2svNV MANGLE(VertexAttrib2svNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20647 vectorequiv VertexAttrib2svNV
20651 VertexAttrib2svNV(index, v)

Completed in 84 milliseconds