Searched refs:VertexP3uiv (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_3_autogen.h | 105 ANGLE_EXPORT void GL_APIENTRY VertexP3uiv(GLenum type, const GLuint *value);
|
D | entry_points_gl_3_3_autogen.cpp | 1125 void GL_APIENTRY VertexP3uiv(GLenum type, const GLuint *value) in VertexP3uiv() function 1139 ANGLE_CAPTURE(VertexP3uiv, isCallValid, context, type, value); in VertexP3uiv()
|
D | proc_table_wgl_autogen.cpp | 1065 {"glVertexP3uiv", P(gl::VertexP3uiv)},
|
D | libGL_autogen.cpp | 4035 return gl::VertexP3uiv(type, value); in glVertexP3uiv()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 184 vfmt->VertexP3uiv = NAME(VertexP3uiv);
|
D | vbo_attrib_tmp.h | 847 TAG(VertexP3uiv)(GLenum type, const GLuint *value) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1341 VertexP3uiv, enumerator
|
D | entry_points_enum_autogen.cpp | 2667 case EntryPoint::VertexP3uiv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 164 SET_VertexP3uiv(tab, vfmt->VertexP3uiv); in install_vtxfmt()
|
D | dd.h | 1512 void (GLAPIENTRYP VertexP3uiv)( GLenum type, const GLuint *value);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1212 { "glVertexP3uiv", _O(VertexP3uiv) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 77 void VertexP3uiv(enum type, const uint *value);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 87 void VertexP3uiv(enum type, const uint *value);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 4731 ANGLE_CAPTURE(VertexP3uiv, isCallValid, context, type, value); in GL_VertexP3uiv()
|