Searched refs:VertexAttrib1sv (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 418 vfmt->VertexAttrib1sv = NAME(VertexAttrib1sv);
|
D | vbo_attrib_tmp.h | 3066 TAG(VertexAttrib1sv)(GLuint index, const GLshort *v) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 120 ANGLE_EXPORT void GL_APIENTRY VertexAttrib1sv(GLuint index, const GLshort *v);
|
D | entry_points_gl_2_0_autogen.cpp | 1268 void GL_APIENTRY VertexAttrib1sv(GLuint index, const GLshort *v) in VertexAttrib1sv() function 1282 ANGLE_CAPTURE(VertexAttrib1sv, isCallValid, context, index, v); in VertexAttrib1sv()
|
D | proc_table_wgl_autogen.cpp | 986 {"glVertexAttrib1sv", P(gl::VertexAttrib1sv)},
|
D | libGL_autogen.cpp | 2831 return gl::VertexAttrib1sv(index, v); in glVertexAttrib1sv()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1260 VertexAttrib1sv, enumerator
|
D | entry_points_enum_autogen.cpp | 2505 case EntryPoint::VertexAttrib1sv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 456 SET_VertexAttrib1sv(tab, vfmt->VertexAttrib1sv); in install_vtxfmt()
|
D | dd.h | 1815 void (GLAPIENTRYP VertexAttrib1sv)(GLuint index, const GLshort *v);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1039 { "glVertexAttrib1sv", _O(VertexAttrib1sv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1679 ANGLE_CAPTURE(VertexAttrib1sv, isCallValid, context, index, v); in GL_VertexAttrib1sv()
|