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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp824 bool combinedClear = mask && !m_scissorEnabled; local
827 if (combinedClear && (mask & GL_COLOR_BUFFER_BIT)) {
838 if (!combinedClear || !m_depthMask || !(mask & GL_DEPTH_BUFFER_BIT))
844 if (combinedClear && (mask & GL_STENCIL_BUFFER_BIT))
859 return combinedClear;

Completed in 83 milliseconds