Home
last modified time | relevance | path

Searched refs:znear (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_utils.h75 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 Dgears.c251 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