OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSlot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_program.c
825
GLuint
maxSlot
= 0;
983
if (outputMapping[attr] != ~0 && outputMapping[attr] >
maxSlot
)
984
maxSlot
= outputMapping[attr];
986
gs_num_outputs =
maxSlot
+ 1;
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_program.c
825
GLuint
maxSlot
= 0;
983
if (outputMapping[attr] != ~0 && outputMapping[attr] >
maxSlot
)
984
maxSlot
= outputMapping[attr];
986
gs_num_outputs =
maxSlot
+ 1;
[
all
...]
Completed in 45 milliseconds