Searched refs:znear (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_utils.h | 75 MTLViewport GetViewport(const gl::Rectangle &rect, double znear = 0, double zfar = 1); 78 double znear = 0, 83 double znear = 0,
|
/third_party/glfw/examples/ |
H A D | gears.c | 251 GLfloat xmax, znear, zfar; in reshape() local 253 znear = 5.0f; in reshape() 255 xmax = znear * 0.5f; in reshape() 260 glFrustum( -xmax, xmax, -xmax*h, xmax*h, znear, zfar ); in reshape()
|
Completed in 2 milliseconds