Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h433 vfmt->VertexAttrib4Nbv = NAME(VertexAttrib4Nbv);
Dvbo_attrib_tmp.h3222 TAG(VertexAttrib4Nbv)(GLuint index, const GLbyte * v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h133 ANGLE_EXPORT void GL_APIENTRY VertexAttrib4Nbv(GLuint index, const GLbyte *v);
Dentry_points_gl_2_0_autogen.cpp1502 void GL_APIENTRY VertexAttrib4Nbv(GLuint index, const GLbyte *v) in VertexAttrib4Nbv() function
1516 ANGLE_CAPTURE(VertexAttrib4Nbv, isCallValid, context, index, v); in VertexAttrib4Nbv()
Dproc_table_wgl_autogen.cpp999 {"glVertexAttrib4Nbv", P(gl::VertexAttrib4Nbv)},
DlibGL_autogen.cpp2896 return gl::VertexAttrib4Nbv(index, v); in glVertexAttrib4Nbv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1273 VertexAttrib4Nbv, enumerator
Dentry_points_enum_autogen.cpp2531 case EntryPoint::VertexAttrib4Nbv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c471 SET_VertexAttrib4Nbv(tab, vfmt->VertexAttrib4Nbv); in install_vtxfmt()
Ddd.h1828 void (GLAPIENTRYP VertexAttrib4Nbv)(GLuint index, const GLbyte * v);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1052 { "glVertexAttrib4Nbv", _O(VertexAttrib4Nbv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1991 ANGLE_CAPTURE(VertexAttrib4Nbv, isCallValid, context, index, v); in GL_VertexAttrib4Nbv()