Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_4_autogen.h54 ANGLE_EXPORT void GL_APIENTRY SecondaryColor3ubv(const GLubyte *v);
Dentry_points_gl_1_4_autogen.cpp507 void GL_APIENTRY SecondaryColor3ubv(const GLubyte *v) in SecondaryColor3ubv() function
520 ANGLE_CAPTURE(SecondaryColor3ubv, isCallValid, context, v); in SecondaryColor3ubv()
Dproc_table_wgl_autogen.cpp776 {"glSecondaryColor3ubv", P(gl::SecondaryColor3ubv)},
DlibGL_autogen.cpp2283 return gl::SecondaryColor3ubv(v); in glSecondaryColor3ubv()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h283 vfmt->SecondaryColor3ubv = NAME(SecondaryColor3ubv);
Dvbo_attrib_tmp.h2688 TAG(SecondaryColor3ubv)(const GLubyte *v) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1004 SecondaryColor3ubv, enumerator
Dentry_points_enum_autogen.cpp1993 case EntryPoint::SecondaryColor3ubv: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c319 SET_SecondaryColor3ubv(tab, vfmt->SecondaryColor3ubv); in install_vtxfmt()
Ddd.h1770 void (GLAPIENTRYP SecondaryColor3ubv)( const GLubyte *v );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1286 { "glSecondaryColor3ubv", _O(SecondaryColor3ubv) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp10161 ANGLE_CAPTURE(SecondaryColor3ubv, isCallValid, context, v); in GL_SecondaryColor3ubv()