OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_idx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texenv.c
601
const unsigned
alpha_idx
= pname - GL_SOURCE0_ALPHA;
local
602
return texUnit->Combine.SourceA[
alpha_idx
];
/external/mesa3d/src/mesa/main/
texenv.c
601
const unsigned
alpha_idx
= pname - GL_SOURCE0_ALPHA;
local
602
return texUnit->Combine.SourceA[
alpha_idx
];
Completed in 1318 milliseconds