Lines Matching refs:top
450 transform.matrix.load(top());
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
589 const GLfloat* const mv = modelview.top().elements();
602 const GLfloat* const mv = modelview.top().elements();
812 GLfloat bottom, GLfloat top,
817 cmpf(top, bottom) ||
826 const GLfloat r_height = reciprocalf(top - bottom);
831 const GLfloat B = (top + bottom) * r_height;
854 GLfloat bottom, GLfloat top,
859 cmpf(top, bottom) ||
866 const GLfloat r_height = reciprocalf(top - bottom);
872 const GLfloat ty = -(top + bottom) * r_height;
996 GLfloat bottom, GLfloat top,
1000 frustumf(left, right, bottom, top, zNear, zFar, c);
1005 GLfixed bottom, GLfixed top,
1010 fixedToFloat(bottom), fixedToFloat(top),
1017 GLfloat bottom, GLfloat top,
1021 orthof(left, right, bottom, top, zNear, zFar, c);
1026 GLfixed bottom, GLfixed top,
1031 fixedToFloat(bottom), fixedToFloat(top),
1124 GLfloat const* f = c->transforms.current->top().elements();