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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c160 SET_VertexAttrib4fvARB(tab, vfmt->VertexAttrib4fvARB);
H A Dapi_arrayelt.c1064 VertexAttrib4fvARB(GLuint index, const GLfloat *v) function
1301 (attrib_func) VertexAttrib4fvARB,
1348 (attrib_func) VertexAttrib4fvARB,
H A Ddd.h923 void (GLAPIENTRYP VertexAttrib4fvARB)( GLuint index, const GLfloat *v );
H A Ddlist.c11022 vfmt->VertexAttrib4fvARB = save_VertexAttrib4fvARB;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c160 SET_VertexAttrib4fvARB(tab, vfmt->VertexAttrib4fvARB);
H A Dapi_arrayelt.c1064 VertexAttrib4fvARB(GLuint index, const GLfloat *v) function
1301 (attrib_func) VertexAttrib4fvARB,
1348 (attrib_func) VertexAttrib4fvARB,
H A Ddd.h923 void (GLAPIENTRYP VertexAttrib4fvARB)( GLuint index, const GLfloat *v );
H A Ddlist.c11022 vfmt->VertexAttrib4fvARB = save_VertexAttrib4fvARB;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c495 vfmt->VertexAttrib4fvARB = _mesa_noop_VertexAttrib4fvARB;
H A Dvbo_exec_api.c971 vfmt->VertexAttrib4fvARB = _es_VertexAttrib4fv;
980 vfmt->VertexAttrib4fvARB = vbo_VertexAttrib4fvARB;
H A Dvbo_attrib_tmp.h541 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function
H A Dvbo_save_api.c1371 vfmt->VertexAttrib4fvARB = _save_VertexAttrib4fvARB;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c495 vfmt->VertexAttrib4fvARB = _mesa_noop_VertexAttrib4fvARB;
H A Dvbo_exec_api.c971 vfmt->VertexAttrib4fvARB = _es_VertexAttrib4fv;
980 vfmt->VertexAttrib4fvARB = vbo_VertexAttrib4fvARB;
H A Dvbo_attrib_tmp.h541 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function
H A Dvbo_save_api.c1371 vfmt->VertexAttrib4fvARB = _save_VertexAttrib4fvARB;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1067 { "glVertexAttrib4fvARB", _O(VertexAttrib4fvARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1067 { "glVertexAttrib4fvARB", _O(VertexAttrib4fvARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c4619 if(!disp->VertexAttrib4fvARB) {
4620 void ** procp = (void **) &disp->VertexAttrib4fvARB;
4626 if(!disp->VertexAttrib4fvARB) {
4627 void ** procp = (void **) &disp->VertexAttrib4fvARB;
H A Dglapi_x86-64.S18832 .globl GL_PREFIX(VertexAttrib4fvARB)
18833 .type GL_PREFIX(VertexAttrib4fvARB), @function
18834 GL_PREFIX(VertexAttrib4fvARB):
18866 .size GL_PREFIX(VertexAttrib4fvARB), .-GL_PREFIX(VertexAttrib4fvARB)
37251 .globl GL_PREFIX(VertexAttrib4fv) ; .set GL_PREFIX(VertexAttrib4fv), GL_PREFIX(VertexAttrib4fvARB)
H A Dglapi_mapi_tmp.h646 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v);
5691 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v) function
12241 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvARB))"\n"
12245 ".set "GLAPI_PREFIX_STR(VertexAttrib4fv)", "GLAPI_PREFIX_STR(VertexAttrib4fvARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h545 void (GLAPIENTRYP VertexAttrib4fvARB)(GLuint index, const GLfloat * v); /* 501 */
H A Dglapitemp.h3853 DISPATCH(VertexAttrib4fvARB, (index, v), (F, "glVertexAttrib4fv(%d, %p);\n", index, (const void *) v));
3856 KEYWORD1 void KEYWORD2 NAME(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function
3859 DISPATCH(VertexAttrib4fvARB, (index, v), (F, "glVertexAttrib4fvARB(%d, %p);\n", index, (const void *) v));
8689 TABLE_ENTRY(VertexAttrib4fvARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2039 #define glVertexAttrib4fvARB MANGLE(VertexAttrib4fvARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2039 #define glVertexAttrib4fvARB MANGLE(VertexAttrib4fvARB)

Completed in 2104 milliseconds