Searched refs:Color3ui (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 246 vfmt->Color3ui = NAME(Color3ui);
|
D | vbo_attrib_tmp.h | 1679 TAG(Color3ui)(GLuint red, GLuint green, GLuint blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 125 Color3ui, enumerator
|
D | entry_points_enum_autogen.cpp | 235 case EntryPoint::Color3ui: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 282 SET_Color3ui(tab, vfmt->Color3ui); in install_vtxfmt()
|
D | dd.h | 1636 void (GLAPIENTRYP Color3ui)( GLuint red, GLuint green, GLuint blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 585 { "glColor3ui", _O(Color3ui) },
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 51 ANGLE_EXPORT void GL_APIENTRY Color3ui(GLuint red, GLuint green, GLuint blue);
|
D | proc_table_wgl_autogen.cpp | 132 {"glColor3ui", P(gl::Color3ui)},
|
D | entry_points_gl_1_0_autogen.cpp | 503 void GL_APIENTRY Color3ui(GLuint red, GLuint green, GLuint blue) in Color3ui() function 517 ANGLE_CAPTURE(Color3ui, isCallValid, context, red, green, blue); in Color3ui()
|
D | libGL_autogen.cpp | 175 return gl::Color3ui(red, green, blue); in glColor3ui()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 661 ANGLE_CAPTURE(Color3ui, isCallValid, context, red, green, blue); in GL_Color3ui()
|