Searched refs:VertexAttribI4sv (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 442 vfmt->VertexAttribI4sv = NAME(VertexAttribI4sv);
|
D | vbo_attrib_tmp.h | 3349 TAG(VertexAttribI4sv)(GLuint index, const GLshort *v) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_0_autogen.h | 157 ANGLE_EXPORT void GL_APIENTRY VertexAttribI4sv(GLuint index, const GLshort *v);
|
D | entry_points_gl_3_0_autogen.cpp | 1715 void GL_APIENTRY VertexAttribI4sv(GLuint index, const GLshort *v) in VertexAttribI4sv() function 1729 ANGLE_CAPTURE(VertexAttribI4sv, isCallValid, context, index, v); in VertexAttribI4sv()
|
D | proc_table_wgl_autogen.cpp | 1035 {"glVertexAttribI4sv", P(gl::VertexAttribI4sv)},
|
D | libGL_autogen.cpp | 3489 return gl::VertexAttribI4sv(index, v); in glVertexAttribI4sv()
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 1086 VertexAttribI4sv(GLuint index, const GLshort *v) in VertexAttribI4sv() function 1332 (attrib_func) VertexAttribI4sv,
|
D | vtxfmt.c | 481 SET_VertexAttribI4sv(tab, vfmt->VertexAttribI4sv); in install_vtxfmt()
|
D | dd.h | 1839 void (GLAPIENTRYP VertexAttribI4sv)(GLuint index, const GLshort *v);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1311 VertexAttribI4sv, enumerator
|
D | entry_points_enum_autogen.cpp | 2607 case EntryPoint::VertexAttribI4sv: in GetEntryPointName()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1464 { "glVertexAttribI4sv", _O(VertexAttribI4sv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 2175 ANGLE_CAPTURE(VertexAttribI4sv, isCallValid, context, index, v); in GL_VertexAttribI4sv()
|