Home
last modified time | relevance | path

Searched refs:near_val (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/GL/
Dgl.h878 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/
Dgl_core_3_1.hpp1369 …(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val…
Dgl_core_3_1.cpp2437 …(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()