Home
last modified time | relevance | path

Searched refs:Color4ubv (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dvbfill.c1246 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()
H A Dpointers.c186 table->Color4ubv = gl_Color4ubv; in init_exec_pointers()
371 table->Color4ubv = gl_save_Color4ubv; in init_dlist_pointers()
H A Dtypes.h339 void (*Color4ubv)( GLcontext *, const GLubyte * ); member
H A Dapi.c428 (*CC->API.Color4ubv)( CC, v ); in _mesa_Color4ubv()
H A Ddlist.c994 (*ctx->Exec.Color4ubv)( ctx, c ); in gl_save_Color4ubv()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s84 USE_GL_FUNC Color4ubv, 36, 4
H A Dicd.h50 void (GLAPIENTRY * Color4ubv)(const GLubyte *);
H A Dglfuncs.h47 USE_GL_FUNC(Color4ubv, (const GLubyte *v), (v), 36, 4)