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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c157 SET_VertexAttrib3fARB(tab, vfmt->VertexAttrib3fARB);
H A Ddd.h920 void (GLAPIENTRYP VertexAttrib3fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
H A Ddlist.c11019 vfmt->VertexAttrib3fARB = save_VertexAttrib3fARB;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c157 SET_VertexAttrib3fARB(tab, vfmt->VertexAttrib3fARB);
H A Ddd.h920 void (GLAPIENTRYP VertexAttrib3fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
H A Ddlist.c11019 vfmt->VertexAttrib3fARB = save_VertexAttrib3fARB;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c492 vfmt->VertexAttrib3fARB = _mesa_noop_VertexAttrib3fARB;
H A Dvbo_exec_api.c968 vfmt->VertexAttrib3fARB = _es_VertexAttrib3f;
977 vfmt->VertexAttrib3fARB = vbo_VertexAttrib3fARB;
H A Dvbo_attrib_tmp.h505 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function
H A Dvbo_save_api.c1368 vfmt->VertexAttrib3fARB = _save_VertexAttrib3fARB;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c492 vfmt->VertexAttrib3fARB = _mesa_noop_VertexAttrib3fARB;
H A Dvbo_exec_api.c968 vfmt->VertexAttrib3fARB = _es_VertexAttrib3f;
977 vfmt->VertexAttrib3fARB = vbo_VertexAttrib3fARB;
H A Dvbo_attrib_tmp.h505 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function
H A Dvbo_save_api.c1368 vfmt->VertexAttrib3fARB = _save_VertexAttrib3fARB;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1052 { "glVertexAttrib3fARB", _O(VertexAttrib3fARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1052 { "glVertexAttrib3fARB", _O(VertexAttrib3fARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c4409 if(!disp->VertexAttrib3fARB) {
4410 void ** procp = (void **) &disp->VertexAttrib3fARB;
4416 if(!disp->VertexAttrib3fARB) {
4417 void ** procp = (void **) &disp->VertexAttrib3fARB;
H A Dglapi_x86-64.S18229 .globl GL_PREFIX(VertexAttrib3fARB)
18230 .type GL_PREFIX(VertexAttrib3fARB), @function
18231 GL_PREFIX(VertexAttrib3fARB):
18271 .size GL_PREFIX(VertexAttrib3fARB), .-GL_PREFIX(VertexAttrib3fARB)
37236 .globl GL_PREFIX(VertexAttrib3f) ; .set GL_PREFIX(VertexAttrib3f), GL_PREFIX(VertexAttrib3fARB)
H A Dglapi_mapi_tmp.h616 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
5481 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function
12151 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fARB))"\n"
12155 ".set "GLAPI_PREFIX_STR(VertexAttrib3f)", "GLAPI_PREFIX_STR(VertexAttrib3fARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h530 void (GLAPIENTRYP VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 486 */
H A Dglapitemp.h3673 DISPATCH(VertexAttrib3fARB, (index, x, y, z), (F, "glVertexAttrib3f(%d, %f, %f, %f);\n", index, x, y, z));
3676 KEYWORD1 void KEYWORD2 NAME(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function
3679 DISPATCH(VertexAttrib3fARB, (index, x, y, z), (F, "glVertexAttrib3fARB(%d, %f, %f, %f);\n", index, x, y, z));
8674 TABLE_ENTRY(VertexAttrib3fARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2014 #define glVertexAttrib3fARB MANGLE(VertexAttrib3fARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2014 #define glVertexAttrib3fARB MANGLE(VertexAttrib3fARB)

Completed in 520 milliseconds