Home
last modified time | relevance | path

Searched refs:LightModel (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h158 struct LightModel { struct
186 const LightModel& getLightModelInfo();
251 LightModel mLightModel;
DGLEScmContext.cpp153 android::base::loadBufferPtr<LightModel>(stream, &mLightModel); in GLEScmContext()
226 const GLEScmContext::LightModel& GLEScmContext::getLightModelInfo() { in getLightModelInfo()
277 android::base::saveBuffer<LightModel>(stream, &mLightModel, 1); in onSave()