Searched refs:SecondaryColor3ub (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 | 53 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
D | entry_points_gl_1_4_autogen.cpp | 489 void GL_APIENTRY SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in SecondaryColor3ub() function 503 ANGLE_CAPTURE(SecondaryColor3ub, isCallValid, context, red, green, blue); in SecondaryColor3ub()
|
D | proc_table_wgl_autogen.cpp | 775 {"glSecondaryColor3ub", P(gl::SecondaryColor3ub)},
|
D | libGL_autogen.cpp | 2278 return gl::SecondaryColor3ub(red, green, blue); in glSecondaryColor3ub()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 276 vfmt->SecondaryColor3ub = NAME(SecondaryColor3ub);
|
D | vbo_attrib_tmp.h | 2627 TAG(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1003 SecondaryColor3ub, enumerator
|
D | entry_points_enum_autogen.cpp | 1991 case EntryPoint::SecondaryColor3ub: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 312 SET_SecondaryColor3ub(tab, vfmt->SecondaryColor3ub); in install_vtxfmt()
|
D | dd.h | 1763 void (GLAPIENTRYP SecondaryColor3ub)( GLubyte red, GLubyte green, GLubyte blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1285 { "glSecondaryColor3ub", _O(SecondaryColor3ub) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 10137 ANGLE_CAPTURE(SecondaryColor3ub, isCallValid, context, red, green, blue); in GL_SecondaryColor3ub()
|