Searched refs:SamplerInfo (Results 1 – 7 of 7) sorted by relevance
259 struct SamplerInfo { struct265 SamplerInfo() = default; argument266 SamplerInfo& operator=(const SamplerInfo& other) {274 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function275 SamplerInfo(SamplerInfo&& other) = delete;276 SamplerInfo& operator=(SamplerInfo&& other) = delete; argument
7643 std::unordered_map<VkSampler, SamplerInfo> mSamplerInfo;
204 struct SamplerInfo { struct211 class ScopedView : public ScopedLockedView<SamplerInfo> { argument213 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument
478 SamplerInfo::ScopedView view(mSamplerInfo); in setExistence()542 SamplerInfo::ScopedView view(mSamplerInfo); in samplerExists()1376 SamplerInfo::ScopedView view(mSamplerInfo); in bindSampler()2930 void GLClientState::setSamplerInfo(SamplerInfo* samplerInfo) { in setSamplerInfo()
306 SamplerInfo* GLSharedGroup::getSamplerInfo() { in getSamplerInfo()
184 SamplerInfo m_samplerInfo;201 SamplerInfo* getSamplerInfo();
527 void setSamplerInfo(SamplerInfo* samplerInfo);591 SamplerInfo* mSamplerInfo;