Searched refs:sampleAniso (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 46 …void sampleAniso(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Float &lod,…
|
D | SamplerCore.cpp | 602 sampleAniso(texture, c, u, v, w, lod, anisotropy, uDelta, vDelta, face, false, method); in sampleFilter() 608 sampleAniso(texture, cc, u, v, w, lod, anisotropy, uDelta, vDelta, face, true, method); in sampleFilter() 696 …void SamplerCore::sampleAniso(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w… in sampleAniso() function in sw::SamplerCore
|