Lines Matching refs:GLdouble
63 GLdouble converted_equation[4]; in _es_ClipPlanef()
66 converted_equation[i] = (GLdouble) (equation[i]); in _es_ClipPlanef()
76 GLdouble converted_equation[4]; in _es_ClipPlanex()
79 converted_equation[i] = (GLdouble) (equation[i] / 65536.0); in _es_ClipPlanex()
189 _mesa_Frustum((GLdouble) (left), in _es_Frustumf()
190 (GLdouble) (right), in _es_Frustumf()
191 (GLdouble) (bottom), in _es_Frustumf()
192 (GLdouble) (top), in _es_Frustumf()
193 (GLdouble) (zNear), in _es_Frustumf()
194 (GLdouble) (zFar)); in _es_Frustumf()
201 _mesa_Frustum((GLdouble) (left / 65536.0), in _es_Frustumx()
202 (GLdouble) (right / 65536.0), in _es_Frustumx()
203 (GLdouble) (bottom / 65536.0), in _es_Frustumx()
204 (GLdouble) (top / 65536.0), in _es_Frustumx()
205 (GLdouble) (zNear / 65536.0), in _es_Frustumx()
206 (GLdouble) (zFar / 65536.0)); in _es_Frustumx()
213 GLdouble converted_equation[4]; in _es_GetClipPlanef()
225 GLdouble converted_equation[4]; in _es_GetClipPlanex()
656 _mesa_Ortho((GLdouble) (left), in _es_Orthof()
657 (GLdouble) (right), in _es_Orthof()
658 (GLdouble) (bottom), in _es_Orthof()
659 (GLdouble) (top), in _es_Orthof()
660 (GLdouble) (zNear), in _es_Orthof()
661 (GLdouble) (zFar)); in _es_Orthof()
668 _mesa_Ortho((GLdouble) (left / 65536.0), in _es_Orthox()
669 (GLdouble) (right / 65536.0), in _es_Orthox()
670 (GLdouble) (bottom / 65536.0), in _es_Orthox()
671 (GLdouble) (top / 65536.0), in _es_Orthox()
672 (GLdouble) (zNear / 65536.0), in _es_Orthox()
673 (GLdouble) (zFar / 65536.0)); in _es_Orthox()