AlphaDoNothing 3293 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type == GL_UNSIGNED_BYTE && sourceDataFormat == WebGLImageConversion::DataFormatRGBA8 && format == GL_RGBA && alphaOp == WebGLImageConversion::AlphaDoNothing && !flipY) AlphaDoNothing 3589 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type == GL_UNSIGNED_BYTE && sourceDataFormat == WebGLImageConversion::DataFormatRGBA8 && format == GL_RGBA && alphaOp == WebGLImageConversion::AlphaDoNothing && !flipY) AlphaDoNothing 179 Source/platform/graphics/gpu/DrawingBuffer.cpp WebGLImageConversion::AlphaOp op = needPremultiply ? WebGLImageConversion::AlphaDoPremultiply : WebGLImageConversion::AlphaDoNothing; AlphaDoNothing 856 Source/platform/graphics/gpu/DrawingBuffer.cpp readBackFramebuffer(pixels->data(), width, height, ReadbackRGBA, WebGLImageConversion::AlphaDoNothing); AlphaDoNothing 890 Source/platform/graphics/gpu/DrawingBuffer.cpp readBackFramebuffer(pixels, width, height, ReadbackSkia, premultiplyAlpha ? WebGLImageConversion::AlphaDoPremultiply : WebGLImageConversion::AlphaDoNothing); AlphaDoNothing 929 Source/platform/graphics/gpu/DrawingBuffer.cpp } else if (op != WebGLImageConversion::AlphaDoNothing) { AlphaDoNothing 546 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatA8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) AlphaDoNothing 555 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatR8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) AlphaDoNothing 587 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRA8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) AlphaDoNothing 622 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGB8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) AlphaDoNothing 665 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGBA8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) AlphaDoNothing 703 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGBA4444, WebGLImageConversion::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 751 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGBA5551, WebGLImageConversion::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 799 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGB565, WebGLImageConversion::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 844 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGB32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) AlphaDoNothing 880 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGBA32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) AlphaDoNothing 911 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatA32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) AlphaDoNothing 920 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatR32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) AlphaDoNothing 949 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRA32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) AlphaDoNothing 981 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGBA16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 1019 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRGB16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 1054 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatRA16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 1086 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatR16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 1115 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<> void pack<WebGLImageConversion::DataFormatA16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) AlphaDoNothing 1366 Source/platform/graphics/gpu/WebGLImageConversion.cpp FORMATCONVERTER_CASE_ALPHAOP(WebGLImageConversion::AlphaDoNothing) AlphaDoNothing 1380 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (SrcFormat == DstFormat && alphaOp == WebGLImageConversion::AlphaDoNothing) { AlphaDoNothing 1400 Source/platform/graphics/gpu/WebGLImageConversion.cpp if ((!HasAlpha(SrcFormat) || !HasColor(SrcFormat) || !HasColor(DstFormat)) && alphaOp != WebGLImageConversion::AlphaDoNothing) { AlphaDoNothing 1412 Source/platform/graphics/gpu/WebGLImageConversion.cpp const bool trivialPack = (DstFormat == WebGLImageConversion::DataFormatRGBA8 || DstFormat == WebGLImageConversion::DataFormatRGBA32F) && alphaOp == WebGLImageConversion::AlphaDoNothing && m_dstStride > 0; AlphaDoNothing 1549 Source/platform/graphics/gpu/WebGLImageConversion.cpp m_alphaOp = AlphaDoNothing; AlphaDoNothing 1703 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing, data.data(), flipY)) AlphaDoNothing 1728 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!packPixels(static_cast<const uint8_t*>(pixels), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing), data.data(), flipY)) AlphaDoNothing 1757 Source/platform/graphics/gpu/WebGLImageConversion.cpp alphaOp = AlphaDoNothing; AlphaDoNothing 1759 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (sourceDataFormat == dstDataFormat && alphaOp == AlphaDoNothing) {