Lines Matching defs:tex
548 const TextureBinding& tex = m_textures[ndx];
549 const tcu::Sampler& sampler = tex.getSampler();
553 if (tex.getType() == TextureBinding::TYPE_NONE)
559 if (tex.getType() == TextureBinding::TYPE_2D_ARRAY)
562 if (tex.getType() == TextureBinding::TYPE_3D)
569 switch (tex.getType())
573 texObj = tex.get2D()->getGLTexture();
577 texObj = tex.getCube()->getGLTexture();
581 texObj = tex.get2DArray()->getGLTexture();
585 texObj = tex.get3D()->getGLTexture();
589 texObj = tex.getCubeArray()->getGLTexture();