Searched refs:VertexAttrib1svNV (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 387 vfmt->VertexAttrib1svNV = NAME(VertexAttrib1svNV);
|
| H A D | vbo_attrib_tmp.h | 2767 TAG(VertexAttrib1svNV)(GLuint index, const GLshort *v)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 208 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 D | api_arrayelt.c | 215 VertexAttrib1svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY 503 (attrib_func) VertexAttrib1svNV,
|
| H A D | vtxfmt.c | 423 SET_VertexAttrib1svNV(tab, vfmt->VertexAttrib1svNV);
|
| H A D | dd.h | 1783 void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort *v);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1352 { "glVertexAttrib1svNV", _O(VertexAttrib1svNV) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1352 { "glVertexAttrib1svNV", _O(VertexAttrib1svNV) },
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 4849 PFNGLVERTEXATTRIB1SVNVPROC VertexAttrib1svNV = local in function:__glXDisp_VertexAttrib1svNV 4851 VertexAttrib1svNV(*(GLuint *) (pc + 0), (const GLshort *) (pc + 4));
|
| H A D | indirect_dispatch_swap.c | 5349 PFNGLVERTEXATTRIB1SVNVPROC VertexAttrib1svNV = local in function:__glXDispSwap_VertexAttrib1svNV 5351 VertexAttrib1svNV((GLuint) bswap_CARD32(pc + 0),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 6780 if(!disp->VertexAttrib1svNV) { 6782 procp = (void **) &disp->VertexAttrib1svNV;
|
| H A D | glapitable.h | 725 void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 682 */
|
| H A D | dispatch.h | 2109 #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 D | gl_mangle.h | 2476 #define glVertexAttrib1svNV MANGLE(VertexAttrib1svNV)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 20584 vectorequiv VertexAttrib1svNV 20588 VertexAttrib1svNV(index, v)
|
Completed in 89 milliseconds