Home
last modified time | relevance | path

Searched refs:VertexAttribI4bv (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h441 vfmt->VertexAttribI4bv = NAME(VertexAttribI4bv);
Dvbo_attrib_tmp.h3337 TAG(VertexAttribI4bv)(GLuint index, const GLbyte *v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_0_autogen.h154 ANGLE_EXPORT void GL_APIENTRY VertexAttribI4bv(GLuint index, const GLbyte *v);
Dentry_points_gl_3_0_autogen.cpp1660 void GL_APIENTRY VertexAttribI4bv(GLuint index, const GLbyte *v) in VertexAttribI4bv() function
1674 ANGLE_CAPTURE(VertexAttribI4bv, isCallValid, context, index, v); in VertexAttribI4bv()
Dproc_table_wgl_autogen.cpp1032 {"glVertexAttribI4bv", P(gl::VertexAttribI4bv)},
DlibGL_autogen.cpp3474 return gl::VertexAttribI4bv(index, v); in glVertexAttribI4bv()
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c1035 VertexAttribI4bv(GLuint index, const GLbyte *v) in VertexAttribI4bv() function
1330 (attrib_func) VertexAttribI4bv,
Dvtxfmt.c480 SET_VertexAttribI4bv(tab, vfmt->VertexAttribI4bv); in install_vtxfmt()
Ddd.h1838 void (GLAPIENTRYP VertexAttribI4bv)(GLuint index, const GLbyte *v);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1308 VertexAttribI4bv, enumerator
Dentry_points_enum_autogen.cpp2601 case EntryPoint::VertexAttribI4bv: in GetEntryPointName()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1461 { "glVertexAttribI4bv", _O(VertexAttribI4bv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp2103 ANGLE_CAPTURE(VertexAttribI4bv, isCallValid, context, index, v); in GL_VertexAttribI4bv()