Searched refs:SecondaryColor3ui (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_4_autogen.h | 55 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3ui(GLuint red, GLuint green, GLuint blue);
|
D | entry_points_gl_1_4_autogen.cpp | 524 void GL_APIENTRY SecondaryColor3ui(GLuint red, GLuint green, GLuint blue) in SecondaryColor3ui() function 538 ANGLE_CAPTURE(SecondaryColor3ui, isCallValid, context, red, green, blue); in SecondaryColor3ui()
|
D | proc_table_wgl_autogen.cpp | 777 {"glSecondaryColor3ui", P(gl::SecondaryColor3ui)},
|
D | libGL_autogen.cpp | 2288 return gl::SecondaryColor3ui(red, green, blue); in glSecondaryColor3ui()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 274 vfmt->SecondaryColor3ui = NAME(SecondaryColor3ui);
|
D | vbo_attrib_tmp.h | 2609 TAG(SecondaryColor3ui)(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 | 1005 SecondaryColor3ui, enumerator
|
D | entry_points_enum_autogen.cpp | 1995 case EntryPoint::SecondaryColor3ui: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 310 SET_SecondaryColor3ui(tab, vfmt->SecondaryColor3ui); in install_vtxfmt()
|
D | dd.h | 1761 void (GLAPIENTRYP SecondaryColor3ui)( GLuint red, GLuint green, GLuint blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1287 { "glSecondaryColor3ui", _O(SecondaryColor3ui) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 10185 ANGLE_CAPTURE(SecondaryColor3ui, isCallValid, context, red, green, blue); in GL_SecondaryColor3ui()
|