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

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_init_tmp.h393 vfmt->VertexAttrib4svNV = NAME(VertexAttrib4svNV);
H A Dvbo_attrib_tmp.h2809 TAG(VertexAttrib4svNV)(GLuint index, const GLshort *v)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c251 VertexAttrib4svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
529 (attrib_func) VertexAttrib4svNV,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c258 VertexAttrib4svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
536 (attrib_func) VertexAttrib4svNV,
H A Dvtxfmt.c429 SET_VertexAttrib4svNV(tab, vfmt->VertexAttrib4svNV);
H A Ddd.h1789 void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort *v);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1370 { "glVertexAttrib4svNV", _O(VertexAttrib4svNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1370 { "glVertexAttrib4svNV", _O(VertexAttrib4svNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4942 PFNGLVERTEXATTRIB4SVNVPROC VertexAttrib4svNV = local in function:__glXDisp_VertexAttrib4svNV
4944 VertexAttrib4svNV(*(GLuint *) (pc + 0), (const GLshort *) (pc + 4));
H A Dindirect_dispatch_swap.c5460 PFNGLVERTEXATTRIB4SVNVPROC VertexAttrib4svNV = local in function:__glXDispSwap_VertexAttrib4svNV
5462 VertexAttrib4svNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6906 if(!disp->VertexAttrib4svNV) {
6908 procp = (void **) &disp->VertexAttrib4svNV;
H A Dglapitable.h743 void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 700 */
H A Ddispatch.h2163 #define CALL_VertexAttrib4svNV(disp, parameters) (*((disp)->VertexAttrib4svNV)) parameters
2164 #define GET_VertexAttrib4svNV(disp) ((disp)->VertexAttrib4svNV)
2165 #define SET_VertexAttrib4svNV(disp, fn) ((disp)->VertexAttrib4svNV = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2554 #define glVertexAttrib4svNV MANGLE(VertexAttrib4svNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20782 vectorequiv VertexAttrib4svNV
20786 VertexAttrib4svNV(index, v)

Completed in 81 milliseconds