OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paletteindex
(Results
1 - 1
of
1
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp
148
int
paletteIndex
= 0;
151
paletteIndex
= (i%2) == 0 ?
155
paletteIndex
= imageIndices[i];
158
paletteIndex
*=colorSizeBytes;
159
Color c = paletteColor(palette,
paletteIndex
,internalformat);
Completed in 651 milliseconds