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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c94 SET_Vertex4f(tab, vfmt->Vertex4f);
H A Ddd.h899 void (GLAPIENTRYP Vertex4f)( GLfloat, GLfloat, GLfloat, GLfloat );
H A Ddlist.c11005 vfmt->Vertex4f = save_Vertex4f;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c94 SET_Vertex4f(tab, vfmt->Vertex4f);
H A Ddd.h899 void (GLAPIENTRYP Vertex4f)( GLfloat, GLfloat, GLfloat, GLfloat );
H A Ddlist.c11005 vfmt->Vertex4f = save_Vertex4f;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c478 vfmt->Vertex4f = _mesa_noop_Vertex4f;
H A Dvbo_attrib_tmp.h214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
H A Dvbo_exec_api.c960 vfmt->Vertex4f = vbo_Vertex4f;
H A Dvbo_save_api.c1362 vfmt->Vertex4f = _save_Vertex4f;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c478 vfmt->Vertex4f = _mesa_noop_Vertex4f;
H A Dvbo_attrib_tmp.h214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
H A Dvbo_exec_api.c960 vfmt->Vertex4f = vbo_Vertex4f;
H A Dvbo_save_api.c1362 vfmt->Vertex4f = _save_Vertex4f;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h194 void (GLAPIENTRY * Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h194 void (GLAPIENTRY * Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp710 { "glVertex4f", _O(Vertex4f) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp710 { "glVertex4f", _O(Vertex4f) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h187 void (GLAPIENTRYP Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 144 */
H A Dglapitemp.h947 KEYWORD1 void KEYWORD2 NAME(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
950 DISPATCH(Vertex4f, (x, y, z, w), (F, "glVertex4f(%f, %f, %f, %f);\n", x, y, z, w));
8332 TABLE_ENTRY(Vertex4f),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1956 #define glVertex4f MANGLE(Vertex4f)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1956 #define glVertex4f MANGLE(Vertex4f)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1126 if(!disp->Vertex4f) {
1127 void ** procp = (void **) &disp->Vertex4f;
H A Dglapi_x86-64.S5035 .globl GL_PREFIX(Vertex4f)
5036 .type GL_PREFIX(Vertex4f), @function
5037 GL_PREFIX(Vertex4f):
5077 .size GL_PREFIX(Vertex4f), .-GL_PREFIX(Vertex4f)
H A Dglapi_mapi_tmp.h166 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
2408 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
10826 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4f))"\n"

Completed in 3842 milliseconds