Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_3_autogen.h24 ANGLE_EXPORT void GL_APIENTRY ColorP3ui(GLenum type, GLuint color);
Dentry_points_gl_3_3_autogen.cpp73 void GL_APIENTRY ColorP3ui(GLenum type, GLuint color) in ColorP3ui() function
87 ANGLE_CAPTURE(ColorP3ui, isCallValid, context, type, color); in ColorP3ui()
Dproc_table_wgl_autogen.cpp155 {"glColorP3ui", P(gl::ColorP3ui)},
DlibGL_autogen.cpp3758 return gl::ColorP3ui(type, color); in glColorP3ui()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h209 vfmt->ColorP3ui = NAME(ColorP3ui);
Dvbo_attrib_tmp.h1023 TAG(ColorP3ui)(GLenum type, GLuint color) in TAG() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_type_2_10_10_10_rev.txt97 void ColorP3ui(enum type, uint color);
211 components of the packed data are consumed by *ColorP3ui* and
/third_party/openGLES/extensions/ARB/
DARB_vertex_type_2_10_10_10_rev.txt107 void ColorP3ui(enum type, uint color);
221 components of the packed data are consumed by *ColorP3ui* and
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h149 ColorP3ui, enumerator
Dentry_points_enum_autogen.cpp283 case EntryPoint::ColorP3ui: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c189 SET_ColorP3ui(tab, vfmt->ColorP3ui); in install_vtxfmt()
Ddd.h1541 void (GLAPIENTRYP ColorP3ui)( GLenum type, GLuint color );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1177 { "glColorP3ui", _O(ColorP3ui) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp3356 ANGLE_CAPTURE(ColorP3ui, isCallValid, context, type, color); in GL_ColorP3ui()