Searched defs:VertexAttrib4fvARB (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_arrayelt.c1064 VertexAttrib4fvARB(GLuint index, const GLfloat *v) function
1301 (attrib_func) VertexAttrib4fvARB,
1348 (attrib_func) VertexAttrib4fvARB,
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_attrib_tmp.h541 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function
/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c1064 VertexAttrib4fvARB(GLuint index, const GLfloat *v) function
1301 (attrib_func) VertexAttrib4fvARB,
1348 (attrib_func) VertexAttrib4fvARB,
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h541 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
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/chromium_gensrc/mesa/
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"

Completed in 516 milliseconds