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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp614 m_unpackAlignment = 4;
3046 m_unpackAlignment = param;
3379 if (m_unpackAlignment != 1)
3382 if (m_unpackAlignment != 1)
3383 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
3470 if (!WebGLImageConversion::extractTextureData(width, height, format, type, m_unpackAlignment, m_unpackFlipY, m_unpackPremultiplyAlpha, data, tempData))
3479 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
3499 if (m_unpackAlignment != 1)
3502 if (m_unpackAlignment != 1)
3503 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
[all...]
H A DWebGLRenderingContextBase.h543 GLint m_unpackAlignment; member in class:blink::WebGLRenderingContextBase

Completed in 130 milliseconds