Searched refs:Vertex4f (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 74 vfmt->Vertex4f = NAME(Vertex4f);
|
D | vbo_attrib_tmp.h | 235 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1241 Vertex4f, enumerator
|
D | entry_points_enum_autogen.cpp | 2467 case EntryPoint::Vertex4f: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 102 SET_Vertex4f(tab, vfmt->Vertex4f); in install_vtxfmt()
|
D | dd.h | 1464 void (GLAPIENTRYP Vertex4f)( GLfloat, GLfloat, GLfloat, GLfloat );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 708 { "glVertex4f", _O(Vertex4f) },
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 385 ANGLE_EXPORT void GL_APIENTRY Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
D | proc_table_wgl_autogen.cpp | 967 {"glVertex4f", P(gl::Vertex4f)},
|
D | entry_points_gl_1_0_autogen.cpp | 5563 void GL_APIENTRY Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in Vertex4f() function 5576 ANGLE_CAPTURE(Vertex4f, isCallValid, context, x, y, z, w); in Vertex4f()
|
D | libGL_autogen.cpp | 1589 return gl::Vertex4f(x, y, z, w); in glVertex4f()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 7187 ANGLE_CAPTURE(Vertex4f, isCallValid, context, x, y, z, w); in GL_Vertex4f()
|