Searched refs:VertexP4uiv (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 | 107 ANGLE_EXPORT void GL_APIENTRY VertexP4uiv(GLenum type, const GLuint *value);
|
D | entry_points_gl_3_3_autogen.cpp | 1161 void GL_APIENTRY VertexP4uiv(GLenum type, const GLuint *value) in VertexP4uiv() function 1175 ANGLE_CAPTURE(VertexP4uiv, isCallValid, context, type, value); in VertexP4uiv()
|
D | proc_table_wgl_autogen.cpp | 1067 {"glVertexP4uiv", P(gl::VertexP4uiv)},
|
D | libGL_autogen.cpp | 4045 return gl::VertexP4uiv(type, value); in glVertexP4uiv()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 186 vfmt->VertexP4uiv = NAME(VertexP4uiv);
|
D | vbo_attrib_tmp.h | 863 TAG(VertexP4uiv)(GLenum type, const GLuint *value) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1343 VertexP4uiv, enumerator
|
D | entry_points_enum_autogen.cpp | 2671 case EntryPoint::VertexP4uiv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 166 SET_VertexP4uiv(tab, vfmt->VertexP4uiv); in install_vtxfmt()
|
D | dd.h | 1515 void (GLAPIENTRYP VertexP4uiv)( GLenum type, const GLuint *value);
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1214 { "glVertexP4uiv", _O(VertexP4uiv) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 78 void VertexP4uiv(enum type, const uint *value);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 88 void VertexP4uiv(enum type, const uint *value);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 4779 ANGLE_CAPTURE(VertexP4uiv, isCallValid, context, type, value); in GL_VertexP4uiv()
|