OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coordBit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
enable.c
697
GLbitfield
coordBit
= S_BIT << (cap - GL_TEXTURE_GEN_S);
698
GLbitfield newenabled = texUnit->TexGenEnabled & ~
coordBit
;
700
newenabled |=
coordBit
;
[
all
...]
/external/mesa3d/src/mesa/main/
enable.c
697
GLbitfield
coordBit
= S_BIT << (cap - GL_TEXTURE_GEN_S);
698
GLbitfield newenabled = texUnit->TexGenEnabled & ~
coordBit
;
700
newenabled |=
coordBit
;
[
all
...]
Completed in 879 milliseconds