Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h232 vfmt->VertexAttribL2dv = NAME(VertexAttribL2dv);
Dvbo_attrib_tmp.h1181 TAG(VertexAttribL2dv)(GLuint index, const GLdouble * v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_1_autogen.h259 ANGLE_EXPORT void GL_APIENTRY VertexAttribL2dv(GLuint index, const GLdouble *v);
Dentry_points_gl_4_1_autogen.cpp1813 void GL_APIENTRY VertexAttribL2dv(GLuint index, const GLdouble *v) in VertexAttribL2dv() function
1827 ANGLE_CAPTURE(VertexAttribL2dv, isCallValid, context, index, v); in VertexAttribL2dv()
Dproc_table_wgl_autogen.cpp1045 {"glVertexAttribL2dv", P(gl::VertexAttribL2dv)},
DlibGL_autogen.cpp4870 return gl::VertexAttribL2dv(index, v); in glVertexAttribL2dv()
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c1176 VertexAttribL2dv(GLuint index, const GLdouble *v) in VertexAttribL2dv() function
1362 (attrib_func) VertexAttribL2dv,
Dvtxfmt.c268 SET_VertexAttribL2dv(tab, vfmt->VertexAttribL2dv); in install_vtxfmt()
Ddd.h1579 void (GLAPIENTRYP VertexAttribL2dv)( GLuint index, const GLdouble *v);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1321 VertexAttribL2dv, enumerator
Dentry_points_enum_autogen.cpp2627 case EntryPoint::VertexAttribL2dv: in GetEntryPointName()
/third_party/openGLES/extensions/ARB/
DARB_vertex_attrib_64bit.txt134 void VertexAttribL2dv(uint index, const double *v);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_attrib_64bit.txt124 void VertexAttribL2dv(uint index, const double *v);
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp3713 ANGLE_CAPTURE(VertexAttribL2dv, isCallValid, context, index, v); in GL_VertexAttribL2dv()