Lines Matching refs:SRGBTestTexture
400 class SRGBTestTexture
403 SRGBTestTexture (Context& context,
414 ~SRGBTestTexture (void);
444 SRGBTestTexture::SRGBTestTexture (Context& context,
472 SRGBTestTexture::~SRGBTestTexture (void)
476 void SRGBTestTexture::setParameters (void)
492 void SRGBTestTexture::setDecode (const SRGBDecode decoding)
526 void SRGBTestTexture::setHasSampler (const bool hasSampler)
531 deUint32 SRGBTestTexture::getHandle (void) const
536 deUint32 SRGBTestTexture::getGLTargetType (void) const
552 SRGBDecode SRGBTestTexture::getDecode (void) const
557 void SRGBTestTexture::upload (void)
562 void SRGBTestTexture::setColor (void)
907 std::vector<SRGBTestTexture*> m_textureSourceList;
1093 SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilter, magFilter, decoding);