Searched defs:coordBit (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Denable.c697 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S); local
698 GLbitfield newenabled = texUnit->TexGenEnabled & ~coordBit;
700 newenabled |= coordBit;
1435 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S); local
1436 return (texUnit->TexGenEnabled & coordBit) ? GL_TRUE : GL_FALSE;

Completed in 91 milliseconds