Home
last modified time | relevance | path

Searched refs:VertexAttrib1sv (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h418 vfmt->VertexAttrib1sv = NAME(VertexAttrib1sv);
Dvbo_attrib_tmp.h3066 TAG(VertexAttrib1sv)(GLuint index, const GLshort *v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h120 ANGLE_EXPORT void GL_APIENTRY VertexAttrib1sv(GLuint index, const GLshort *v);
Dentry_points_gl_2_0_autogen.cpp1268 void GL_APIENTRY VertexAttrib1sv(GLuint index, const GLshort *v) in VertexAttrib1sv() function
1282 ANGLE_CAPTURE(VertexAttrib1sv, isCallValid, context, index, v); in VertexAttrib1sv()
Dproc_table_wgl_autogen.cpp986 {"glVertexAttrib1sv", P(gl::VertexAttrib1sv)},
DlibGL_autogen.cpp2831 return gl::VertexAttrib1sv(index, v); in glVertexAttrib1sv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1260 VertexAttrib1sv, enumerator
Dentry_points_enum_autogen.cpp2505 case EntryPoint::VertexAttrib1sv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c456 SET_VertexAttrib1sv(tab, vfmt->VertexAttrib1sv); in install_vtxfmt()
Ddd.h1815 void (GLAPIENTRYP VertexAttrib1sv)(GLuint index, const GLshort *v);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1039 { "glVertexAttrib1sv", _O(VertexAttrib1sv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1679 ANGLE_CAPTURE(VertexAttrib1sv, isCallValid, context, index, v); in GL_VertexAttrib1sv()