Searched refs:near_val (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/include/GL/ |
D | gl.h | 878 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val ); 898 GLdouble near_val, GLdouble far_val ); 902 GLdouble near_val, GLdouble far_val );
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.hpp | 1369 …(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val…
|
D | gl_core_3_1.cpp | 2437 …(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) in Switch_Ortho() argument 2440 Ortho(left, right, bottom, top, near_val, far_val); in Switch_Ortho()
|