Home
last modified time | relevance | path

Searched refs:VertexAttribL1dv (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h231 vfmt->VertexAttribL1dv = NAME(VertexAttribL1dv);
Dvbo_attrib_tmp.h1157 TAG(VertexAttribL1dv)(GLuint index, const GLdouble * v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_1_autogen.h257 ANGLE_EXPORT void GL_APIENTRY VertexAttribL1dv(GLuint index, const GLdouble *v);
Dentry_points_gl_4_1_autogen.cpp1777 void GL_APIENTRY VertexAttribL1dv(GLuint index, const GLdouble *v) in VertexAttribL1dv() function
1791 ANGLE_CAPTURE(VertexAttribL1dv, isCallValid, context, index, v); in VertexAttribL1dv()
Dproc_table_wgl_autogen.cpp1043 {"glVertexAttribL1dv", P(gl::VertexAttribL1dv)},
DlibGL_autogen.cpp4860 return gl::VertexAttribL1dv(index, v); in glVertexAttribL1dv()
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c1170 VertexAttribL1dv(GLuint index, const GLdouble *v) in VertexAttribL1dv() function
1351 (attrib_func) VertexAttribL1dv,
Dvtxfmt.c267 SET_VertexAttribL1dv(tab, vfmt->VertexAttribL1dv); in install_vtxfmt()
Ddd.h1578 void (GLAPIENTRYP VertexAttribL1dv)( GLuint index, const GLdouble *v);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1319 VertexAttribL1dv, enumerator
Dentry_points_enum_autogen.cpp2623 case EntryPoint::VertexAttribL1dv: in GetEntryPointName()
/third_party/openGLES/extensions/ARB/
DARB_vertex_attrib_64bit.txt133 void VertexAttribL1dv(uint index, const double *v);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_attrib_64bit.txt123 void VertexAttribL1dv(uint index, const double *v);
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp3665 ANGLE_CAPTURE(VertexAttribL1dv, isCallValid, context, index, v); in GL_VertexAttribL1dv()