Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp782 static unsigned int modifyPixel(int red, int green, int blue, int x, int y, unsigned int modBlock, … in modifyPixel() function
882 *(output+j*x+k) = modifyPixel(red1,green1,blue1,k,j,blockBot,modtable1); in ETCTextureDecompress()
883 *(output+j*x+k+2) = modifyPixel(red2,green2,blue2,k+2,j,blockBot,modtable2); in ETCTextureDecompress()
894 *(output+j*x+k) = modifyPixel(red1,green1,blue1,k,j,blockBot,modtable1); in ETCTextureDecompress()
895 *(output+(j+2)*x+k) = modifyPixel(red2,green2,blue2,k,j+2,blockBot,modtable2); in ETCTextureDecompress()