Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h422 vfmt->VertexAttrib3sv = NAME(VertexAttrib3sv);
Dvbo_attrib_tmp.h3114 TAG(VertexAttrib3sv)(GLuint index, const GLshort *v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h132 ANGLE_EXPORT void GL_APIENTRY VertexAttrib3sv(GLuint index, const GLshort *v);
Dentry_points_gl_2_0_autogen.cpp1484 void GL_APIENTRY VertexAttrib3sv(GLuint index, const GLshort *v) in VertexAttrib3sv() function
1498 ANGLE_CAPTURE(VertexAttrib3sv, isCallValid, context, index, v); in VertexAttrib3sv()
Dproc_table_wgl_autogen.cpp998 {"glVertexAttrib3sv", P(gl::VertexAttrib3sv)},
DlibGL_autogen.cpp2891 return gl::VertexAttrib3sv(index, v); in glVertexAttrib3sv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1272 VertexAttrib3sv, enumerator
Dentry_points_enum_autogen.cpp2529 case EntryPoint::VertexAttrib3sv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c460 SET_VertexAttrib3sv(tab, vfmt->VertexAttrib3sv); in install_vtxfmt()
Ddd.h1819 void (GLAPIENTRYP VertexAttrib3sv)(GLuint index, const GLshort *v);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1051 { "glVertexAttrib3sv", _O(VertexAttrib3sv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1967 ANGLE_CAPTURE(VertexAttrib3sv, isCallValid, context, index, v); in GL_VertexAttrib3sv()