Searched refs:coordBit (Results 1 – 1 of 1) sorted by relevance
890 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S); in _mesa_set_enable() local891 GLbitfield newenabled = texUnit->TexGenEnabled & ~coordBit; in _mesa_set_enable()893 newenabled |= coordBit; in _mesa_set_enable()1713 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S); in _mesa_IsEnabled() local1714 return (texUnit->TexGenEnabled & coordBit) ? GL_TRUE : GL_FALSE; in _mesa_IsEnabled()