Searched refs:VertexAttribL2d (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 227 vfmt->VertexAttribL2d = NAME(VertexAttribL2d);
|
D | vbo_attrib_tmp.h | 1169 TAG(VertexAttribL2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_1_autogen.h | 258 ANGLE_EXPORT void GL_APIENTRY VertexAttribL2d(GLuint index, GLdouble x, GLdouble y);
|
D | entry_points_gl_4_1_autogen.cpp | 1795 void GL_APIENTRY VertexAttribL2d(GLuint index, GLdouble x, GLdouble y) in VertexAttribL2d() function 1809 ANGLE_CAPTURE(VertexAttribL2d, isCallValid, context, index, x, y); in VertexAttribL2d()
|
D | proc_table_wgl_autogen.cpp | 1044 {"glVertexAttribL2d", P(gl::VertexAttribL2d)},
|
D | libGL_autogen.cpp | 4865 return gl::VertexAttribL2d(index, x, y); in glVertexAttribL2d()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1320 VertexAttribL2d, enumerator
|
D | entry_points_enum_autogen.cpp | 2625 case EntryPoint::VertexAttribL2d: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 263 SET_VertexAttribL2d(tab, vfmt->VertexAttribL2d); in install_vtxfmt()
|
D | dd.h | 1573 void (GLAPIENTRYP VertexAttribL2d)( GLuint index, GLdouble x, GLdouble y);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_attrib_64bit.txt | 130 void VertexAttribL2d(uint index, double x, double y); 329 dvec2 f64vec2 VertexAttribL2d
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_attrib_64bit.txt | 120 void VertexAttribL2d(uint index, double x, double y); 319 dvec2 f64vec2 VertexAttribL2d
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 3689 ANGLE_CAPTURE(VertexAttribL2d, isCallValid, context, index, x, y); in GL_VertexAttribL2d()
|