Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DCopyTextureTest.cpp258 const uint8_t *sourceColor, in calculateCopyTextureResults()
1972 GLenum sourceType, const GLColor &sourceColor, in TEST_P()
1975 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
2092 const GLColor32F &expectedColor) { in TEST_P()
2222 const GLColor32U &expectedColor) { in TEST_P()
DCopyTexture3DTest.cpp69 const GLColor &sourceColor, in testCopy()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1829 void PixelRoutine::blendFactorRGB(Vector4f &blendFactor, const Vector4f &sourceColor, const Vector4… in blendFactorRGB()
2257 …elRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const … in alphaBlend()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp602 gl::ColorF sourceColor; in CopyImageCHROMIUM() local