Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h259 struct SamplerInfo { struct
265 SamplerInfo() = default; argument
274 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function
276 SamplerInfo& operator=(SamplerInfo&& other) = delete; argument