Lines Matching refs:ResTextureSampler
81 ResTextureSampler::GetOwnerCommand() const in GetOwnerCommand()
91 ResTextureSampler::SetTextureMipmapCommand() in SetTextureMipmapCommand()
727 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()
729 if ((sampler.GetMinFilter() != ResTextureSampler::MINFILTER_NEAREST) && in SetupTextureMapperCommand()
730 (sampler.GetMinFilter() != ResTextureSampler::MINFILTER_LINEAR)) in SetupTextureMapperCommand()
821 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()
823 if ((sampler.GetMinFilter() != ResTextureSampler::MINFILTER_NEAREST) && in SetupTextureMapperCommand()
824 (sampler.GetMinFilter() != ResTextureSampler::MINFILTER_LINEAR)) in SetupTextureMapperCommand()
883 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()
885 if ((sampler.GetMinFilter() != ResTextureSampler::MINFILTER_NEAREST) && in SetupTextureMapperCommand()
886 (sampler.GetMinFilter() != ResTextureSampler::MINFILTER_LINEAR)) in SetupTextureMapperCommand()