Home
last modified time | relevance | path

Searched refs:textureFactor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp686 void PixelProcessor::setTextureFactor(const Color<float> &textureFactor) in setTextureFactor() argument
689 short textureFactorR = iround(4095 * textureFactor.r); in setTextureFactor()
690 short textureFactorG = iround(4095 * textureFactor.g); in setTextureFactor()
691 short textureFactorB = iround(4095 * textureFactor.b); in setTextureFactor()
692 short textureFactorA = iround(4095 * textureFactor.a); in setTextureFactor()
DPixelProcessor.hpp277 void setTextureFactor(const Color<float> &textureFactor);