Searched refs:readPixel (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 81 void readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel);
|
D | PixelRoutine.cpp | 1006 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() function in sw::PixelRoutine 1167 readPixel(index, cBuffer, x, pixel); in alphaBlend() 1286 readPixel(index, cBuffer, x, pixel); in logicOperation()
|