Searched refs:VertexAttrib1fvARB (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c154 SET_VertexAttrib1fvARB(tab, vfmt->VertexAttrib1fvARB);
H A Dapi_arrayelt.c1046 VertexAttrib1fvARB(GLuint index, const GLfloat *v) function
1268 (attrib_func) VertexAttrib1fvARB,
1315 (attrib_func) VertexAttrib1fvARB,
H A Ddd.h917 void (GLAPIENTRYP VertexAttrib1fvARB)( GLuint index, const GLfloat *v );
H A Ddlist.c11016 vfmt->VertexAttrib1fvARB = save_VertexAttrib1fvARB;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c154 SET_VertexAttrib1fvARB(tab, vfmt->VertexAttrib1fvARB);
H A Dapi_arrayelt.c1046 VertexAttrib1fvARB(GLuint index, const GLfloat *v) function
1268 (attrib_func) VertexAttrib1fvARB,
1315 (attrib_func) VertexAttrib1fvARB,
H A Ddd.h917 void (GLAPIENTRYP VertexAttrib1fvARB)( GLuint index, const GLfloat *v );
H A Ddlist.c11016 vfmt->VertexAttrib1fvARB = save_VertexAttrib1fvARB;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c489 vfmt->VertexAttrib1fvARB = _mesa_noop_VertexAttrib1fvARB;
H A Dvbo_exec_api.c965 vfmt->VertexAttrib1fvARB = _es_VertexAttrib1fv;
974 vfmt->VertexAttrib1fvARB = vbo_VertexAttrib1fvARB;
H A Dvbo_attrib_tmp.h469 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) function
H A Dvbo_save_api.c1365 vfmt->VertexAttrib1fvARB = _save_VertexAttrib1fvARB;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c489 vfmt->VertexAttrib1fvARB = _mesa_noop_VertexAttrib1fvARB;
H A Dvbo_exec_api.c965 vfmt->VertexAttrib1fvARB = _es_VertexAttrib1fv;
974 vfmt->VertexAttrib1fvARB = vbo_VertexAttrib1fvARB;
H A Dvbo_attrib_tmp.h469 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) function
H A Dvbo_save_api.c1365 vfmt->VertexAttrib1fvARB = _save_VertexAttrib1fvARB;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1041 { "glVertexAttrib1fvARB", _O(VertexAttrib1fvARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1041 { "glVertexAttrib1fvARB", _O(VertexAttrib1fvARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c4255 if(!disp->VertexAttrib1fvARB) {
4256 void ** procp = (void **) &disp->VertexAttrib1fvARB;
4262 if(!disp->VertexAttrib1fvARB) {
4263 void ** procp = (void **) &disp->VertexAttrib1fvARB;
H A Dglapi_x86-64.S17806 .globl GL_PREFIX(VertexAttrib1fvARB)
17807 .type GL_PREFIX(VertexAttrib1fvARB), @function
17808 GL_PREFIX(VertexAttrib1fvARB):
17840 .size GL_PREFIX(VertexAttrib1fvARB), .-GL_PREFIX(VertexAttrib1fvARB)
37225 .globl GL_PREFIX(VertexAttrib1fv) ; .set GL_PREFIX(VertexAttrib1fv), GL_PREFIX(VertexAttrib1fvARB)
H A Dglapi_mapi_tmp.h594 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v);
5327 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v) function
12085 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvARB))"\n"
12089 ".set "GLAPI_PREFIX_STR(VertexAttrib1fv)", "GLAPI_PREFIX_STR(VertexAttrib1fvARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h519 void (GLAPIENTRYP VertexAttrib1fvARB)(GLuint index, const GLfloat * v); /* 475 */
H A Dglapitemp.h3541 DISPATCH(VertexAttrib1fvARB, (index, v), (F, "glVertexAttrib1fv(%d, %p);\n", index, (const void *) v));
3544 KEYWORD1 void KEYWORD2 NAME(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) function
3547 DISPATCH(VertexAttrib1fvARB, (index, v), (F, "glVertexAttrib1fvARB(%d, %p);\n", index, (const void *) v));
8663 TABLE_ENTRY(VertexAttrib1fvARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1977 #define glVertexAttrib1fvARB MANGLE(VertexAttrib1fvARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1977 #define glVertexAttrib1fvARB MANGLE(VertexAttrib1fvARB)

Completed in 2082 milliseconds