Searched defs:SamplerInfo (Results 1 – 2 of 2) sorted by relevance
204 struct SamplerInfo { struct211 class ScopedView : public ScopedLockedView<SamplerInfo> { argument213 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument214 bool samplerExists(GLuint id) const { in samplerExists()220 SamplerProps* get(GLuint id) { in get()223 const SamplerProps* get_const(GLuint id) { in get_const()226 void addFresh(GLuint id) { in addFresh()231 SamplerProps* bind(GLuint id) { in bind()237 void ref(GLuint id) { in ref()242 bool unref(GLuint id) { in unref()
259 struct SamplerInfo { struct265 SamplerInfo() = default; argument274 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function276 SamplerInfo& operator=(SamplerInfo&& other) = delete; argument