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

  /external/swiftshader/src/Renderer/
PixelProcessor.cpp 759 factor.blendConstant4F[0][0] = blendConstant.r;
760 factor.blendConstant4F[0][1] = blendConstant.r;
761 factor.blendConstant4F[0][2] = blendConstant.r;
762 factor.blendConstant4F[0][3] = blendConstant.r;
764 factor.blendConstant4F[1][0] = blendConstant.g;
765 factor.blendConstant4F[1][1] = blendConstant.g;
766 factor.blendConstant4F[1][2] = blendConstant.g;
767 factor.blendConstant4F[1][3] = blendConstant.g;
769 factor.blendConstant4F[2][0] = blendConstant.b;
770 factor.blendConstant4F[2][1] = blendConstant.b
    [all...]
PixelProcessor.hpp 181 float4 blendConstant4F[4];
  /external/swiftshader/src/Shader/
PixelRoutine.cpp     [all...]

Completed in 76 milliseconds