Searched refs:VertexAttrib4d (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 417 vfmt->VertexAttrib4d = NAME(VertexAttrib4d);
|
D | vbo_attrib_tmp.h | 3054 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/ |
D | entry_points_gl_2_0_autogen.h | 143 VertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
D | entry_points_gl_2_0_autogen.cpp | 1647 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()
|
D | proc_table_wgl_autogen.cpp | 1007 {"glVertexAttrib4d", P(gl::VertexAttrib4d)},
|
D | libGL_autogen.cpp | 2936 return gl::VertexAttrib4d(index, x, y, z, w); in glVertexAttrib4d()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1281 VertexAttrib4d, enumerator
|
D | entry_points_enum_autogen.cpp | 2547 case EntryPoint::VertexAttrib4d: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 455 SET_VertexAttrib4d(tab, vfmt->VertexAttrib4d); in install_vtxfmt()
|
D | dd.h | 1813 void (GLAPIENTRYP VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z,
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1060 { "glVertexAttrib4d", _O(VertexAttrib4d) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 2183 ANGLE_CAPTURE(VertexAttrib4d, isCallValid, context, index, x, y, z, w); in GL_VertexAttrib4d()
|