Home
last modified time | relevance | path

Searched refs:setVertexFogMode (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp228 void setVertexFogMode(FogMode fogMode);
DVertexProcessor.cpp361 void VertexProcessor::setVertexFogMode(FogMode fogMode) in setVertexFogMode() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp71 setVertexFogMode(FOG_NONE); in Device()
DContext.cpp2019 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()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp74 setVertexFogMode(FOG_NONE); in Device()