Searched refs:VertexAttribL4d (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 229 vfmt->VertexAttribL4d = NAME(VertexAttribL4d);
|
D | vbo_attrib_tmp.h | 1217 TAG(VertexAttribL4d)(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_4_1_autogen.h | 263 VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
D | entry_points_gl_4_1_autogen.cpp | 1867 void GL_APIENTRY VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in VertexAttribL4d() function 1882 ANGLE_CAPTURE(VertexAttribL4d, isCallValid, context, index, x, y, z, w); in VertexAttribL4d()
|
D | proc_table_wgl_autogen.cpp | 1048 {"glVertexAttribL4d", P(gl::VertexAttribL4d)},
|
D | libGL_autogen.cpp | 4885 return gl::VertexAttribL4d(index, x, y, z, w); in glVertexAttribL4d()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1324 VertexAttribL4d, enumerator
|
D | entry_points_enum_autogen.cpp | 2633 case EntryPoint::VertexAttribL4d: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 265 SET_VertexAttribL4d(tab, vfmt->VertexAttribL4d); in install_vtxfmt()
|
D | dd.h | 1575 … void (GLAPIENTRYP VertexAttribL4d)( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_attrib_64bit.txt | 132 void VertexAttribL4d(uint index, double x, double y, double z, double w); 331 dvec4 f64vec4 VertexAttribL4d
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_attrib_64bit.txt | 122 void VertexAttribL4d(uint index, double x, double y, double z, double w); 321 dvec4 f64vec4 VertexAttribL4d
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 3785 ANGLE_CAPTURE(VertexAttribL4d, isCallValid, context, index, x, y, z, w); in GL_VertexAttribL4d()
|