Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h259 struct SamplerInfo { struct
265 SamplerInfo() = default; argument
266 SamplerInfo& operator=(const SamplerInfo& other) {
274 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function
275 SamplerInfo(SamplerInfo&& other) = delete;
276 SamplerInfo& operator=(SamplerInfo&& other) = delete; argument
DVkDecoderGlobalState.cpp7643 std::unordered_map<VkSampler, SamplerInfo> mSamplerInfo;
/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
DGLClientState.cpp478 SamplerInfo::ScopedView view(mSamplerInfo); in setExistence()
542 SamplerInfo::ScopedView view(mSamplerInfo); in samplerExists()
1376 SamplerInfo::ScopedView view(mSamplerInfo); in bindSampler()
2930 void GLClientState::setSamplerInfo(SamplerInfo* samplerInfo) { in setSamplerInfo()
DGLSharedGroup.cpp306 SamplerInfo* GLSharedGroup::getSamplerInfo() { in getSamplerInfo()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h184 SamplerInfo m_samplerInfo;
201 SamplerInfo* getSamplerInfo();
DGLClientState.h527 void setSamplerInfo(SamplerInfo* samplerInfo);
591 SamplerInfo* mSamplerInfo;