Searched refs:sourceColor (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 254 const uint8_t *sourceColor, in calculateCopyTextureResults() 262 color = GLColor(sourceColor[0], sourceColor[1], sourceColor[2], 255); in calculateCopyTextureResults() 265 color = GLColor(sourceColor[0], sourceColor[1], sourceColor[2], sourceColor[3]); in calculateCopyTextureResults() 268 color = GLColor(sourceColor[0], sourceColor[ in calculateCopyTextureResults() 250 calculateCopyTextureResults(GLenum sourceFormat, GLenum destFormat, bool premultiplyAlpha, bool unmultiplyAlpha, const uint8_t *sourceColor, GLColor *destColor) calculateCopyTextureResults() argument [all...] |
H A D | CopyTexture3DTest.cpp | 69 const GLColor &sourceColor, in testCopy() 77 std::vector<GLColor> texDataColor(2u * 2u * 2u, sourceColor); in testCopy() 68 testCopy(const GLenum testTarget, const GLColor &sourceColor, GLenum destInternalFormat, GLenum destType, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha, const GLColor &expectedColor) testCopy() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 1827 void PixelRoutine::blendFactorRGB(Vector4f &blendFactor, const Vector4f &sourceColor, const Vector4f &destColor, VkBlendFactor colorBlendFactor, vk::Format format) in blendFactorRGB() argument 1842 blendFactor.x = sourceColor.x; in blendFactorRGB() 1843 blendFactor.y = sourceColor.y; in blendFactorRGB() 1844 blendFactor.z = sourceColor.z; in blendFactorRGB() 1847 blendFactor.x = Float4(1.0f) - sourceColor.x; in blendFactorRGB() 1848 blendFactor.y = Float4(1.0f) - sourceColor.y; in blendFactorRGB() 1849 blendFactor.z = Float4(1.0f) - sourceColor.z; in blendFactorRGB() 1862 blendFactor.x = sourceColor.w; in blendFactorRGB() 1863 blendFactor.y = sourceColor.w; in blendFactorRGB() 1864 blendFactor.z = sourceColor in blendFactorRGB() 2270 alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const Int &x) alphaBlend() argument [all...] |
H A D | PixelRoutine.hpp | 58 Vector4f alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const Int &x); 79 void blendFactorRGB(Vector4f &blendFactorRGB, const Vector4f &sourceColor, const Vector4f &destColor, VkBlendFactor colorBlendFactor, vk::Format format);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 528 gl::ColorF sourceColor; in CopyImageCHROMIUM() local 529 pixelReadFunction(sourcePixelData, reinterpret_cast<uint8_t *>(&sourceColor)); in CopyImageCHROMIUM() 531 conversionFunction(&sourceColor); in CopyImageCHROMIUM() 532 clipChannelsFunction(&sourceColor); in CopyImageCHROMIUM() 547 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
|
Completed in 9 milliseconds