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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrFrameBufferObj.h 46 void setStencil(GrFBBindableObj *buffer);
53 setStencil(NULL);
GrFrameBufferObj.cpp 50 void GrFrameBufferObj::setStencil(GrFBBindableObj *buffer) {
GrGLCreateDebugInterface.cpp 269 frameBuffer->setStencil(NULL);
354 frameBuffer->setStencil(NULL);
409 framebuffer->setStencil(renderbuffer);
454 framebuffer->setStencil(texture);
    [all...]
  /external/skia/src/gpu/gl/debug/
GrFrameBufferObj.h 46 void setStencil(GrFBBindableObj *buffer);
53 setStencil(NULL);
GrFrameBufferObj.cpp 50 void GrFrameBufferObj::setStencil(GrFBBindableObj *buffer) {
GrGLCreateDebugInterface.cpp 269 frameBuffer->setStencil(NULL);
354 frameBuffer->setStencil(NULL);
409 framebuffer->setStencil(renderbuffer);
454 framebuffer->setStencil(texture);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.h 59 void setStencil(bool);
WebGLContextAttributes.cpp 100 void WebGLContextAttributes::setStencil(bool stencil)
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathRenderer.h 187 drawState->setStencil(kIncrementStencil);
GrClipMaskManager.cpp 645 drawState->setStencil(kStencilInElement);
674 drawState->setStencil(kDrawOutsideElement);
    [all...]
GrDrawState.h 694 void setStencil(const GrStencilSettings& settings) {
    [all...]
  /external/skia/src/gpu/
GrPathRenderer.h 187 drawState->setStencil(kIncrementStencil);
GrClipMaskManager.cpp 645 drawState->setStencil(kStencilInElement);
674 drawState->setStencil(kDrawOutsideElement);
    [all...]
GrDrawState.h 694 void setStencil(const GrStencilSettings& settings) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 70 webGLAttributes->setStencil(jsAttributes->Get(stencil)->BooleanValue());

Completed in 160 milliseconds