Searched refs:m_unpackPremultiplyAlpha (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp616 m_unpackPremultiplyAlpha = false;
2437 return WebGLGetInfo(m_unpackPremultiplyAlpha);
3029 m_unpackPremultiplyAlpha = param;
3469 if (data && (m_unpackFlipY || m_unpackPremultiplyAlpha)) {
3470 if (!WebGLImageConversion::extractTextureData(width, height, format, type, m_unpackAlignment, m_unpackFlipY, m_unpackPremultiplyAlpha, data, tempData))
3491 if (!m_unpackFlipY && !m_unpackPremultiplyAlpha && format == GL_RGBA && type == GL_UNSIGNED_BYTE)
3494 if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {
3519 texImage2DImpl(target, level, internalformat, format, type, imageForRender.get(), WebGLImageConversion::HtmlDomImage, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
3538 level, m_unpackPremultiplyAlpha, m_unpackFlipY)) {
3546 level, m_unpackPremultiplyAlpha, m_unpackFlip
[all...]
H A DWebGLRenderingContextBase.h545 bool m_unpackPremultiplyAlpha; member in class:blink::WebGLRenderingContextBase

Completed in 1897 milliseconds