Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DStateTrackingSupport.h195 struct SamplerInfo { struct
202 class ScopedView : public ScopedLockedView<SamplerInfo> { argument
204 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument
205 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()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp6200 struct SamplerInfo { struct in goldfish_vk::VkDecoderGlobalState::Impl
6201 bool needEmulatedAlpha = false;
6202 VkSamplerCreateInfo createInfo = {};
6203 VkSampler emulatedborderSampler = VK_NULL_HANDLE;