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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c95 SET_Vertex4fv(tab, vfmt->Vertex4fv);
H A Ddd.h900 void (GLAPIENTRYP Vertex4fv)( const GLfloat * );
H A Ddlist.c11006 vfmt->Vertex4fv = save_Vertex4fv;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c95 SET_Vertex4fv(tab, vfmt->Vertex4fv);
H A Ddd.h900 void (GLAPIENTRYP Vertex4fv)( const GLfloat * );
H A Ddlist.c11006 vfmt->Vertex4fv = save_Vertex4fv;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c479 vfmt->Vertex4fv = _mesa_noop_Vertex4fv;
H A Dvbo_attrib_tmp.h221 TAG(Vertex4fv)(const GLfloat * v) function
H A Dvbo_exec_api.c961 vfmt->Vertex4fv = vbo_Vertex4fv;
H A Dvbo_save_api.c1363 vfmt->Vertex4fv = _save_Vertex4fv;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c479 vfmt->Vertex4fv = _mesa_noop_Vertex4fv;
H A Dvbo_attrib_tmp.h221 TAG(Vertex4fv)(const GLfloat * v) function
H A Dvbo_exec_api.c961 vfmt->Vertex4fv = vbo_Vertex4fv;
H A Dvbo_save_api.c1363 vfmt->Vertex4fv = _save_Vertex4fv;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h195 void (GLAPIENTRY * Vertex4fv)(const GLfloat *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h195 void (GLAPIENTRY * Vertex4fv)(const GLfloat *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp711 { "glVertex4fv", _O(Vertex4fv) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp711 { "glVertex4fv", _O(Vertex4fv) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h188 void (GLAPIENTRYP Vertex4fv)(const GLfloat * v); /* 145 */
H A Dglapitemp.h953 KEYWORD1 void KEYWORD2 NAME(Vertex4fv)(const GLfloat * v) function
956 DISPATCH(Vertex4fv, (v), (F, "glVertex4fv(%p);\n", (const void *) v));
8333 TABLE_ENTRY(Vertex4fv),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1957 #define glVertex4fv MANGLE(Vertex4fv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1957 #define glVertex4fv MANGLE(Vertex4fv)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1133 if(!disp->Vertex4fv) {
1134 void ** procp = (void **) &disp->Vertex4fv;
H A Dglapi_x86-64.S5080 .globl GL_PREFIX(Vertex4fv)
5081 .type GL_PREFIX(Vertex4fv), @function
5082 GL_PREFIX(Vertex4fv):
5106 .size GL_PREFIX(Vertex4fv), .-GL_PREFIX(Vertex4fv)
H A Dglapi_mapi_tmp.h167 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v);
2415 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v) function
10829 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4fv))"\n"

Completed in 625 milliseconds