Searched refs:Color3ub (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 248 vfmt->Color3ub = NAME(Color3ub);
|
D | vbo_attrib_tmp.h | 1695 TAG(Color3ub)(GLubyte red, GLubyte green, GLubyte blue) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 123 Color3ub, enumerator
|
D | entry_points_enum_autogen.cpp | 231 case EntryPoint::Color3ub: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 284 SET_Color3ub(tab, vfmt->Color3ub); in install_vtxfmt()
|
D | dd.h | 1638 void (GLAPIENTRYP Color3ub)( GLubyte red, GLubyte green, GLubyte blue );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 583 { "glColor3ub", _O(Color3ub) },
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 49 ANGLE_EXPORT void GL_APIENTRY Color3ub(GLubyte red, GLubyte green, GLubyte blue);
|
D | proc_table_wgl_autogen.cpp | 130 {"glColor3ub", P(gl::Color3ub)},
|
D | entry_points_gl_1_0_autogen.cpp | 468 void GL_APIENTRY Color3ub(GLubyte red, GLubyte green, GLubyte blue) in Color3ub() function 482 ANGLE_CAPTURE(Color3ub, isCallValid, context, red, green, blue); in Color3ub()
|
D | libGL_autogen.cpp | 165 return gl::Color3ub(red, green, blue); in glColor3ub()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 615 ANGLE_CAPTURE(Color3ub, isCallValid, context, red, green, blue); in GL_Color3ub()
|