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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp766 bool combinedClear = mask && !m_scissorEnabled; local
769 if (combinedClear && (mask & GL_COLOR_BUFFER_BIT)) {
780 if (!combinedClear || !m_depthMask || !(mask & GL_DEPTH_BUFFER_BIT))
786 if (combinedClear && (mask & GL_STENCIL_BUFFER_BIT))
801 return combinedClear;

Completed in 60 milliseconds