Home
last modified time | relevance | path

Searched refs:gl_CopyTexImage2D (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dteximage.h146 extern void gl_CopyTexImage2D( GLcontext *ctx,
H A Dpointers.c194 table->CopyTexImage2D = gl_CopyTexImage2D; in init_exec_pointers()
H A Dteximage.c1648 void gl_CopyTexImage2D( GLcontext *ctx, in gl_CopyTexImage2D() function
H A Ddlist.c2551 gl_CopyTexImage2D( ctx, n[1].e, n[2].i, n[3].e, n[4].i, in execute_list()