Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h442 vfmt->VertexAttribI4sv = NAME(VertexAttribI4sv);
Dvbo_attrib_tmp.h3349 TAG(VertexAttribI4sv)(GLuint index, const GLshort *v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_0_autogen.h157 ANGLE_EXPORT void GL_APIENTRY VertexAttribI4sv(GLuint index, const GLshort *v);
Dentry_points_gl_3_0_autogen.cpp1715 void GL_APIENTRY VertexAttribI4sv(GLuint index, const GLshort *v) in VertexAttribI4sv() function
1729 ANGLE_CAPTURE(VertexAttribI4sv, isCallValid, context, index, v); in VertexAttribI4sv()
Dproc_table_wgl_autogen.cpp1035 {"glVertexAttribI4sv", P(gl::VertexAttribI4sv)},
DlibGL_autogen.cpp3489 return gl::VertexAttribI4sv(index, v); in glVertexAttribI4sv()
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c1086 VertexAttribI4sv(GLuint index, const GLshort *v) in VertexAttribI4sv() function
1332 (attrib_func) VertexAttribI4sv,
Dvtxfmt.c481 SET_VertexAttribI4sv(tab, vfmt->VertexAttribI4sv); in install_vtxfmt()
Ddd.h1839 void (GLAPIENTRYP VertexAttribI4sv)(GLuint index, const GLshort *v);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1311 VertexAttribI4sv, enumerator
Dentry_points_enum_autogen.cpp2607 case EntryPoint::VertexAttribI4sv: in GetEntryPointName()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1464 { "glVertexAttribI4sv", _O(VertexAttribI4sv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp2175 ANGLE_CAPTURE(VertexAttribI4sv, isCallValid, context, index, v); in GL_VertexAttribI4sv()