Home
last modified time | relevance | path

Searched refs:Indexi (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpointers.c262 table->Indexi = gl_Indexi; in init_exec_pointers()
451 table->Indexi = gl_save_Indexi; in init_dlist_pointers()
H A Dapi.c1081 (*CC->API.Indexi)( CC, c ); in _mesa_Indexi()
1088 (*CC->API.Indexi)( CC, (GLint) c ); in _mesa_Indexs()
1096 (*CC->API.Indexi)( CC, (GLint) c ); in _mesa_Indexub()
1118 (*CC->API.Indexi)( CC, *c ); in _mesa_Indexiv()
1125 (*CC->API.Indexi)( CC, (GLint) *c ); in _mesa_Indexsv()
1133 (*CC->API.Indexi)( CC, (GLint) *c ); in _mesa_Indexubv()
H A Dtypes.h428 void (*Indexi)( GLcontext *, GLint c ); member
H A Ddlist.c1450 (*ctx->Exec.Indexi)( ctx, index ); in gl_save_Indexi()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s175 USE_GL_FUNC Indexi, 48, 4
H A Dicd.h62 void (GLAPIENTRY * Indexi)(GLint);
H A Dglfuncs.h59 USE_GL_FUNC(Indexi, (GLint c), (c), 48, 4)