Searched refs:VertexAttrib4svNV (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 393 vfmt->VertexAttrib4svNV = NAME(VertexAttrib4svNV);
|
| H A D | vbo_attrib_tmp.h | 2809 TAG(VertexAttrib4svNV)(GLuint index, const GLshort *v)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_arrayelt.c | 251 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 D | api_arrayelt.c | 258 VertexAttrib4svNV(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY 536 (attrib_func) VertexAttrib4svNV,
|
| H A D | vtxfmt.c | 429 SET_VertexAttrib4svNV(tab, vfmt->VertexAttrib4svNV);
|
| H A D | dd.h | 1789 void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort *v);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1370 { "glVertexAttrib4svNV", _O(VertexAttrib4svNV) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1370 { "glVertexAttrib4svNV", _O(VertexAttrib4svNV) },
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 4942 PFNGLVERTEXATTRIB4SVNVPROC VertexAttrib4svNV = local in function:__glXDisp_VertexAttrib4svNV 4944 VertexAttrib4svNV(*(GLuint *) (pc + 0), (const GLshort *) (pc + 4));
|
| H A D | indirect_dispatch_swap.c | 5460 PFNGLVERTEXATTRIB4SVNVPROC VertexAttrib4svNV = local in function:__glXDispSwap_VertexAttrib4svNV 5462 VertexAttrib4svNV((GLuint) bswap_CARD32(pc + 0),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 6906 if(!disp->VertexAttrib4svNV) { 6908 procp = (void **) &disp->VertexAttrib4svNV;
|
| H A D | glapitable.h | 743 void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 700 */
|
| H A D | dispatch.h | 2163 #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 D | gl_mangle.h | 2554 #define glVertexAttrib4svNV MANGLE(VertexAttrib4svNV)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 20782 vectorequiv VertexAttrib4svNV 20786 VertexAttrib4svNV(index, v)
|
Completed in 81 milliseconds