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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c159 SET_VertexAttrib4fARB(tab, vfmt->VertexAttrib4fARB);
H A Ddd.h922 void (GLAPIENTRYP VertexAttrib4fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w );
H A Ddlist.c11021 vfmt->VertexAttrib4fARB = save_VertexAttrib4fARB;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c159 SET_VertexAttrib4fARB(tab, vfmt->VertexAttrib4fARB);
H A Ddd.h922 void (GLAPIENTRYP VertexAttrib4fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w );
H A Ddlist.c11021 vfmt->VertexAttrib4fARB = save_VertexAttrib4fARB;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c494 vfmt->VertexAttrib4fARB = _mesa_noop_VertexAttrib4fARB;
H A Dvbo_exec_api.c970 vfmt->VertexAttrib4fARB = _es_VertexAttrib4f;
979 vfmt->VertexAttrib4fARB = vbo_VertexAttrib4fARB;
H A Dvbo_attrib_tmp.h529 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
H A Dvbo_save_api.c1370 vfmt->VertexAttrib4fARB = _save_VertexAttrib4fARB;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c494 vfmt->VertexAttrib4fARB = _mesa_noop_VertexAttrib4fARB;
H A Dvbo_exec_api.c970 vfmt->VertexAttrib4fARB = _es_VertexAttrib4f;
979 vfmt->VertexAttrib4fARB = vbo_VertexAttrib4fARB;
H A Dvbo_attrib_tmp.h529 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
H A Dvbo_save_api.c1370 vfmt->VertexAttrib4fARB = _save_VertexAttrib4fARB;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1066 { "glVertexAttrib4fARB", _O(VertexAttrib4fARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1066 { "glVertexAttrib4fARB", _O(VertexAttrib4fARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c4605 if(!disp->VertexAttrib4fARB) {
4606 void ** procp = (void **) &disp->VertexAttrib4fARB;
4612 if(!disp->VertexAttrib4fARB) {
4613 void ** procp = (void **) &disp->VertexAttrib4fARB;
H A Dglapi_x86-64.S18783 .globl GL_PREFIX(VertexAttrib4fARB)
18784 .type GL_PREFIX(VertexAttrib4fARB), @function
18785 GL_PREFIX(VertexAttrib4fARB):
18829 .size GL_PREFIX(VertexAttrib4fARB), .-GL_PREFIX(VertexAttrib4fARB)
37250 .globl GL_PREFIX(VertexAttrib4f) ; .set GL_PREFIX(VertexAttrib4f), GL_PREFIX(VertexAttrib4fARB)
H A Dglapi_mapi_tmp.h644 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
5677 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
12235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fARB))"\n"
12239 ".set "GLAPI_PREFIX_STR(VertexAttrib4f)", "GLAPI_PREFIX_STR(VertexAttrib4fARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h544 void (GLAPIENTRYP VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 500 */
H A Dglapitemp.h3841 DISPATCH(VertexAttrib4fARB, (index, x, y, z, w), (F, "glVertexAttrib4f(%d, %f, %f, %f, %f);\n", index, x, y, z, w));
3844 KEYWORD1 void KEYWORD2 NAME(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
3847 DISPATCH(VertexAttrib4fARB, (index, x, y, z, w), (F, "glVertexAttrib4fARB(%d, %f, %f, %f, %f);\n", index, x, y, z, w));
8688 TABLE_ENTRY(VertexAttrib4fARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2036 #define glVertexAttrib4fARB MANGLE(VertexAttrib4fARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2036 #define glVertexAttrib4fARB MANGLE(VertexAttrib4fARB)

Completed in 5138 milliseconds