Searched refs:direct_illum_xyz (Results 1 – 1 of 1) sorted by relevance
297 float direct_illum_xyz[3] = { in CalculateScene() local320 ALOGV("Direct XYZ: %f, %f, %f", direct_illum_xyz[0], direct_illum_xyz[1], in CalculateScene()321 direct_illum_xyz[2]); in CalculateScene()337 mat_xyz[0] *= direct_illum_xyz[0]; in CalculateScene()338 mat_xyz[1] *= direct_illum_xyz[1]; in CalculateScene()339 mat_xyz[2] *= direct_illum_xyz[2]; in CalculateScene()