Home
last modified time | relevance | path

Searched refs:SamplerProps (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h112 struct SamplerProps { struct
206 gfxstream::guest::HybridComponentManager<1000, uint32_t, SamplerProps> component;
215 const SamplerProps* info = internalInfo_const()->component.get_const(id); in samplerExists()
220 SamplerProps* get(GLuint id) { in get()
223 const SamplerProps* get_const(GLuint id) { in get_const()
227 SamplerProps props; in addFresh()
231 SamplerProps* bind(GLuint id) { in bind()
234 SamplerProps* res = get(id); in bind()
238 SamplerProps* props = get(id); in ref()
243 SamplerProps* props = get(id); in unref()