Lines Matching defs:SRGBTestSampler
301 class SRGBTestSampler
304 SRGBTestSampler (Context& context,
310 ~SRGBTestSampler (void);
332 SRGBTestSampler::SRGBTestSampler (Context& context,
355 SRGBTestSampler::~SRGBTestSampler (void)
360 void SRGBTestSampler::setDecode (const SRGBDecode decoding)
380 void SRGBTestSampler::setTextureUnit (const deUint32 textureUnit)
385 void SRGBTestSampler::setIsActive (const bool isActive)
390 bool SRGBTestSampler::getIsActive (void) const
395 void SRGBTestSampler::bindToTexture (void)
908 std::vector<SRGBTestSampler*> m_samplerList;
1103 SRGBTestSampler *sampler = new SRGBTestSampler(m_context, wrapS, wrapT, minFilter, magFilter, decoding);