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 65 void sampleQuad2D(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Float &lod, Int face[4], bool secondLOD, SamplerFunction function);
SamplerCore.cpp 779 sampleQuad2D(texture, c, u, v, w, offset, lod, face, secondLOD, function);
787 void SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Float &lod, Int face[4], bool secondLOD, SamplerFunction function)
    [all...]

Completed in 3469 milliseconds