Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h415 vfmt->VertexAttrib3d = NAME(VertexAttrib3d);
Dvbo_attrib_tmp.h3030 TAG(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h127 ANGLE_EXPORT void GL_APIENTRY VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z);
Dentry_points_gl_2_0_autogen.cpp1394 void GL_APIENTRY VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in VertexAttrib3d() function
1408 ANGLE_CAPTURE(VertexAttrib3d, isCallValid, context, index, x, y, z); in VertexAttrib3d()
Dproc_table_wgl_autogen.cpp993 {"glVertexAttrib3d", P(gl::VertexAttrib3d)},
DlibGL_autogen.cpp2866 return gl::VertexAttrib3d(index, x, y, z); in glVertexAttrib3d()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1267 VertexAttrib3d, enumerator
Dentry_points_enum_autogen.cpp2519 case EntryPoint::VertexAttrib3d: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c453 SET_VertexAttrib3d(tab, vfmt->VertexAttrib3d); in install_vtxfmt()
Ddd.h1810 void (GLAPIENTRYP VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1046 { "glVertexAttrib3d", _O(VertexAttrib3d) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1847 ANGLE_CAPTURE(VertexAttrib3d, isCallValid, context, index, x, y, z); in GL_VertexAttrib3d()