Home
last modified time | relevance | path

Searched refs:VertexAttrib4bv (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h428 vfmt->VertexAttrib4bv = NAME(VertexAttrib4bv);
Dvbo_attrib_tmp.h3162 TAG(VertexAttrib4bv)(GLuint index, const GLbyte * v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h141 ANGLE_EXPORT void GL_APIENTRY VertexAttrib4bv(GLuint index, const GLbyte *v);
Dentry_points_gl_2_0_autogen.cpp1629 void GL_APIENTRY VertexAttrib4bv(GLuint index, const GLbyte *v) in VertexAttrib4bv() function
1643 ANGLE_CAPTURE(VertexAttrib4bv, isCallValid, context, index, v); in VertexAttrib4bv()
Dproc_table_wgl_autogen.cpp1006 {"glVertexAttrib4bv", P(gl::VertexAttrib4bv)},
DlibGL_autogen.cpp2931 return gl::VertexAttrib4bv(index, v); in glVertexAttrib4bv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1280 VertexAttrib4bv, enumerator
Dentry_points_enum_autogen.cpp2545 case EntryPoint::VertexAttrib4bv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c466 SET_VertexAttrib4bv(tab, vfmt->VertexAttrib4bv); in install_vtxfmt()
Ddd.h1823 void (GLAPIENTRYP VertexAttrib4bv)(GLuint index, const GLbyte * v);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1059 { "glVertexAttrib4bv", _O(VertexAttrib4bv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp2159 ANGLE_CAPTURE(VertexAttrib4bv, isCallValid, context, index, v); in GL_VertexAttrib4bv()