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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c156 SET_VertexAttrib2fvARB(tab, vfmt->VertexAttrib2fvARB);
H A Dapi_arrayelt.c1052 VertexAttrib2fvARB(GLuint index, const GLfloat *v) function
1279 (attrib_func) VertexAttrib2fvARB,
1326 (attrib_func) VertexAttrib2fvARB,
H A Ddd.h919 void (GLAPIENTRYP VertexAttrib2fvARB)( GLuint index, const GLfloat *v );
H A Ddlist.c11018 vfmt->VertexAttrib2fvARB = save_VertexAttrib2fvARB;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c156 SET_VertexAttrib2fvARB(tab, vfmt->VertexAttrib2fvARB);
H A Dapi_arrayelt.c1052 VertexAttrib2fvARB(GLuint index, const GLfloat *v) function
1279 (attrib_func) VertexAttrib2fvARB,
1326 (attrib_func) VertexAttrib2fvARB,
H A Ddd.h919 void (GLAPIENTRYP VertexAttrib2fvARB)( GLuint index, const GLfloat *v );
H A Ddlist.c11018 vfmt->VertexAttrib2fvARB = save_VertexAttrib2fvARB;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c491 vfmt->VertexAttrib2fvARB = _mesa_noop_VertexAttrib2fvARB;
H A Dvbo_exec_api.c967 vfmt->VertexAttrib2fvARB = _es_VertexAttrib2fv;
976 vfmt->VertexAttrib2fvARB = vbo_VertexAttrib2fvARB;
H A Dvbo_attrib_tmp.h493 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) function
H A Dvbo_save_api.c1367 vfmt->VertexAttrib2fvARB = _save_VertexAttrib2fvARB;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c491 vfmt->VertexAttrib2fvARB = _mesa_noop_VertexAttrib2fvARB;
H A Dvbo_exec_api.c967 vfmt->VertexAttrib2fvARB = _es_VertexAttrib2fv;
976 vfmt->VertexAttrib2fvARB = vbo_VertexAttrib2fvARB;
H A Dvbo_attrib_tmp.h493 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) function
H A Dvbo_save_api.c1367 vfmt->VertexAttrib2fvARB = _save_VertexAttrib2fvARB;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1047 { "glVertexAttrib2fvARB", _O(VertexAttrib2fvARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1047 { "glVertexAttrib2fvARB", _O(VertexAttrib2fvARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c4339 if(!disp->VertexAttrib2fvARB) {
4340 void ** procp = (void **) &disp->VertexAttrib2fvARB;
4346 if(!disp->VertexAttrib2fvARB) {
4347 void ** procp = (void **) &disp->VertexAttrib2fvARB;
H A Dglapi_x86-64.S18036 .globl GL_PREFIX(VertexAttrib2fvARB)
18037 .type GL_PREFIX(VertexAttrib2fvARB), @function
18038 GL_PREFIX(VertexAttrib2fvARB):
18070 .size GL_PREFIX(VertexAttrib2fvARB), .-GL_PREFIX(VertexAttrib2fvARB)
37231 .globl GL_PREFIX(VertexAttrib2fv) ; .set GL_PREFIX(VertexAttrib2fv), GL_PREFIX(VertexAttrib2fvARB)
H A Dglapi_mapi_tmp.h606 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v);
5411 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v) function
12121 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvARB))"\n"
12125 ".set "GLAPI_PREFIX_STR(VertexAttrib2fv)", "GLAPI_PREFIX_STR(VertexAttrib2fvARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h525 void (GLAPIENTRYP VertexAttrib2fvARB)(GLuint index, const GLfloat * v); /* 481 */
H A Dglapitemp.h3613 DISPATCH(VertexAttrib2fvARB, (index, v), (F, "glVertexAttrib2fv(%d, %p);\n", index, (const void *) v));
3616 KEYWORD1 void KEYWORD2 NAME(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) function
3619 DISPATCH(VertexAttrib2fvARB, (index, v), (F, "glVertexAttrib2fvARB(%d, %p);\n", index, (const void *) v));
8669 TABLE_ENTRY(VertexAttrib2fvARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1997 #define glVertexAttrib2fvARB MANGLE(VertexAttrib2fvARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1997 #define glVertexAttrib2fvARB MANGLE(VertexAttrib2fvARB)

Completed in 383 milliseconds