texSubImage2DImpl 3670 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DImpl(target, level, xoffset, yoffset, format, type, imageForRender.get(), WebGLImageConversion::HtmlDomImage, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); texSubImage2DImpl 3684 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DImpl(target, level, xoffset, yoffset, format, type, canvas->copiedImage(), WebGLImageConversion::HtmlDomCanvas, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); texSubImage2DImpl 3697 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DImpl(target, level, xoffset, yoffset, format, type, image.get(), WebGLImageConversion::HtmlDomVideo, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); texSubImage2DImpl 685 Source/core/html/canvas/WebGLRenderingContextBase.h void texSubImage2DImpl(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLenum format, GLenum type, Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&);