Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_4_autogen.h55 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3ui(GLuint red, GLuint green, GLuint blue);
Dentry_points_gl_1_4_autogen.cpp524 void GL_APIENTRY SecondaryColor3ui(GLuint red, GLuint green, GLuint blue) in SecondaryColor3ui() function
538 ANGLE_CAPTURE(SecondaryColor3ui, isCallValid, context, red, green, blue); in SecondaryColor3ui()
Dproc_table_wgl_autogen.cpp777 {"glSecondaryColor3ui", P(gl::SecondaryColor3ui)},
DlibGL_autogen.cpp2288 return gl::SecondaryColor3ui(red, green, blue); in glSecondaryColor3ui()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h274 vfmt->SecondaryColor3ui = NAME(SecondaryColor3ui);
Dvbo_attrib_tmp.h2609 TAG(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1005 SecondaryColor3ui, enumerator
Dentry_points_enum_autogen.cpp1995 case EntryPoint::SecondaryColor3ui: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c310 SET_SecondaryColor3ui(tab, vfmt->SecondaryColor3ui); in install_vtxfmt()
Ddd.h1761 void (GLAPIENTRYP SecondaryColor3ui)( GLuint red, GLuint green, GLuint blue );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1287 { "glSecondaryColor3ui", _O(SecondaryColor3ui) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp10185 ANGLE_CAPTURE(SecondaryColor3ui, isCallValid, context, red, green, blue); in GL_SecondaryColor3ui()