Searched refs:SecondaryColor3b (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 | 43 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
|
D | entry_points_gl_1_4_autogen.cpp | 314 void GL_APIENTRY SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) in SecondaryColor3b() function 328 ANGLE_CAPTURE(SecondaryColor3b, isCallValid, context, red, green, blue); in SecondaryColor3b()
|
D | proc_table_wgl_autogen.cpp | 765 {"glSecondaryColor3b", P(gl::SecondaryColor3b)},
|
D | libGL_autogen.cpp | 2228 return gl::SecondaryColor3b(red, green, blue); in glSecondaryColor3b()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 270 vfmt->SecondaryColor3b = NAME(SecondaryColor3b);
|
D | vbo_attrib_tmp.h | 2575 TAG(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 993 SecondaryColor3b, enumerator
|
D | entry_points_enum_autogen.cpp | 1971 case EntryPoint::SecondaryColor3b: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 306 SET_SecondaryColor3b(tab, vfmt->SecondaryColor3b); in install_vtxfmt()
|
D | dd.h | 1757 void (GLAPIENTRYP SecondaryColor3b)( GLbyte red, GLbyte green, GLbyte blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1275 { "glSecondaryColor3b", _O(SecondaryColor3b) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 9897 ANGLE_CAPTURE(SecondaryColor3b, isCallValid, context, red, green, blue); in GL_SecondaryColor3b()
|