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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c90 SET_Vertex2f(tab, vfmt->Vertex2f);
H A Ddd.h895 void (GLAPIENTRYP Vertex2f)( GLfloat, GLfloat );
H A Ddlist.c11001 vfmt->Vertex2f = save_Vertex2f;
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c90 SET_Vertex2f(tab, vfmt->Vertex2f);
H A Ddd.h895 void (GLAPIENTRYP Vertex2f)( GLfloat, GLfloat );
H A Ddlist.c11001 vfmt->Vertex2f = save_Vertex2f;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c474 vfmt->Vertex2f = _mesa_noop_Vertex2f;
H A Dvbo_attrib_tmp.h186 TAG(Vertex2f)(GLfloat x, GLfloat y) function
H A Dvbo_exec_api.c956 vfmt->Vertex2f = vbo_Vertex2f;
H A Dvbo_save_api.c53 * TexCoord1f() Vertex2f()
54 * TexCoord1f() Color3f() Vertex2f()
1358 vfmt->Vertex2f = _save_Vertex2f;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c474 vfmt->Vertex2f = _mesa_noop_Vertex2f;
H A Dvbo_attrib_tmp.h186 TAG(Vertex2f)(GLfloat x, GLfloat y) function
H A Dvbo_exec_api.c956 vfmt->Vertex2f = vbo_Vertex2f;
H A Dvbo_save_api.c53 * TexCoord1f() Vertex2f()
54 * TexCoord1f() Color3f() Vertex2f()
1358 vfmt->Vertex2f = _save_Vertex2f;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h178 void (GLAPIENTRY * Vertex2f)(GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h178 void (GLAPIENTRY * Vertex2f)(GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp694 { "glVertex2f", _O(Vertex2f) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp694 { "glVertex2f", _O(Vertex2f) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h171 void (GLAPIENTRYP Vertex2f)(GLfloat x, GLfloat y); /* 128 */
H A Dglapitemp.h851 KEYWORD1 void KEYWORD2 NAME(Vertex2f)(GLfloat x, GLfloat y) function
854 DISPATCH(Vertex2f, (x, y), (F, "glVertex2f(%f, %f);\n", x, y));
8316 TABLE_ENTRY(Vertex2f),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1936 #define glVertex2f MANGLE(Vertex2f)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1936 #define glVertex2f MANGLE(Vertex2f)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1014 if(!disp->Vertex2f) {
1015 void ** procp = (void **) &disp->Vertex2f;
H A Dglapi_x86-64.S4491 .globl GL_PREFIX(Vertex2f)
4492 .type GL_PREFIX(Vertex2f), @function
4493 GL_PREFIX(Vertex2f):
4525 .size GL_PREFIX(Vertex2f), .-GL_PREFIX(Vertex2f)
H A Dglapi_mapi_tmp.h150 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y);
2296 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y) function
10778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2f))"\n"

Completed in 2276 milliseconds