Home
last modified time | relevance | path

Searched defs:SamplerInfo (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DStateTrackingSupport.h204 struct SamplerInfo { struct
211 class ScopedView : public ScopedLockedView<SamplerInfo> { argument
213 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument
214 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()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp6095 struct SamplerInfo { struct in gfxstream::vk::VkDecoderGlobalState::Impl
6096 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