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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c91 SET_Vertex2fv(tab, vfmt->Vertex2fv);
H A Ddd.h896 void (GLAPIENTRYP Vertex2fv)( const GLfloat * );
H A Ddlist.c11002 vfmt->Vertex2fv = save_Vertex2fv;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c91 SET_Vertex2fv(tab, vfmt->Vertex2fv);
H A Ddd.h896 void (GLAPIENTRYP Vertex2fv)( const GLfloat * );
H A Ddlist.c11002 vfmt->Vertex2fv = save_Vertex2fv;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c475 vfmt->Vertex2fv = _mesa_noop_Vertex2fv;
H A Dvbo_attrib_tmp.h193 TAG(Vertex2fv)(const GLfloat * v) function
H A Dvbo_exec_api.c957 vfmt->Vertex2fv = vbo_Vertex2fv;
H A Dvbo_save_api.c1359 vfmt->Vertex2fv = _save_Vertex2fv;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c475 vfmt->Vertex2fv = _mesa_noop_Vertex2fv;
H A Dvbo_attrib_tmp.h193 TAG(Vertex2fv)(const GLfloat * v) function
H A Dvbo_exec_api.c957 vfmt->Vertex2fv = vbo_Vertex2fv;
H A Dvbo_save_api.c1359 vfmt->Vertex2fv = _save_Vertex2fv;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h179 void (GLAPIENTRY * Vertex2fv)(const GLfloat *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h179 void (GLAPIENTRY * Vertex2fv)(const GLfloat *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp695 { "glVertex2fv", _O(Vertex2fv) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp695 { "glVertex2fv", _O(Vertex2fv) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h172 void (GLAPIENTRYP Vertex2fv)(const GLfloat * v); /* 129 */
H A Dglapitemp.h857 KEYWORD1 void KEYWORD2 NAME(Vertex2fv)(const GLfloat * v) function
860 DISPATCH(Vertex2fv, (v), (F, "glVertex2fv(%p);\n", (const void *) v));
8317 TABLE_ENTRY(Vertex2fv),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1937 #define glVertex2fv MANGLE(Vertex2fv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1937 #define glVertex2fv MANGLE(Vertex2fv)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1021 if(!disp->Vertex2fv) {
1022 void ** procp = (void **) &disp->Vertex2fv;
H A Dglapi_x86-64.S4528 .globl GL_PREFIX(Vertex2fv)
4529 .type GL_PREFIX(Vertex2fv), @function
4530 GL_PREFIX(Vertex2fv):
4554 .size GL_PREFIX(Vertex2fv), .-GL_PREFIX(Vertex2fv)
H A Dglapi_mapi_tmp.h151 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v);
2303 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v) function
10781 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2fv))"\n"

Completed in 399 milliseconds