Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h227 vfmt->VertexAttribL2d = NAME(VertexAttribL2d);
Dvbo_attrib_tmp.h1169 TAG(VertexAttribL2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_1_autogen.h258 ANGLE_EXPORT void GL_APIENTRY VertexAttribL2d(GLuint index, GLdouble x, GLdouble y);
Dentry_points_gl_4_1_autogen.cpp1795 void GL_APIENTRY VertexAttribL2d(GLuint index, GLdouble x, GLdouble y) in VertexAttribL2d() function
1809 ANGLE_CAPTURE(VertexAttribL2d, isCallValid, context, index, x, y); in VertexAttribL2d()
Dproc_table_wgl_autogen.cpp1044 {"glVertexAttribL2d", P(gl::VertexAttribL2d)},
DlibGL_autogen.cpp4865 return gl::VertexAttribL2d(index, x, y); in glVertexAttribL2d()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1320 VertexAttribL2d, enumerator
Dentry_points_enum_autogen.cpp2625 case EntryPoint::VertexAttribL2d: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c263 SET_VertexAttribL2d(tab, vfmt->VertexAttribL2d); in install_vtxfmt()
Ddd.h1573 void (GLAPIENTRYP VertexAttribL2d)( GLuint index, GLdouble x, GLdouble y);
/third_party/openGLES/extensions/ARB/
DARB_vertex_attrib_64bit.txt130 void VertexAttribL2d(uint index, double x, double y);
329 dvec2 f64vec2 VertexAttribL2d
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_attrib_64bit.txt120 void VertexAttribL2d(uint index, double x, double y);
319 dvec2 f64vec2 VertexAttribL2d
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp3689 ANGLE_CAPTURE(VertexAttribL2d, isCallValid, context, index, x, y); in GL_VertexAttribL2d()