Searched refs:ColorP3ui (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 | 24 ANGLE_EXPORT void GL_APIENTRY ColorP3ui(GLenum type, GLuint color);
|
D | entry_points_gl_3_3_autogen.cpp | 73 void GL_APIENTRY ColorP3ui(GLenum type, GLuint color) in ColorP3ui() function 87 ANGLE_CAPTURE(ColorP3ui, isCallValid, context, type, color); in ColorP3ui()
|
D | proc_table_wgl_autogen.cpp | 155 {"glColorP3ui", P(gl::ColorP3ui)},
|
D | libGL_autogen.cpp | 3758 return gl::ColorP3ui(type, color); in glColorP3ui()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 209 vfmt->ColorP3ui = NAME(ColorP3ui);
|
D | vbo_attrib_tmp.h | 1023 TAG(ColorP3ui)(GLenum type, GLuint color) in TAG() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 97 void ColorP3ui(enum type, uint color); 211 components of the packed data are consumed by *ColorP3ui* and
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_type_2_10_10_10_rev.txt | 107 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/ |
D | entry_points_enum_autogen.h | 149 ColorP3ui, enumerator
|
D | entry_points_enum_autogen.cpp | 283 case EntryPoint::ColorP3ui: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 189 SET_ColorP3ui(tab, vfmt->ColorP3ui); in install_vtxfmt()
|
D | dd.h | 1541 void (GLAPIENTRYP ColorP3ui)( GLenum type, GLuint color );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1177 { "glColorP3ui", _O(ColorP3ui) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 3356 ANGLE_CAPTURE(ColorP3ui, isCallValid, context, type, color); in GL_ColorP3ui()
|