Searched refs:Color4ubv (Results 1 – 8 of 8) sorted by relevance
1246 ctx->Exec.Color4ubv = gl_ColorMat4ubv; in gl_set_color_function()1254 ctx->Exec.Color4ubv = gl_Color4ubv8bit; in gl_set_color_function()1262 ctx->Exec.Color4ubv = gl_Color4ubv; in gl_set_color_function()1270 ctx->API.Color4ubv = ctx->Exec.Color4ubv; in gl_set_color_function()
186 table->Color4ubv = gl_Color4ubv; in init_exec_pointers()371 table->Color4ubv = gl_save_Color4ubv; in init_dlist_pointers()
339 void (*Color4ubv)( GLcontext *, const GLubyte * ); member
428 (*CC->API.Color4ubv)( CC, v ); in _mesa_Color4ubv()
994 (*ctx->Exec.Color4ubv)( ctx, c ); in gl_save_Color4ubv()
84 USE_GL_FUNC Color4ubv, 36, 4
50 void (GLAPIENTRY * Color4ubv)(const GLubyte *);
47 USE_GL_FUNC(Color4ubv, (const GLubyte *v), (v), 36, 4)