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 48 void sampleQuad2D(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Float &lod, Int face[4], bool secondLOD);
SamplerCore.cpp 756 sampleQuad2D(texture, c, u, v, w, lod, face, secondLOD);
764 void SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Float &lod, Int face[4], bool secondLOD)
    [all...]

Completed in 801 milliseconds