Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_4_autogen.h57 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3us(GLushort red, GLushort green, GLushort blue);
Dentry_points_gl_1_4_autogen.cpp559 void GL_APIENTRY SecondaryColor3us(GLushort red, GLushort green, GLushort blue) in SecondaryColor3us() function
573 ANGLE_CAPTURE(SecondaryColor3us, isCallValid, context, red, green, blue); in SecondaryColor3us()
Dproc_table_wgl_autogen.cpp779 {"glSecondaryColor3us", P(gl::SecondaryColor3us)},
DlibGL_autogen.cpp2298 return gl::SecondaryColor3us(red, green, blue); in glSecondaryColor3us()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h275 vfmt->SecondaryColor3us = NAME(SecondaryColor3us);
Dvbo_attrib_tmp.h2618 TAG(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1007 SecondaryColor3us, enumerator
Dentry_points_enum_autogen.cpp1999 case EntryPoint::SecondaryColor3us: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c311 SET_SecondaryColor3us(tab, vfmt->SecondaryColor3us); in install_vtxfmt()
Ddd.h1762 void (GLAPIENTRYP SecondaryColor3us)( GLushort red, GLushort green, GLushort blue );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1289 { "glSecondaryColor3us", _O(SecondaryColor3us) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp10233 ANGLE_CAPTURE(SecondaryColor3us, isCallValid, context, red, green, blue); in GL_SecondaryColor3us()