Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_4_autogen.h51 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3s(GLshort red, GLshort green, GLshort blue);
Dentry_points_gl_1_4_autogen.cpp454 void GL_APIENTRY SecondaryColor3s(GLshort red, GLshort green, GLshort blue) in SecondaryColor3s() function
468 ANGLE_CAPTURE(SecondaryColor3s, isCallValid, context, red, green, blue); in SecondaryColor3s()
Dproc_table_wgl_autogen.cpp773 {"glSecondaryColor3s", P(gl::SecondaryColor3s)},
DlibGL_autogen.cpp2268 return gl::SecondaryColor3s(red, green, blue); in glSecondaryColor3s()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h273 vfmt->SecondaryColor3s = NAME(SecondaryColor3s);
Dvbo_attrib_tmp.h2600 TAG(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1001 SecondaryColor3s, enumerator
Dentry_points_enum_autogen.cpp1987 case EntryPoint::SecondaryColor3s: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c309 SET_SecondaryColor3s(tab, vfmt->SecondaryColor3s); in install_vtxfmt()
Ddd.h1760 void (GLAPIENTRYP SecondaryColor3s)( GLshort red, GLshort green, GLshort blue );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1283 { "glSecondaryColor3s", _O(SecondaryColor3s) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp10089 ANGLE_CAPTURE(SecondaryColor3s, isCallValid, context, red, green, blue); in GL_SecondaryColor3s()