HomeSort by relevance Sort by last modified time
    Searched refs:setStencil (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLContextAttributes.h 56 void setStencil(bool stencil);
WebGLContextAttributes.cpp 85 void WebGLContextAttributes::setStencil(bool stencil)
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLCanvasElementCustom.cpp 72 webGLAttrs->setStencil(jsAttrs->get(exec, stencil).toBoolean(exec));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 72 webGLAttrs->setStencil(jsAttrs->Get(stencil)->BooleanValue());
  /external/skia/gpu/src/
GrGpu.cpp 499 this->setStencil(gDrawToStencil);
503 this->setStencil(gDrawToStencil);
518 this->setStencil(stencilSettings[p]);
GrPathRenderer.cpp 407 target->setStencil(*passes[p]);
  /external/skia/gpu/include/
GrDrawTarget.h 128 void setStencil(const GrStencilSettings& settings) {
    [all...]

Completed in 151 milliseconds