Searched refs:VertexAttrib4sv (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 424 vfmt->VertexAttrib4sv = NAME(VertexAttrib4sv);
|
D | vbo_attrib_tmp.h | 3138 TAG(VertexAttrib4sv)(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 | 151 ANGLE_EXPORT void GL_APIENTRY VertexAttrib4sv(GLuint index, const GLshort *v);
|
D | entry_points_gl_2_0_autogen.cpp | 1758 void GL_APIENTRY VertexAttrib4sv(GLuint index, const GLshort *v) in VertexAttrib4sv() function 1772 ANGLE_CAPTURE(VertexAttrib4sv, isCallValid, context, index, v); in VertexAttrib4sv()
|
D | proc_table_wgl_autogen.cpp | 1013 {"glVertexAttrib4sv", P(gl::VertexAttrib4sv)},
|
D | libGL_autogen.cpp | 2966 return gl::VertexAttrib4sv(index, v); in glVertexAttrib4sv()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1287 VertexAttrib4sv, enumerator
|
D | entry_points_enum_autogen.cpp | 2559 case EntryPoint::VertexAttrib4sv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 462 SET_VertexAttrib4sv(tab, vfmt->VertexAttrib4sv); in install_vtxfmt()
|
D | dd.h | 1821 void (GLAPIENTRYP VertexAttrib4sv)(GLuint index, const GLshort *v);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1066 { "glVertexAttrib4sv", _O(VertexAttrib4sv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 2327 ANGLE_CAPTURE(VertexAttrib4sv, isCallValid, context, index, v); in GL_VertexAttrib4sv()
|