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

  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.h 24 StencilSupport onGetStencilSupport(const GrShape&) const override {
GrDashLinePathRenderer.h 19 StencilSupport onGetStencilSupport(const GrShape&) const override {
GrDefaultPathRenderer.h 24 StencilSupport onGetStencilSupport(const GrShape&) const override;
GrMSAAPathRenderer.h 16 StencilSupport onGetStencilSupport(const GrShape&) const override;
GrStencilAndCoverPathRenderer.h 27 StencilSupport onGetStencilSupport(const GrShape&) const override {
GrSmallPathRenderer.h 30 StencilSupport onGetStencilSupport(const GrShape&) const override {
GrDefaultPathRenderer.cpp 51 GrPathRenderer::StencilSupport
GrMSAAPathRenderer.cpp 42 GrPathRenderer::StencilSupport GrMSAAPathRenderer::onGetStencilSupport(const GrShape& shape) const {
  /external/skia/src/gpu/
GrPathRendererChain.h 43 is drawing the path to the stencil buffer then stencilSupport can be used to determine
45 StencilSupport in GrPathRenderer.h. */
48 GrPathRenderer::StencilSupport* stencilSupport);
GrPathRendererChain.cpp 79 GrPathRenderer::StencilSupport* stencilSupport) {
84 GrPathRenderer::StencilSupport minStencilSupport;
102 GrPathRenderer::StencilSupport support = fChain[i]->getStencilSupport(*args.fShape);
105 } else if (stencilSupport) {
106 *stencilSupport = support;
GrSoftwarePathRenderer.h 40 StencilSupport onGetStencilSupport(const GrShape&) const override {
GrPathRenderer.h 49 enum StencilSupport {
62 StencilSupport getStencilSupport(const GrShape& shape) const {
244 virtual StencilSupport onGetStencilSupport(const GrShape&) const {
GrDrawingManager.h 63 GrPathRenderer::StencilSupport* stencilSupport = NULL);
GrDrawingManager.cpp 292 GrPathRenderer::StencilSupport* stencilSupport) {
298 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport);
GrReducedClip.cpp 726 GrPathRenderer::StencilSupport stencilSupport;
733 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport;
    [all...]
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.h 38 StencilSupport onGetStencilSupport(const GrShape&) const override {

Completed in 418 milliseconds