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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c153 SET_VertexAttrib1fARB(tab, vfmt->VertexAttrib1fARB);
H A Ddd.h916 void (GLAPIENTRYP VertexAttrib1fARB)( GLuint index, GLfloat x );
H A Ddlist.c11015 vfmt->VertexAttrib1fARB = save_VertexAttrib1fARB;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c153 SET_VertexAttrib1fARB(tab, vfmt->VertexAttrib1fARB);
H A Ddd.h916 void (GLAPIENTRYP VertexAttrib1fARB)( GLuint index, GLfloat x );
H A Ddlist.c11015 vfmt->VertexAttrib1fARB = save_VertexAttrib1fARB;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c488 vfmt->VertexAttrib1fARB = _mesa_noop_VertexAttrib1fARB;
H A Dvbo_exec_api.c964 vfmt->VertexAttrib1fARB = _es_VertexAttrib1f;
973 vfmt->VertexAttrib1fARB = vbo_VertexAttrib1fARB;
H A Dvbo_attrib_tmp.h457 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) function
H A Dvbo_save_api.c1364 vfmt->VertexAttrib1fARB = _save_VertexAttrib1fARB;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c488 vfmt->VertexAttrib1fARB = _mesa_noop_VertexAttrib1fARB;
H A Dvbo_exec_api.c964 vfmt->VertexAttrib1fARB = _es_VertexAttrib1f;
973 vfmt->VertexAttrib1fARB = vbo_VertexAttrib1fARB;
H A Dvbo_attrib_tmp.h457 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) function
H A Dvbo_save_api.c1364 vfmt->VertexAttrib1fARB = _save_VertexAttrib1fARB;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1040 { "glVertexAttrib1fARB", _O(VertexAttrib1fARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1040 { "glVertexAttrib1fARB", _O(VertexAttrib1fARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c4241 if(!disp->VertexAttrib1fARB) {
4242 void ** procp = (void **) &disp->VertexAttrib1fARB;
4248 if(!disp->VertexAttrib1fARB) {
4249 void ** procp = (void **) &disp->VertexAttrib1fARB;
H A Dglapi_x86-64.S17769 .globl GL_PREFIX(VertexAttrib1fARB)
17770 .type GL_PREFIX(VertexAttrib1fARB), @function
17771 GL_PREFIX(VertexAttrib1fARB):
17803 .size GL_PREFIX(VertexAttrib1fARB), .-GL_PREFIX(VertexAttrib1fARB)
37224 .globl GL_PREFIX(VertexAttrib1f) ; .set GL_PREFIX(VertexAttrib1f), GL_PREFIX(VertexAttrib1fARB)
H A Dglapi_mapi_tmp.h592 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x);
5313 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x) function
12079 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fARB))"\n"
12083 ".set "GLAPI_PREFIX_STR(VertexAttrib1f)", "GLAPI_PREFIX_STR(VertexAttrib1fARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h518 void (GLAPIENTRYP VertexAttrib1fARB)(GLuint index, GLfloat x); /* 474 */
H A Dglapitemp.h3529 DISPATCH(VertexAttrib1fARB, (index, x), (F, "glVertexAttrib1f(%d, %f);\n", index, x));
3532 KEYWORD1 void KEYWORD2 NAME(VertexAttrib1fARB)(GLuint index, GLfloat x) function
3535 DISPATCH(VertexAttrib1fARB, (index, x), (F, "glVertexAttrib1fARB(%d, %f);\n", index, x));
8662 TABLE_ENTRY(VertexAttrib1fARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1974 #define glVertexAttrib1fARB MANGLE(VertexAttrib1fARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1974 #define glVertexAttrib1fARB MANGLE(VertexAttrib1fARB)

Completed in 6593 milliseconds