Searched refs:SamplerD3D (Results 1 – 4 of 4) sorted by relevance
17 class SamplerD3D : public SamplerImpl20 SamplerD3D(const gl::SamplerState &state) : SamplerImpl(state) {} in SamplerD3D() function21 ~SamplerD3D() override {} in ~SamplerD3D()26 inline angle::Result SamplerD3D::syncState(const gl::Context *context, const bool dirtyBits) in syncState()
47 "SamplerD3D.h",
126 return new SamplerD3D(state); in createSampler()
226 return new SamplerD3D(state); in createSampler()