Searched defs:SamplerInfo (Results 1 – 2 of 2) sorted by relevance
195 struct SamplerInfo { struct202 class ScopedView : public ScopedLockedView<SamplerInfo> { argument204 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument205 bool samplerExists(GLuint id) const { in samplerExists()211 SamplerProps* get(GLuint id) { in get()214 const SamplerProps* get_const(GLuint id) { in get_const()217 void addFresh(GLuint id) { in addFresh()222 SamplerProps* bind(GLuint id) { in bind()228 void ref(GLuint id) { in ref()233 bool unref(GLuint id) { in unref()
6200 struct SamplerInfo { struct in goldfish_vk::VkDecoderGlobalState::Impl6201 bool needEmulatedAlpha = false;6202 VkSamplerCreateInfo createInfo = {};6203 VkSampler emulatedborderSampler = VK_NULL_HANDLE;