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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c92 SET_Vertex3f(tab, vfmt->Vertex3f);
H A Ddd.h897 void (GLAPIENTRYP Vertex3f)( GLfloat, GLfloat, GLfloat );
H A Ddlist.c11003 vfmt->Vertex3f = save_Vertex3f;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c92 SET_Vertex3f(tab, vfmt->Vertex3f);
H A Ddd.h897 void (GLAPIENTRYP Vertex3f)( GLfloat, GLfloat, GLfloat );
H A Ddlist.c11003 vfmt->Vertex3f = save_Vertex3f;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c476 vfmt->Vertex3f = _mesa_noop_Vertex3f;
H A Dvbo_attrib_tmp.h200 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) function
H A Dvbo_exec_api.c958 vfmt->Vertex3f = vbo_Vertex3f;
H A Dvbo_save_api.c1360 vfmt->Vertex3f = _save_Vertex3f;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c476 vfmt->Vertex3f = _mesa_noop_Vertex3f;
H A Dvbo_attrib_tmp.h200 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) function
H A Dvbo_exec_api.c958 vfmt->Vertex3f = vbo_Vertex3f;
H A Dvbo_save_api.c1360 vfmt->Vertex3f = _save_Vertex3f;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h186 void (GLAPIENTRY * Vertex3f)(GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h186 void (GLAPIENTRY * Vertex3f)(GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp702 { "glVertex3f", _O(Vertex3f) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp702 { "glVertex3f", _O(Vertex3f) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h179 void (GLAPIENTRYP Vertex3f)(GLfloat x, GLfloat y, GLfloat z); /* 136 */
H A Dglapitemp.h899 KEYWORD1 void KEYWORD2 NAME(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) function
902 DISPATCH(Vertex3f, (x, y, z), (F, "glVertex3f(%f, %f, %f);\n", x, y, z));
8324 TABLE_ENTRY(Vertex3f),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1946 #define glVertex3f MANGLE(Vertex3f)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1946 #define glVertex3f MANGLE(Vertex3f)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1070 if(!disp->Vertex3f) {
1071 void ** procp = (void **) &disp->Vertex3f;
H A Dglapi_x86-64.S4759 .globl GL_PREFIX(Vertex3f)
4760 .type GL_PREFIX(Vertex3f), @function
4761 GL_PREFIX(Vertex3f):
4797 .size GL_PREFIX(Vertex3f), .-GL_PREFIX(Vertex3f)
H A Dglapi_mapi_tmp.h158 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z);
2352 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) function
10802 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3f))"\n"

Completed in 8203 milliseconds