Home
last modified time | relevance | path

Searched refs:setStencil (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLContextAttributes.h56 void setStencil(bool stencil);
DWebGLContextAttributes.cpp85 void WebGLContextAttributes::setStencil(bool stencil) in setStencil() function in WebCore::WebGLContextAttributes
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLCanvasElementCustom.cpp72 webGLAttrs->setStencil(jsAttrs->get(exec, stencil).toBoolean(exec)); in getContext()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLCanvasElementCustom.cpp72 webGLAttrs->setStencil(jsAttrs->Get(stencil)->BooleanValue()); in getContextCallback()
/external/skia/src/gpu/
DGrDrawState.h495 void setStencil(const GrStencilSettings& settings) { in setStencil() function
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java601 public void setStencil(boolean enabled, in setStencil() method in RenderState
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2911238 (WebCore::WebGLContextAttributes::setStencil):