Searched refs:VertexAttrib2svNV (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 389 vfmt->VertexAttrib2svNV = NAME(VertexAttrib2svNV);
|
| H A D | vbo_attrib_tmp.h | 2781 TAG(VertexAttrib2svNV)(GLuint index, const GLshort *v)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 221 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 D | api_arrayelt.c | 228 VertexAttrib2svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY 514 (attrib_func) VertexAttrib2svNV,
|
| H A D | vtxfmt.c | 425 SET_VertexAttrib2svNV(tab, vfmt->VertexAttrib2svNV);
|
| H A D | dd.h | 1785 void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort *v);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1358 { "glVertexAttrib2svNV", _O(VertexAttrib2svNV) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1358 { "glVertexAttrib2svNV", _O(VertexAttrib2svNV) },
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 4880 PFNGLVERTEXATTRIB2SVNVPROC VertexAttrib2svNV = local in function:__glXDisp_VertexAttrib2svNV 4882 VertexAttrib2svNV(*(GLuint *) (pc + 0), (const GLshort *) (pc + 4));
|
| H A D | indirect_dispatch_swap.c | 5386 PFNGLVERTEXATTRIB2SVNVPROC VertexAttrib2svNV = local in function:__glXDispSwap_VertexAttrib2svNV 5388 VertexAttrib2svNV((GLuint) bswap_CARD32(pc + 0),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 6822 if(!disp->VertexAttrib2svNV) { 6824 procp = (void **) &disp->VertexAttrib2svNV;
|
| H A D | glapitable.h | 731 void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 688 */
|
| H A D | dispatch.h | 2127 #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 D | gl_mangle.h | 2496 #define glVertexAttrib2svNV MANGLE(VertexAttrib2svNV)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 20647 vectorequiv VertexAttrib2svNV 20651 VertexAttrib2svNV(index, v)
|
Completed in 84 milliseconds