Home
last modified time | relevance | path

Searched refs:LightModelParameters (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.h50 struct LightModelParameters struct
52 LightModelParameters();
194 LightModelParameters &lightModelParameters();
195 const LightModelParameters &lightModelParameters() const;
310 LightModelParameters mLightModel;
DGLES1State.cpp29 LightModelParameters::LightModelParameters() = default;
405 LightModelParameters &GLES1State::lightModelParameters() in lightModelParameters()
411 const LightModelParameters &GLES1State::lightModelParameters() const in lightModelParameters()
Dqueryutils.cpp2261 LightModelParameters &lightModel = state->lightModelParameters(); in SetLightModelParameters()
2278 const LightModelParameters &lightModel = state->lightModelParameters(); in GetLightModelParameters()