Searched refs:setDepthRangef (Results 1 – 4 of 4) sorted by relevance
396 void setDepthRangef(GLclampf zNear, GLclampf zFar);
875 ctx->setDepthRangef(zNear, zFar); in glDepthRangef()882 ctx->setDepthRangef(X2F(zNear),X2F(zFar)); in glDepthRangex()
1611 void GLEScontext::setDepthRangef(GLclampf zNear, GLclampf zFar) { in setDepthRangef() function in GLEScontext
1497 ctx->setDepthRangef(zNear, zFar); in glDepthRangef()