Searched refs:SecondaryColor3ubv (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 | 54 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3ubv(const GLubyte *v);
|
D | entry_points_gl_1_4_autogen.cpp | 507 void GL_APIENTRY SecondaryColor3ubv(const GLubyte *v) in SecondaryColor3ubv() function 520 ANGLE_CAPTURE(SecondaryColor3ubv, isCallValid, context, v); in SecondaryColor3ubv()
|
D | proc_table_wgl_autogen.cpp | 776 {"glSecondaryColor3ubv", P(gl::SecondaryColor3ubv)},
|
D | libGL_autogen.cpp | 2283 return gl::SecondaryColor3ubv(v); in glSecondaryColor3ubv()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 283 vfmt->SecondaryColor3ubv = NAME(SecondaryColor3ubv);
|
D | vbo_attrib_tmp.h | 2688 TAG(SecondaryColor3ubv)(const GLubyte *v) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1004 SecondaryColor3ubv, enumerator
|
D | entry_points_enum_autogen.cpp | 1993 case EntryPoint::SecondaryColor3ubv: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 319 SET_SecondaryColor3ubv(tab, vfmt->SecondaryColor3ubv); in install_vtxfmt()
|
D | dd.h | 1770 void (GLAPIENTRYP SecondaryColor3ubv)( const GLubyte *v );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1286 { "glSecondaryColor3ubv", _O(SecondaryColor3ubv) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 10161 ANGLE_CAPTURE(SecondaryColor3ubv, isCallValid, context, v); in GL_SecondaryColor3ubv()
|