Home | History | Annotate | Download | only in Renderer

Lines Matching refs:stencilBuffer

618 				draw->stencilBuffer = context->stencilBuffer;
629 if(draw->stencilBuffer)
632 data->stencilBuffer = (unsigned char*)context->stencilBuffer->lockStencil(0, 0, layer, MANAGED);
633 data->stencilBuffer += q * ms * context->stencilBuffer->getSliceB(true);
634 data->stencilPitchB = context->stencilBuffer->getStencilPitchB();
635 data->stencilSliceB = context->stencilBuffer->getStencilSliceB();
1011 if(draw.stencilBuffer)
1013 draw.stencilBuffer->unlockStencil();