Searched refs:SecondaryColor3i (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 | 49 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3i(GLint red, GLint green, GLint blue);
|
D | entry_points_gl_1_4_autogen.cpp | 419 void GL_APIENTRY SecondaryColor3i(GLint red, GLint green, GLint blue) in SecondaryColor3i() function 433 ANGLE_CAPTURE(SecondaryColor3i, isCallValid, context, red, green, blue); in SecondaryColor3i()
|
D | proc_table_wgl_autogen.cpp | 771 {"glSecondaryColor3i", P(gl::SecondaryColor3i)},
|
D | libGL_autogen.cpp | 2258 return gl::SecondaryColor3i(red, green, blue); in glSecondaryColor3i()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 272 vfmt->SecondaryColor3i = NAME(SecondaryColor3i);
|
D | vbo_attrib_tmp.h | 2591 TAG(SecondaryColor3i)(GLint red, GLint green, GLint blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 999 SecondaryColor3i, enumerator
|
D | entry_points_enum_autogen.cpp | 1983 case EntryPoint::SecondaryColor3i: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 308 SET_SecondaryColor3i(tab, vfmt->SecondaryColor3i); in install_vtxfmt()
|
D | dd.h | 1759 void (GLAPIENTRYP SecondaryColor3i)( GLint red, GLint green, GLint blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1281 { "glSecondaryColor3i", _O(SecondaryColor3i) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 10041 ANGLE_CAPTURE(SecondaryColor3i, isCallValid, context, red, green, blue); in GL_SecondaryColor3i()
|