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.cpp6585 struct SamplerInfo { struct in goldfish_vk::VkDecoderGlobalState::Impl
6586 bool needEmulatedAlpha = false;
6587 VkSamplerCreateInfo createInfo = {};
6588 VkSampler emulatedborderSampler = VK_NULL_HANDLE;