Searched refs:SecondaryColor3s (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 | 51 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3s(GLshort red, GLshort green, GLshort blue);
|
D | entry_points_gl_1_4_autogen.cpp | 454 void GL_APIENTRY SecondaryColor3s(GLshort red, GLshort green, GLshort blue) in SecondaryColor3s() function 468 ANGLE_CAPTURE(SecondaryColor3s, isCallValid, context, red, green, blue); in SecondaryColor3s()
|
D | proc_table_wgl_autogen.cpp | 773 {"glSecondaryColor3s", P(gl::SecondaryColor3s)},
|
D | libGL_autogen.cpp | 2268 return gl::SecondaryColor3s(red, green, blue); in glSecondaryColor3s()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 273 vfmt->SecondaryColor3s = NAME(SecondaryColor3s);
|
D | vbo_attrib_tmp.h | 2600 TAG(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1001 SecondaryColor3s, enumerator
|
D | entry_points_enum_autogen.cpp | 1987 case EntryPoint::SecondaryColor3s: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 309 SET_SecondaryColor3s(tab, vfmt->SecondaryColor3s); in install_vtxfmt()
|
D | dd.h | 1760 void (GLAPIENTRYP SecondaryColor3s)( GLshort red, GLshort green, GLshort blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1283 { "glSecondaryColor3s", _O(SecondaryColor3s) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 10089 ANGLE_CAPTURE(SecondaryColor3s, isCallValid, context, red, green, blue); in GL_SecondaryColor3s()
|