Home | History | Annotate | Download | only in renderer

Lines Matching refs:stencil

192      * Check if stencil buffer clearing is enabled.
194 * @return true if stencil buffer clearing is enabled.
203 * Enable or disable clearing of the stencil buffer for this ViewPort.
205 * By default stencil clearing is disabled.
207 * @param clearStencil Enable/disable stencil buffer clearing.
214 * Set the clear flags (color, depth, stencil) in one call.
218 * @param stencil If stencil buffer clearing should be enabled.
224 public void setClearFlags(boolean color, boolean depth, boolean stencil){
227 this.clearStencil = stencil;