Home
last modified time | relevance | path

Searched defs:sourceColor (Results 1 – 5 of 5) sorted by relevance

/external/libmonet/blend/
DBlend.java39 public static int harmonize(int designColor, int sourceColor) { in harmonize()
/external/angle/src/tests/gl_tests/
DCopyTextureTest.cpp258 const uint8_t *sourceColor, in calculateCopyTextureResults()
2093 GLenum sourceType, const GLColor &sourceColor, in TEST_P()
2096 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
2213 const GLColor32F &expectedColor) { in TEST_P()
2343 const GLColor32U &expectedColor) { in TEST_P()
DCopyTexture3DTest.cpp69 const GLColor &sourceColor, in testCopy()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1199 void PixelRoutine::blendFactorRGB(SIMD::Float4 &blendFactor, const SIMD::Float4 &sourceColor, const… in blendFactorRGB()
1627 …Routine::alphaBlend(int index, const Pointer<Byte> &cBuffer, const SIMD::Float4 &sourceColor, cons… in alphaBlend()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp632 gl::ColorF sourceColor; in CopyImageCHROMIUM() local