Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h248 vfmt->Color3ub = NAME(Color3ub);
Dvbo_attrib_tmp.h1695 TAG(Color3ub)(GLubyte red, GLubyte green, GLubyte blue) in TAG() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h123 Color3ub, enumerator
Dentry_points_enum_autogen.cpp231 case EntryPoint::Color3ub: in GetEntryPointName()
/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c284 SET_Color3ub(tab, vfmt->Color3ub); in install_vtxfmt()
Ddd.h1638 void (GLAPIENTRYP Color3ub)( GLubyte red, GLubyte green, GLubyte blue );
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp583 { "glColor3ub", _O(Color3ub) },
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h49 ANGLE_EXPORT void GL_APIENTRY Color3ub(GLubyte red, GLubyte green, GLubyte blue);
Dproc_table_wgl_autogen.cpp130 {"glColor3ub", P(gl::Color3ub)},
Dentry_points_gl_1_0_autogen.cpp468 void GL_APIENTRY Color3ub(GLubyte red, GLubyte green, GLubyte blue) in Color3ub() function
482 ANGLE_CAPTURE(Color3ub, isCallValid, context, red, green, blue); in Color3ub()
DlibGL_autogen.cpp165 return gl::Color3ub(red, green, blue); in glColor3ub()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp615 ANGLE_CAPTURE(Color3ub, isCallValid, context, red, green, blue); in GL_Color3ub()