Lines Matching refs:unit
458 void toUnit (int unit) const;604 void Texture::toUnit (const int unit) const606 glActiveTexture(GL_TEXTURE0 + unit);1327 // Bind textures to units, in random order (because when multiple texture specs have same unit, we want to pick one randomly).