Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTextureTest.cpp254 const uint8_t *sourceColor, in calculateCopyTextureResults()
1866 GLenum sourceType, const GLColor &sourceColor, in TEST_P()
1869 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
1986 const GLColor32F &expectedColor) { in TEST_P()
2116 const GLColor32U &expectedColor) { in TEST_P()
DCopyTexture3DTest.cpp69 const GLColor &sourceColor, in testCopy()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp1827 void PixelRoutine::blendFactorRGB(Vector4f &blendFactor, const Vector4f &sourceColor, const Vector4… in blendFactorRGB()
2270 …elRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const … in alphaBlend()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp528 gl::ColorF sourceColor; in CopyImageCHROMIUM() local
/third_party/skia/m133/tests/
DSkRuntimeEffectTest.cpp1365 sk_sp<SkShader> sourceColor = SkShaders::Color({0.99608f, 0.50196f, 0.0f, 1.0f}, nullptr); in test_RuntimeEffectStructNameReuse() local