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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextAttributes.cpp46 , m_stencil(false)
58 , m_stencil(attrs.m_stencil)
93 return m_stencil;
98 m_stencil = stencil;
148 attrs.stencil = m_stencil;
H A DWebGLContextAttributes.h93 bool m_stencil; member in class:blink::FINAL
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp2760 m_stencil[type].func = func;
2761 m_stencil[type].ref = ref;
2762 m_stencil[type].opMask = mask;
2788 m_stencil[type].opStencilFail = sfail;
2789 m_stencil[type].opDepthFail = dpfail;
2790 m_stencil[type].opDepthPass = dppass;
2949 if (setFront) m_stencil[rr::FACETYPE_FRONT].writeMask = mask;
2950 if (setBack) m_stencil[rr::FACETYPE_BACK].writeMask = mask;
3064 writeStencilOnly(dst, 0, x, y, src.raw().getPixelInt(0, srcX, srcY).w(), m_stencil[rr::FACETYPE_FRONT].writeMask);
3235 writeStencilOnly(dst, sampleNdx, xo, yo, src.raw().getPixelInt(sampleNdx, deFloorFloatToInt32(sX), deFloorFloatToInt32(sY)).w(), m_stencil[r
[all...]
H A DsglrReferenceContext.hpp921 StencilState m_stencil[rr::FACETYPE_LAST]; member in class:sglr::ReferenceContext

Completed in 132 milliseconds