Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h424 vfmt->VertexAttrib4sv = NAME(VertexAttrib4sv);
Dvbo_attrib_tmp.h3138 TAG(VertexAttrib4sv)(GLuint index, const GLshort *v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h151 ANGLE_EXPORT void GL_APIENTRY VertexAttrib4sv(GLuint index, const GLshort *v);
Dentry_points_gl_2_0_autogen.cpp1758 void GL_APIENTRY VertexAttrib4sv(GLuint index, const GLshort *v) in VertexAttrib4sv() function
1772 ANGLE_CAPTURE(VertexAttrib4sv, isCallValid, context, index, v); in VertexAttrib4sv()
Dproc_table_wgl_autogen.cpp1013 {"glVertexAttrib4sv", P(gl::VertexAttrib4sv)},
DlibGL_autogen.cpp2966 return gl::VertexAttrib4sv(index, v); in glVertexAttrib4sv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1287 VertexAttrib4sv, enumerator
Dentry_points_enum_autogen.cpp2559 case EntryPoint::VertexAttrib4sv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c462 SET_VertexAttrib4sv(tab, vfmt->VertexAttrib4sv); in install_vtxfmt()
Ddd.h1821 void (GLAPIENTRYP VertexAttrib4sv)(GLuint index, const GLshort *v);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1066 { "glVertexAttrib4sv", _O(VertexAttrib4sv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp2327 ANGLE_CAPTURE(VertexAttrib4sv, isCallValid, context, index, v); in GL_VertexAttrib4sv()