Searched refs:VertexAttrib3sv (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 422 vfmt->VertexAttrib3sv = NAME(VertexAttrib3sv);
|
D | vbo_attrib_tmp.h | 3114 TAG(VertexAttrib3sv)(GLuint index, const GLshort *v) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 132 ANGLE_EXPORT void GL_APIENTRY VertexAttrib3sv(GLuint index, const GLshort *v);
|
D | entry_points_gl_2_0_autogen.cpp | 1484 void GL_APIENTRY VertexAttrib3sv(GLuint index, const GLshort *v) in VertexAttrib3sv() function 1498 ANGLE_CAPTURE(VertexAttrib3sv, isCallValid, context, index, v); in VertexAttrib3sv()
|
D | proc_table_wgl_autogen.cpp | 998 {"glVertexAttrib3sv", P(gl::VertexAttrib3sv)},
|
D | libGL_autogen.cpp | 2891 return gl::VertexAttrib3sv(index, v); in glVertexAttrib3sv()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1272 VertexAttrib3sv, enumerator
|
D | entry_points_enum_autogen.cpp | 2529 case EntryPoint::VertexAttrib3sv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 460 SET_VertexAttrib3sv(tab, vfmt->VertexAttrib3sv); in install_vtxfmt()
|
D | dd.h | 1819 void (GLAPIENTRYP VertexAttrib3sv)(GLuint index, const GLshort *v);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1051 { "glVertexAttrib3sv", _O(VertexAttrib3sv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1967 ANGLE_CAPTURE(VertexAttrib3sv, isCallValid, context, index, v); in GL_VertexAttrib3sv()
|