HomeSort by relevance Sort by last modified time
    Searched refs:sampleTexel (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Shader/
SamplerCore.hpp 60 void sampleTexel(Vector4s &c, Short4 &u, Short4 &v, Short4 &s, Pointer<Byte> &mipmap, Pointer<Byte> buffer[4]);
61 void sampleTexel(Vector4f &c, Short4 &u, Short4 &v, Short4 &s, Float4 &z, Pointer<Byte> &mipmap, Pointer<Byte> buffer[4]);
SamplerCore.cpp 780 sampleTexel(c, uuuu, vvvv, wwww, mipmap, buffer);
794 sampleTexel(c0, uuuu0, vvvv0, wwww, mipmap, buffer);
795 sampleTexel(c1, uuuu1, vvvv0, wwww, mipmap, buffer);
796 sampleTexel(c2, uuuu0, vvvv1, wwww, mipmap, buffer);
797 sampleTexel(c3, uuuu1, vvvv1, wwww, mipmap, buffer);
985 sampleTexel(c_, uuuu, vvvv, wwww, mipmap, buffer);
1069 sampleTexel(c[i][j][k], u[i][j][k], v[i][j][k], s[i][j][k], mipmap, buffer);
    [all...]

Completed in 43 milliseconds