computeImageSizeInBytes 3056 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_packAlignment, &totalBytesRequired, &padding);
computeImageSizeInBytes 4750 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_unpackAlignment, &totalBytesRequired, 0);
computeImageSizeInBytes 4757 Source/core/html/canvas/WebGLRenderingContextBase.cpp             error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, 1, &totalBytesRequired, 0);
computeImageSizeInBytes 1672 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR)
computeImageSizeInBytes 1699 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR)
computeImageSizeInBytes  121 Source/platform/graphics/gpu/WebGLImageConversion.h     static GLenum computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes);