Searched refs:lightModel (Results 1 – 2 of 2) sorted by relevance
2162 LightModelParameters &lightModel = state->lightModelParameters(); in SetLightModelParameters() local2167 lightModel.color = ColorF::fromData(params); in SetLightModelParameters()2170 lightModel.twoSided = *params == 1.0f ? true : false; in SetLightModelParameters()2179 const LightModelParameters &lightModel = state->lightModelParameters(); in GetLightModelParameters() local2184 *params = lightModel.twoSided ? 1.0f : 0.0f; in GetLightModelParameters()2187 lightModel.color.writeData(params); in GetLightModelParameters()
325 const auto &lightModel = gles1State.mLightModel; in prepareForDraw() local328 lightModel.color.data()); in prepareForDraw()