Searched refs:VertexAttrib4Nbv (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 433 vfmt->VertexAttrib4Nbv = NAME(VertexAttrib4Nbv);
|
D | vbo_attrib_tmp.h | 3222 TAG(VertexAttrib4Nbv)(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 | 133 ANGLE_EXPORT void GL_APIENTRY VertexAttrib4Nbv(GLuint index, const GLbyte *v);
|
D | entry_points_gl_2_0_autogen.cpp | 1502 void GL_APIENTRY VertexAttrib4Nbv(GLuint index, const GLbyte *v) in VertexAttrib4Nbv() function 1516 ANGLE_CAPTURE(VertexAttrib4Nbv, isCallValid, context, index, v); in VertexAttrib4Nbv()
|
D | proc_table_wgl_autogen.cpp | 999 {"glVertexAttrib4Nbv", P(gl::VertexAttrib4Nbv)},
|
D | libGL_autogen.cpp | 2896 return gl::VertexAttrib4Nbv(index, v); in glVertexAttrib4Nbv()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1273 VertexAttrib4Nbv, enumerator
|
D | entry_points_enum_autogen.cpp | 2531 case EntryPoint::VertexAttrib4Nbv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 471 SET_VertexAttrib4Nbv(tab, vfmt->VertexAttrib4Nbv); in install_vtxfmt()
|
D | dd.h | 1828 void (GLAPIENTRYP VertexAttrib4Nbv)(GLuint index, const GLbyte * v);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1052 { "glVertexAttrib4Nbv", _O(VertexAttrib4Nbv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1991 ANGLE_CAPTURE(VertexAttrib4Nbv, isCallValid, context, index, v); in GL_VertexAttrib4Nbv()
|