Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp411 m_stencilFuncRef = 0; in initializeNewContext()
2957 m_stencilFuncRef = ref; in stencilFunc()
2973 m_stencilFuncRef = ref; in stencilFuncSeparate()
2979 m_stencilFuncRef = 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