Home
last modified time | relevance | path

Searched refs:converted_equation (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Des1_conversion.c49 GLdouble converted_equation[4]; in _mesa_ClipPlanef() local
51 for (i = 0; i < ARRAY_SIZE(converted_equation); i++) { in _mesa_ClipPlanef()
52 converted_equation[i] = (GLdouble) (equation[i]); in _mesa_ClipPlanef()
55 _mesa_ClipPlane(plane, converted_equation); in _mesa_ClipPlanef()
62 GLdouble converted_equation[4]; in _mesa_ClipPlanex() local
64 for (i = 0; i < ARRAY_SIZE(converted_equation); i++) { in _mesa_ClipPlanex()
65 converted_equation[i] = (GLdouble) (equation[i] / 65536.0); in _mesa_ClipPlanex()
68 _mesa_ClipPlane(plane, converted_equation); in _mesa_ClipPlanex()
190 GLdouble converted_equation[4]; in _mesa_GetClipPlanef() local
192 _mesa_GetClipPlane(plane, converted_equation); in _mesa_GetClipPlanef()
202 GLdouble converted_equation[4]; _mesa_GetClipPlanex() local
[all...]

Completed in 1 milliseconds