Searched refs:coordBit (Results 1 – 1 of 1) sorted by relevance
697 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S); in _mesa_set_enable() local698 GLbitfield newenabled = texUnit->TexGenEnabled & ~coordBit; in _mesa_set_enable()700 newenabled |= coordBit; in _mesa_set_enable()1435 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S); in _mesa_IsEnabled() local1436 return (texUnit->TexGenEnabled & coordBit) ? GL_TRUE : GL_FALSE; in _mesa_IsEnabled()