Searched defs:GetSampler (Results 1 – 6 of 6) sorted by relevance
392 VkSampler GetSampler() const { return sampler_; } in GetSampler() function406 VkSampler GetSampler() const { return sampler_; } in GetSampler() function
95 Sampler* GetSampler() const { return sampler_; } in GetSampler() function
556 Sampler* GetSampler() const { return sampler_; } in GetSampler() function580 Sampler* GetSampler() const { return sampler_; } in GetSampler() function
153 Sampler* GetSampler(const std::string& name) const { in GetSampler() function
151 func (m *TraceConfig) GetSampler() isTraceConfig_Sampler { func
733 STDMETHOD(GetSampler)(THIS_ UINT index, ID3D10SamplerState **sampler) PURE; in DECLARE_INTERFACE_() local