Home
last modified time | relevance | path

Searched refs:getSingleChannelIndex (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DETC_Decoder.cpp622 inline int getSingleChannelIndex(int x, int y) const in getSingleChannelIndex() function
664 return modifierTable[table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp629 inline int getSingleChannelIndex(int x, int y) const in getSingleChannelIndex() function
671 return modifierTable[table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()
/external/angle/src/image_util/
Dloadimage_etc.cpp1350 int getSingleChannelIndex(size_t x, size_t y) const in getSingleChannelIndex() function
1402 return modifierTable[u.scblk.table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()