Searched refs:VertexAttrib4bv (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 428 vfmt->VertexAttrib4bv = NAME(VertexAttrib4bv);
|
D | vbo_attrib_tmp.h | 3162 TAG(VertexAttrib4bv)(GLuint index, const GLbyte * v) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 141 ANGLE_EXPORT void GL_APIENTRY VertexAttrib4bv(GLuint index, const GLbyte *v);
|
D | entry_points_gl_2_0_autogen.cpp | 1629 void GL_APIENTRY VertexAttrib4bv(GLuint index, const GLbyte *v) in VertexAttrib4bv() function 1643 ANGLE_CAPTURE(VertexAttrib4bv, isCallValid, context, index, v); in VertexAttrib4bv()
|
D | proc_table_wgl_autogen.cpp | 1006 {"glVertexAttrib4bv", P(gl::VertexAttrib4bv)},
|
D | libGL_autogen.cpp | 2931 return gl::VertexAttrib4bv(index, v); in glVertexAttrib4bv()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1280 VertexAttrib4bv, enumerator
|
D | entry_points_enum_autogen.cpp | 2545 case EntryPoint::VertexAttrib4bv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 466 SET_VertexAttrib4bv(tab, vfmt->VertexAttrib4bv); in install_vtxfmt()
|
D | dd.h | 1823 void (GLAPIENTRYP VertexAttrib4bv)(GLuint index, const GLbyte * v);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1059 { "glVertexAttrib4bv", _O(VertexAttrib4bv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 2159 ANGLE_CAPTURE(VertexAttrib4bv, isCallValid, context, index, v); in GL_VertexAttrib4bv()
|