Searched refs:VertexAttrib1fvNV (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_loopback.c47 VertexAttrib1fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) function in typeref:typename:void
75 VertexAttrib1fvNV,
H A Dvbo_init_tmp.h148 vfmt->VertexAttrib1fvNV = NAME(VertexAttrib1fvNV);
H A Dvbo_attrib_tmp.h766 TAG(VertexAttrib1fvNV)(GLuint index, const GLfloat * v)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_save_loopback.c47 VertexAttrib1fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) function in typeref:typename:void
75 VertexAttrib1fvNV,
H A Dvbo_noop.c418 vfmt->VertexAttrib1fvNV = _mesa_noop_VertexAttrib1fvNV;
H A Dvbo_exec_api.c1029 vfmt->VertexAttrib1fvNV = vbo_VertexAttrib1fvNV;
H A Dvbo_attrib_tmp.h815 TAG(VertexAttrib1fvNV)(GLuint index, const GLfloat * v)
H A Dvbo_save_api.c1612 vfmt->VertexAttrib1fvNV = _save_VertexAttrib1fvNV;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dvtxfmt.c117 SET_VertexAttrib1fvNV(tab, vfmt->VertexAttrib1fvNV);
H A Dapi_arrayelt.c436 VertexAttrib1fvNV(GLuint index, const GLfloat *v) function in typeref:typename:void GLAPIENTRY
500 (attrib_func) VertexAttrib1fvNV,
547 (attrib_func) VertexAttrib1fvNV,
H A Ddd.h1373 void (GLAPIENTRYP VertexAttrib1fvNV)( GLuint index, const GLfloat *v );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c443 VertexAttrib1fvNV(GLuint index, const GLfloat *v) function in typeref:typename:void GLAPIENTRY
507 (attrib_func) VertexAttrib1fvNV,
554 (attrib_func) VertexAttrib1fvNV,
H A Dvtxfmt.c117 SET_VertexAttrib1fvNV(tab, vfmt->VertexAttrib1fvNV);
H A Ddd.h1473 void (GLAPIENTRYP VertexAttrib1fvNV)( GLuint index, const GLfloat *v );
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1350 { "glVertexAttrib1fvNV", _O(VertexAttrib1fvNV) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1350 { "glVertexAttrib1fvNV", _O(VertexAttrib1fvNV) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c4841 PFNGLVERTEXATTRIB1FVNVPROC VertexAttrib1fvNV = local in function:__glXDisp_VertexAttrib1fvNV
4843 VertexAttrib1fvNV(*(GLuint *) (pc + 0), (const GLfloat *) (pc + 4));
H A Dindirect_dispatch_swap.c5339 PFNGLVERTEXATTRIB1FVNVPROC VertexAttrib1fvNV = local in function:__glXDispSwap_VertexAttrib1fvNV
5341 VertexAttrib1fvNV((GLuint) bswap_CARD32(pc + 0),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c6766 if(!disp->VertexAttrib1fvNV) {
6768 procp = (void **) &disp->VertexAttrib1fvNV;
H A Dglapitable.h723 void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 680 */
H A Ddispatch.h2103 #define CALL_VertexAttrib1fvNV(disp, parameters) (*((disp)->VertexAttrib1fvNV)) parameters
2104 #define GET_VertexAttrib1fvNV(disp) ((disp)->VertexAttrib1fvNV)
2105 #define SET_VertexAttrib1fvNV(disp, fn) ((disp)->VertexAttrib1fvNV = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2468 #define glVertexAttrib1fvNV MANGLE(VertexAttrib1fvNV)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20564 vectorequiv VertexAttrib1fvNV
20568 VertexAttrib1fvNV(index, v)

Completed in 93 milliseconds