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

/external/chromium_org/third_party/mesa/src/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;
/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 48 milliseconds