Home
last modified time | relevance | path

Searched refs:Vertex4f (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h74 vfmt->Vertex4f = NAME(Vertex4f);
Dvbo_attrib_tmp.h235 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1241 Vertex4f, enumerator
Dentry_points_enum_autogen.cpp2467 case EntryPoint::Vertex4f: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c102 SET_Vertex4f(tab, vfmt->Vertex4f); in install_vtxfmt()
Ddd.h1464 void (GLAPIENTRYP Vertex4f)( GLfloat, GLfloat, GLfloat, GLfloat );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp708 { "glVertex4f", _O(Vertex4f) },
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h385 ANGLE_EXPORT void GL_APIENTRY Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
Dproc_table_wgl_autogen.cpp967 {"glVertex4f", P(gl::Vertex4f)},
Dentry_points_gl_1_0_autogen.cpp5563 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()
DlibGL_autogen.cpp1589 return gl::Vertex4f(x, y, z, w); in glVertex4f()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp7187 ANGLE_CAPTURE(Vertex4f, isCallValid, context, x, y, z, w); in GL_Vertex4f()