Searched refs:SecondaryColor3us (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 | 57 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3us(GLushort red, GLushort green, GLushort blue);
|
D | entry_points_gl_1_4_autogen.cpp | 559 void GL_APIENTRY SecondaryColor3us(GLushort red, GLushort green, GLushort blue) in SecondaryColor3us() function 573 ANGLE_CAPTURE(SecondaryColor3us, isCallValid, context, red, green, blue); in SecondaryColor3us()
|
D | proc_table_wgl_autogen.cpp | 779 {"glSecondaryColor3us", P(gl::SecondaryColor3us)},
|
D | libGL_autogen.cpp | 2298 return gl::SecondaryColor3us(red, green, blue); in glSecondaryColor3us()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 275 vfmt->SecondaryColor3us = NAME(SecondaryColor3us);
|
D | vbo_attrib_tmp.h | 2618 TAG(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1007 SecondaryColor3us, enumerator
|
D | entry_points_enum_autogen.cpp | 1999 case EntryPoint::SecondaryColor3us: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 311 SET_SecondaryColor3us(tab, vfmt->SecondaryColor3us); in install_vtxfmt()
|
D | dd.h | 1762 void (GLAPIENTRYP SecondaryColor3us)( GLushort red, GLushort green, GLushort blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1289 { "glSecondaryColor3us", _O(SecondaryColor3us) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 10233 ANGLE_CAPTURE(SecondaryColor3us, isCallValid, context, red, green, blue); in GL_SecondaryColor3us()
|