Searched refs:converted_params (Results 1 – 1 of 1) sorted by relevance
144 GLfloat converted_params[4]; in _mesa_Fogxv() local168 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Fogxv()172 converted_params[i] = (GLfloat) params[i]; in _mesa_Fogxv()176 _mesa_Fogfv(pname, converted_params); in _mesa_Fogxv()232 GLfloat converted_params[4]; in _mesa_GetLightxv() local262 _mesa_GetLightfv(light, pname, converted_params); in _mesa_GetLightxv()264 params[i] = (GLint) (converted_params[i] * 65536); in _mesa_GetLightxv()273 GLfloat converted_params[4]; in _mesa_GetMaterialxv() local300 _mesa_GetMaterialfv(face, pname, converted_params); in _mesa_GetMaterialxv()302 params[i] = (GLint) (converted_params[i] * 65536); in _mesa_GetMaterialxv()[all …]