HomeSort by relevance Sort by last modified time
    Searched defs:blendFactor (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuTestLog.cpp 293 const float blendFactor = 0.85f;
323 Vec4 b = s + p*blendFactor;
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 870 void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive)
881 blendFactor.x = current.x;
882 blendFactor.y = current.y;
883 blendFactor.z = current.z;
886 blendFactor.x = Short4(0xFFFFu) - current.x;
887 blendFactor.y = Short4(0xFFFFu) - current.y;
888 blendFactor.z = Short4(0xFFFFu) - current.z;
891 blendFactor.x = pixel.x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 101 FLOAT blendFactor[4];
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 366 float blendFactor[4];
    [all...]

Completed in 160 milliseconds