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

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_init_tmp.h387 vfmt->VertexAttrib1svNV = NAME(VertexAttrib1svNV);
H A Dvbo_attrib_tmp.h2767 TAG(VertexAttrib1svNV)(GLuint index, const GLshort *v)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c208 VertexAttrib1svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
496 (attrib_func) VertexAttrib1svNV,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c215 VertexAttrib1svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
503 (attrib_func) VertexAttrib1svNV,
H A Dvtxfmt.c423 SET_VertexAttrib1svNV(tab, vfmt->VertexAttrib1svNV);
H A Ddd.h1783 void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort *v);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1352 { "glVertexAttrib1svNV", _O(VertexAttrib1svNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1352 { "glVertexAttrib1svNV", _O(VertexAttrib1svNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4849 PFNGLVERTEXATTRIB1SVNVPROC VertexAttrib1svNV = local in function:__glXDisp_VertexAttrib1svNV
4851 VertexAttrib1svNV(*(GLuint *) (pc + 0), (const GLshort *) (pc + 4));
H A Dindirect_dispatch_swap.c5349 PFNGLVERTEXATTRIB1SVNVPROC VertexAttrib1svNV = local in function:__glXDispSwap_VertexAttrib1svNV
5351 VertexAttrib1svNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6780 if(!disp->VertexAttrib1svNV) {
6782 procp = (void **) &disp->VertexAttrib1svNV;
H A Dglapitable.h725 void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 682 */
H A Ddispatch.h2109 #define CALL_VertexAttrib1svNV(disp, parameters) (*((disp)->VertexAttrib1svNV)) parameters
2110 #define GET_VertexAttrib1svNV(disp) ((disp)->VertexAttrib1svNV)
2111 #define SET_VertexAttrib1svNV(disp, fn) ((disp)->VertexAttrib1svNV = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2476 #define glVertexAttrib1svNV MANGLE(VertexAttrib1svNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20584 vectorequiv VertexAttrib1svNV
20588 VertexAttrib1svNV(index, v)

Completed in 89 milliseconds