Searched refs:clampToZerof (Results 1 – 2 of 2) sorted by relevance
55 inline GLfloat clampToZerof(GLfloat) CONST;166 GLfloat clampToZerof(GLfloat v) { in clampToZerof() function
893 zNear = clampToZerof(zNear > 1 ? 1 : zNear); in depthRangef()894 zFar = clampToZerof(zFar > 1 ? 1 : zFar); in depthRangef()