Searched refs:VertexP2uiv (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 | 103 ANGLE_EXPORT void GL_APIENTRY VertexP2uiv(GLenum type, const GLuint *value);
|
D | entry_points_gl_3_3_autogen.cpp | 1089 void GL_APIENTRY VertexP2uiv(GLenum type, const GLuint *value) in VertexP2uiv() function 1103 ANGLE_CAPTURE(VertexP2uiv, isCallValid, context, type, value); in VertexP2uiv()
|
D | proc_table_wgl_autogen.cpp | 1063 {"glVertexP2uiv", P(gl::VertexP2uiv)},
|
D | libGL_autogen.cpp | 4025 return gl::VertexP2uiv(type, value); in glVertexP2uiv()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 182 vfmt->VertexP2uiv = NAME(VertexP2uiv);
|
D | vbo_attrib_tmp.h | 831 TAG(VertexP2uiv)(GLenum type, const GLuint *value) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1339 VertexP2uiv, enumerator
|
D | entry_points_enum_autogen.cpp | 2663 case EntryPoint::VertexP2uiv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 162 SET_VertexP2uiv(tab, vfmt->VertexP2uiv); in install_vtxfmt()
|
D | dd.h | 1509 void (GLAPIENTRYP VertexP2uiv)( GLenum type, const GLuint *value);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1210 { "glVertexP2uiv", _O(VertexP2uiv) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 76 void VertexP2uiv(enum type, const uint *value);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 86 void VertexP2uiv(enum type, const uint *value);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 4683 ANGLE_CAPTURE(VertexP2uiv, isCallValid, context, type, value); in GL_VertexP2uiv()
|