Home
last modified time | relevance | path

Searched refs:m_stencilFuncRefBack (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp412 m_stencilFuncRefBack = 0; in initializeNewContext()
2958 m_stencilFuncRefBack = ref; in stencilFunc()
2974 m_stencilFuncRefBack = ref; in stencilFuncSeparate()
2983 m_stencilFuncRefBack = ref; in stencilFuncSeparate()
4435 …if (m_stencilMask != m_stencilMaskBack || m_stencilFuncRef != m_stencilFuncRefBack || m_stencilFun… in validateStencilSettings()
DWebGLRenderingContext.h457 …GC3Dint m_stencilFuncRef, m_stencilFuncRefBack; // Note that these are the user specified values, … variable