Home
last modified time | relevance | path

Searched refs:SecondaryColor3ub (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_4_autogen.h53 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
Dentry_points_gl_1_4_autogen.cpp489 void GL_APIENTRY SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in SecondaryColor3ub() function
503 ANGLE_CAPTURE(SecondaryColor3ub, isCallValid, context, red, green, blue); in SecondaryColor3ub()
Dproc_table_wgl_autogen.cpp775 {"glSecondaryColor3ub", P(gl::SecondaryColor3ub)},
DlibGL_autogen.cpp2278 return gl::SecondaryColor3ub(red, green, blue); in glSecondaryColor3ub()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h276 vfmt->SecondaryColor3ub = NAME(SecondaryColor3ub);
Dvbo_attrib_tmp.h2627 TAG(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1003 SecondaryColor3ub, enumerator
Dentry_points_enum_autogen.cpp1991 case EntryPoint::SecondaryColor3ub: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c312 SET_SecondaryColor3ub(tab, vfmt->SecondaryColor3ub); in install_vtxfmt()
Ddd.h1763 void (GLAPIENTRYP SecondaryColor3ub)( GLubyte red, GLubyte green, GLubyte blue );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1285 { "glSecondaryColor3ub", _O(SecondaryColor3ub) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp10137 ANGLE_CAPTURE(SecondaryColor3ub, isCallValid, context, red, green, blue); in GL_SecondaryColor3ub()