Searched refs:gl_DepthRange (Results 1 – 4 of 4) sorted by relevance
99 extern void gl_DepthRange( GLcontext* ctx, GLclampd nearval, GLclampd farval );
141 void gl_DepthRange( GLcontext* ctx, GLclampd nearval, GLclampd farval ) in gl_DepthRange() function
202 table->DepthRange = gl_DepthRange; in init_exec_pointers()
2572 gl_DepthRange( ctx, (GLclampd) n[1].f, (GLclampd) n[2].f ); in execute_list()