Searched refs:VertexAttribI4bv (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 441 vfmt->VertexAttribI4bv = NAME(VertexAttribI4bv);
|
D | vbo_attrib_tmp.h | 3337 TAG(VertexAttribI4bv)(GLuint index, const GLbyte *v) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_0_autogen.h | 154 ANGLE_EXPORT void GL_APIENTRY VertexAttribI4bv(GLuint index, const GLbyte *v);
|
D | entry_points_gl_3_0_autogen.cpp | 1660 void GL_APIENTRY VertexAttribI4bv(GLuint index, const GLbyte *v) in VertexAttribI4bv() function 1674 ANGLE_CAPTURE(VertexAttribI4bv, isCallValid, context, index, v); in VertexAttribI4bv()
|
D | proc_table_wgl_autogen.cpp | 1032 {"glVertexAttribI4bv", P(gl::VertexAttribI4bv)},
|
D | libGL_autogen.cpp | 3474 return gl::VertexAttribI4bv(index, v); in glVertexAttribI4bv()
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 1035 VertexAttribI4bv(GLuint index, const GLbyte *v) in VertexAttribI4bv() function 1330 (attrib_func) VertexAttribI4bv,
|
D | vtxfmt.c | 480 SET_VertexAttribI4bv(tab, vfmt->VertexAttribI4bv); in install_vtxfmt()
|
D | dd.h | 1838 void (GLAPIENTRYP VertexAttribI4bv)(GLuint index, const GLbyte *v);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1308 VertexAttribI4bv, enumerator
|
D | entry_points_enum_autogen.cpp | 2601 case EntryPoint::VertexAttribI4bv: in GetEntryPointName()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1461 { "glVertexAttribI4bv", _O(VertexAttribI4bv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 2103 ANGLE_CAPTURE(VertexAttribI4bv, isCallValid, context, index, v); in GL_VertexAttribI4bv()
|