Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Ddepth.h99 extern void gl_DepthRange( GLcontext* ctx, GLclampd nearval, GLclampd farval );
H A Ddepth.c141 void gl_DepthRange( GLcontext* ctx, GLclampd nearval, GLclampd farval ) in gl_DepthRange() function
H A Dpointers.c202 table->DepthRange = gl_DepthRange; in init_exec_pointers()
H A Ddlist.c2572 gl_DepthRange( ctx, (GLclampd) n[1].f, (GLclampd) n[2].f ); in execute_list()