Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h417 vfmt->VertexAttrib4d = NAME(VertexAttrib4d);
Dvbo_attrib_tmp.h3054 TAG(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h143 VertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
Dentry_points_gl_2_0_autogen.cpp1647 void GL_APIENTRY VertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in VertexAttrib4d() function
1662 ANGLE_CAPTURE(VertexAttrib4d, isCallValid, context, index, x, y, z, w); in VertexAttrib4d()
Dproc_table_wgl_autogen.cpp1007 {"glVertexAttrib4d", P(gl::VertexAttrib4d)},
DlibGL_autogen.cpp2936 return gl::VertexAttrib4d(index, x, y, z, w); in glVertexAttrib4d()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1281 VertexAttrib4d, enumerator
Dentry_points_enum_autogen.cpp2547 case EntryPoint::VertexAttrib4d: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c455 SET_VertexAttrib4d(tab, vfmt->VertexAttrib4d); in install_vtxfmt()
Ddd.h1813 void (GLAPIENTRYP VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z,
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1060 { "glVertexAttrib4d", _O(VertexAttrib4d) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp2183 ANGLE_CAPTURE(VertexAttrib4d, isCallValid, context, index, x, y, z, w); in GL_VertexAttrib4d()