Home
last modified time | relevance | path

Searched refs:VertexAttribL4d (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h229 vfmt->VertexAttribL4d = NAME(VertexAttribL4d);
Dvbo_attrib_tmp.h1217 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/
Dentry_points_gl_4_1_autogen.h263 VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
Dentry_points_gl_4_1_autogen.cpp1867 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()
Dproc_table_wgl_autogen.cpp1048 {"glVertexAttribL4d", P(gl::VertexAttribL4d)},
DlibGL_autogen.cpp4885 return gl::VertexAttribL4d(index, x, y, z, w); in glVertexAttribL4d()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1324 VertexAttribL4d, enumerator
Dentry_points_enum_autogen.cpp2633 case EntryPoint::VertexAttribL4d: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c265 SET_VertexAttribL4d(tab, vfmt->VertexAttribL4d); in install_vtxfmt()
Ddd.h1575 … void (GLAPIENTRYP VertexAttribL4d)( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
/third_party/openGLES/extensions/ARB/
DARB_vertex_attrib_64bit.txt132 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/
DARB_vertex_attrib_64bit.txt122 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/
Dentry_points_gl_4_autogen.cpp3785 ANGLE_CAPTURE(VertexAttribL4d, isCallValid, context, index, x, y, z, w); in GL_VertexAttribL4d()