Home
last modified time | relevance | path

Searched refs:zfar (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);
79 double zfar = 1);
84 double zfar = 1);
/third_party/glfw/examples/
H A Dgears.c251 GLfloat xmax, znear, zfar; in reshape() local
254 zfar = 30.0f; in reshape()
260 glFrustum( -xmax, xmax, -xmax*h, xmax*h, znear, zfar ); in reshape()

Completed in 4 milliseconds