Home
last modified time | relevance | path

Searched defs:ShadowCache (Results 1 – 7 of 7) sorted by relevance

/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Dpiedraw.cpp415 struct ShadowCache { struct
417 struct CachedShadowData {
424 …def std::unordered_map<ShadowDrawParameters, CachedShadowData> ShadowDrawParametersToCachedDataMap;
425 …::unordered_map<iIMDShape *, ShadowDrawParametersToCachedDataMap, std::hash<iIMDShape *>> ShapeMap;
442 …owData& createCacheForShadowDraw(iIMDShape *shape, int flag, int flag_data, const glm::vec4 &light) in createCacheForShadowDraw()
449 void addPremultipliedVertexes(const CachedShadowData& cachedData, const glm::mat4 &modelViewMatrix) in addPremultipliedVertexes()
475 const std::vector<Vector3f>& getPremultipliedVertexes() in getPremultipliedVertexes()
480 void clearPremultipliedVertexes() in clearPremultipliedVertexes()
485 void setCurrentFrame(uint64_t currentFrame) in setCurrentFrame()
490 size_t removeUnused() in removeUnused()
[all …]
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kdecoration/
H A Doxygensettingsprovider.h20 class ShadowCache; variable
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/
H A Doxygenshadowhelper.h29 class ShadowCache; variable
/dports/graphics/rayshade/rayshade.4.0/libray/liblight/
H A Dlight.h48 } ShadowCache; typedef
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/liboxygen/
H A Doxygenshadowcache.cpp79 ShadowCache::ShadowCache( Helper& helper ): in ShadowCache() function in Oxygen::ShadowCache
/dports/graphics/gwenview/gwenview-21.12.3/lib/thumbnailview/
H A Dthumbnailbarview.cpp70 using ShadowCache = QMap<int, QPixmap>; typedef
H A Dpreviewitemdelegate.cpp116 using ShadowCache = QHash<int, QPixmap>; typedef