Home
last modified time | relevance | path

Searched refs:VertexAttribP4uiv (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_type_10f_11f_11f_rev.txt101 VertexAttribP4ui and VertexAttribP4uiv results in an INVALID_ENUM error
197 VertexAttribP4ui, or VertexAttribP4uiv if <type> is
DARB_vertex_type_2_10_10_10_rev.txt117 void VertexAttribP4uiv(uint index, enum type, boolean normalized,
452 that take a pointer, such as VertexAttribP4uiv)?
/third_party/openGLES/extensions/ARB/
DARB_vertex_type_10f_11f_11f_rev.txt111 VertexAttribP4ui and VertexAttribP4uiv results in an INVALID_ENUM error
207 VertexAttribP4ui, or VertexAttribP4uiv if <type> is
DARB_vertex_type_2_10_10_10_rev.txt127 void VertexAttribP4uiv(uint index, enum type, boolean normalized,
462 that take a pointer, such as VertexAttribP4uiv)?
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_3_autogen.h98 ANGLE_EXPORT void GL_APIENTRY VertexAttribP4uiv(GLuint index,
Dentry_points_gl_3_3_autogen.cpp1046 void GL_APIENTRY VertexAttribP4uiv(GLuint index, in VertexAttribP4uiv() function
1067 ANGLE_CAPTURE(VertexAttribP4uiv, isCallValid, context, index, type, normalized, value); in VertexAttribP4uiv()
Dproc_table_wgl_autogen.cpp1059 {"glVertexAttribP4uiv", P(gl::VertexAttribP4uiv)},
DlibGL_autogen.cpp4015 return gl::VertexAttribP4uiv(index, type, normalized, value); in glVertexAttribP4uiv()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h224 vfmt->VertexAttribP4uiv = NAME(VertexAttribP4uiv);
Dvbo_attrib_tmp.h1134 TAG(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1335 VertexAttribP4uiv, enumerator
Dentry_points_enum_autogen.cpp2655 case EntryPoint::VertexAttribP4uiv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c253 SET_VertexAttribP4uiv(tab, vfmt->VertexAttribP4uiv); in install_vtxfmt()
Ddd.h1567 void (GLAPIENTRYP VertexAttribP4uiv)( GLuint index, GLenum type,
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1208 { "glVertexAttribP4uiv", _O(VertexAttribP4uiv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp4635 ANGLE_CAPTURE(VertexAttribP4uiv, isCallValid, context, index, type, normalized, value); in GL_VertexAttribP4uiv()