Lines Matching refs:stencilBuf
3378 rr::MultisampleConstPixelBufferAccess stencilBuf = getDrawStencilbuffer(); in invalidateFramebuffer() local
3384 width = de::max(width, stencilBuf.raw().getHeight()); in invalidateFramebuffer()
3388 height = de::max(height, stencilBuf.raw().getDepth()); in invalidateFramebuffer()
3399 rr::MultisamplePixelBufferAccess stencilBuf = getDrawStencilbuffer(); in clear() local
3403 IVec4 stencilArea = intersect(baseArea, getBufferRect(stencilBuf)); in clear()
3436 …BufferAccess access = getStencilMultisampleAccess(rr::getSubregion(stencilBuf, stencilArea.x()… in clear()
3437 int stencilBits = getNumStencilBits(stencilBuf.raw().getFormat()); in clear()
3487 rr::MultisamplePixelBufferAccess stencilBuf = getDrawStencilbuffer(); in clearBufferiv() local
3488 IVec4 area = intersect(baseArea, getBufferRect(stencilBuf)); in clearBufferiv()
3492 …xelBufferAccess access = getStencilMultisampleAccess(rr::getSubregion(stencilBuf, area.x(), area.… in clearBufferiv()
4322 rr::MultisamplePixelBufferAccess stencilBuf = getStencilMultisampleAccess(getDrawStencilbuffer()); in drawWithReference() local
4323 const bool hasStencil = !isEmpty(stencilBuf); in drawWithReference()
4324 …const int stencilBits = (hasStencil) ? (getNumStencilBits(stencilBuf.raw().getFormat())) : (… in drawWithReference()
4326 const rr::RenderTarget renderTarget(colorBuf0, depthBuf, stencilBuf); in drawWithReference()