Home
last modified time | relevance | path

Searched refs:TexCoordP4ui (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_3_autogen.h67 ANGLE_EXPORT void GL_APIENTRY TexCoordP4ui(GLenum type, GLuint coords);
Dentry_points_gl_3_3_autogen.cpp835 void GL_APIENTRY TexCoordP4ui(GLenum type, GLuint coords) in TexCoordP4ui() function
850 ANGLE_CAPTURE(TexCoordP4ui, isCallValid, context, type, coords); in TexCoordP4ui()
Dproc_table_wgl_autogen.cpp836 {"glTexCoordP4ui", P(gl::TexCoordP4ui)},
DlibGL_autogen.cpp3953 return gl::TexCoordP4ui(type, coords); in glTexCoordP4ui()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h194 vfmt->TexCoordP4ui = NAME(TexCoordP4ui);
Dvbo_attrib_tmp.h919 TAG(TexCoordP4ui)(GLenum type, GLuint coords) in TAG() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_type_2_10_10_10_rev.txt82 void TexCoordP4ui(enum type, uint coords);
167 TexCoordP4ui{v}, respectively. Note that in the case
/third_party/openGLES/extensions/ARB/
DARB_vertex_type_2_10_10_10_rev.txt92 void TexCoordP4ui(enum type, uint coords);
177 TexCoordP4ui{v}, respectively. Note that in the case
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1076 TexCoordP4ui, enumerator
Dentry_points_enum_autogen.cpp2137 case EntryPoint::TexCoordP4ui: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c174 SET_TexCoordP4ui(tab, vfmt->TexCoordP4ui); in install_vtxfmt()
Ddd.h1526 void (GLAPIENTRYP TexCoordP4ui)( GLenum type, GLuint coords );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1199 { "glTexCoordP4ui", _O(TexCoordP4ui) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp4363 ANGLE_CAPTURE(TexCoordP4ui, isCallValid, context, type, coords); in GL_TexCoordP4ui()