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

  /external/swiftshader/src/Shader/
SamplerCore.hpp 66 Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Float &lod, Int face[4], bool secondLOD, SamplerFunction function);
SamplerCore.cpp 735 return sampleQuad2D(texture, u, v, w, offset, lod, face, secondLOD, function);
743 Vector4s SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Float &lod, Int face[4], bool secondLOD, SamplerFunction function)
    [all...]

Completed in 234 milliseconds