Home
last modified time | relevance | path

Searched refs:LightInfo (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_batching.c174 diff = poly1->surf.LightInfo.light_level - poly2->surf.LightInfo.light_level; in comparePolygons()
176 diff = poly1->surf.LightInfo.fade_start - poly2->surf.LightInfo.fade_start; in comparePolygons()
178 diff = poly1->surf.LightInfo.fade_end - poly2->surf.LightInfo.fade_end; in comparePolygons()
241 nextSurfaceInfo.LightInfo.fade_end = 0; in HWR_RenderBatches()
242 nextSurfaceInfo.LightInfo.fade_start = 0; in HWR_RenderBatches()
243 nextSurfaceInfo.LightInfo.light_level = 0; in HWR_RenderBatches()
388 currentSurfaceInfo.LightInfo.light_level != nextSurfaceInfo.LightInfo.light_level || in HWR_RenderBatches()
389 currentSurfaceInfo.LightInfo.fade_start != nextSurfaceInfo.LightInfo.fade_start || in HWR_RenderBatches()
390 currentSurfaceInfo.LightInfo.fade_end != nextSurfaceInfo.LightInfo.fade_end) in HWR_RenderBatches()
H A Dhw_defs.h284 FLightInfo LightInfo; member
H A Dhw_main.c232 Surface->LightInfo.light_level = light_level; in HWR_Lighting()
233 Surface->LightInfo.fade_start = (colormap != NULL) ? colormap->fadestart : 0; in HWR_Lighting()
234 Surface->LightInfo.fade_end = (colormap != NULL) ? colormap->fadeend : 31; in HWR_Lighting()
3540 surf.LightInfo.light_level = 0; in HWR_LinkDrawHackFinish()
3541 surf.LightInfo.fade_start = 0; in HWR_LinkDrawHackFinish()
3542 surf.LightInfo.fade_end = 31; in HWR_LinkDrawHackFinish()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMLightInfo.h17 class LightInfo : public DependNode
22 LightInfo():DependNode(){} in LightInfo() function
23LightInfo(FILE* file,const std::string& name,const std::string& parent="",bool shared=false,bool c…
25 virtual ~LightInfo(){} in ~LightInfo()
97LightInfo(FILE* file,const std::string& name,const std::string& parent,const std::string& nodeType…
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/devices/
H A DphilipsHueDevice.h38 class LightInfo
41LightInfo() : dirty(true), brightness(0), saturation(0), hue(0), transitiontime(0), laststate(0) {} in LightInfo() function
53 std::vector<LightInfo> lights;
H A DphilipsHueDevice.cpp205 LightInfo info; in updateLoop()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dcontent_mapblock.h41 struct LightInfo { struct
87 LightInfo blendLight(const v3f &vertex_pos);
103 const LightInfo *lights , const f32 *txc);
H A Dcontent_mapblock.cpp156 TileSpec *tiles, int tilecount, const LightInfo *lights, const f32 *txc) in drawCuboid()
304 LightInfo MapblockMeshGenerator::blendLight(const v3f &vertex_pos) in blendLight()
325 return LightInfo{lightDay, lightNight, lightBoosted}; in blendLight()
333 LightInfo light = blendLight(vertex_pos); in blendLightColor()
340 LightInfo light = blendLight(vertex_pos); in blendLightColor()
397 LightInfo lights[8]; in drawAutoLightedCuboid()
/dports/math/vtk9/VTK-9.1.0/Rendering/Parallel/
H A DvtkParallelRenderManager.h661 struct LightInfo struct
668 LightInfo() = default; argument
H A DvtkParallelRenderManager.cxx481 vtkParallelRenderManager::LightInfo lightInfo; in StartRender()
1753 vtkParallelRenderManager::LightInfo lightInfo; in SatelliteStartRender()
2002 bool vtkParallelRenderManager::LightInfo::Restore(vtkMultiProcessStream& stream) in Restore()
2016 void vtkParallelRenderManager::LightInfo::Save(vtkMultiProcessStream& stream) in Save()
/dports/math/vtk8/VTK-8.2.0/Rendering/Parallel/
H A DvtkParallelRenderManager.h672 struct LightInfo struct
679 LightInfo() {} in LightInfo() argument
H A DvtkParallelRenderManager.cxx499 vtkParallelRenderManager::LightInfo lightInfo; in StartRender()
1834 vtkParallelRenderManager::LightInfo lightInfo; in SatelliteStartRender()
2125 bool vtkParallelRenderManager::LightInfo::Restore(vtkMultiProcessStream& stream) in Restore()
2140 void vtkParallelRenderManager::LightInfo::Save(vtkMultiProcessStream& stream) in Save()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/sceneparsers/gltfexport/
H A Dgltfexporter.h204 struct LightInfo { in Q_DECLARE_LOGGING_CATEGORY() struct
302 QHash<Qt3DRender::QAbstractLight *, LightInfo> m_lightInfo; in Q_DECLARE_LOGGING_CATEGORY()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qt3d/examples/qt3d/wave/shaders/
H A Dribbon.frag10 uniform struct LightInfo {
H A Dribbonwireframe.frag13 uniform struct LightInfo {
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qt3d/examples/qt3d/wireframe/shaders/
H A Drobustwireframe.frag3 uniform struct LightInfo {
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreSceneManager.h548 struct _OgreExport LightInfo struct
556 bool operator== (const LightInfo& rhs) const argument
562 bool operator!= (const LightInfo& rhs) const
568 typedef std::vector<LightInfo> LightInfoList;
/dports/math/vtk6/VTK-6.2.0/Rendering/Parallel/
H A DvtkParallelRenderManager.cxx499 vtkParallelRenderManager::LightInfo lightInfo; in StartRender()
1839 vtkParallelRenderManager::LightInfo lightInfo; in SatelliteStartRender()
2130 bool vtkParallelRenderManager::LightInfo::Restore(vtkMultiProcessStream& stream) in Restore()
2145 void vtkParallelRenderManager::LightInfo::Save(vtkMultiProcessStream& stream) in Save()
H A DvtkParallelRenderManager.h564 struct LightInfo struct
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreSceneManager.h511 struct _OgreExport LightInfo struct
519 bool operator== (const LightInfo& rhs) const argument
525 bool operator!= (const LightInfo& rhs) const
531 typedef vector<LightInfo>::type LightInfoList;
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_raster.h225 struct LightInfo { struct
236 LightInfo() { in LightInfo() function
275 LightInfo *light_info;
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_raster.h225 struct LightInfo { struct
236 LightInfo() { in LightInfo() function
275 LightInfo *light_info;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/r_opengl/
H A Dr_opengl.c2035 UNIFORM_1(shader->uniforms[gluniform_lighting], Surface->LightInfo.light_level, pglUniform1f); in Shader_SetUniforms()
2036 UNIFORM_1(shader->uniforms[gluniform_fade_start], Surface->LightInfo.fade_start, pglUniform1f); in Shader_SetUniforms()
2037 UNIFORM_1(shader->uniforms[gluniform_fade_end], Surface->LightInfo.fade_end, pglUniform1f); in Shader_SetUniforms()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/PCZSceneManager/src/
H A DOgrePCZSceneManager.cpp1000 LightInfo lightInfo; in findLightsAffectingFrustum()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/PCZSceneManager/src/
H A DOgrePCZSceneManager.cpp1002 LightInfo lightInfo; in findLightsAffectingFrustum()

12