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()
6095 struct SamplerInfo { struct in gfxstream::vk::VkDecoderGlobalState::Impl6096 VkDevice device;6097 bool needEmulatedAlpha = false;6098 VkSamplerCreateInfo createInfo = {};6099 VkSampler emulatedborderSampler = VK_NULL_HANDLE;6100 android::base::BumpPool pool = android::base::BumpPool(256);6102 SamplerInfo& operator=(const SamplerInfo& other) { in operator =()6110 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function