Searched refs:setVertexFogMode (Results 1 – 5 of 5) sorted by relevance
228 void setVertexFogMode(FogMode fogMode);
361 void VertexProcessor::setVertexFogMode(FogMode fogMode) in setVertexFogMode() function in sw::VertexProcessor
71 setVertexFogMode(FOG_NONE); in Device()
2019 case GL_LINEAR: device->setVertexFogMode(sw::FOG_LINEAR); break; in applyState()2020 case GL_EXP: device->setVertexFogMode(sw::FOG_EXP); break; in applyState()2021 case GL_EXP2: device->setVertexFogMode(sw::FOG_EXP2); break; in applyState()
74 setVertexFogMode(FOG_NONE); in Device()