HomeSort by relevance Sort by last modified time
    Searched refs:onGetStencilSupport (Results 1 - 11 of 11) 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 52 GrDefaultPathRenderer::onGetStencilSupport(const GrShape& shape) const {
GrMSAAPathRenderer.cpp 42 GrPathRenderer::StencilSupport GrMSAAPathRenderer::onGetStencilSupport(const GrShape& shape) const {
  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 40 StencilSupport onGetStencilSupport(const GrShape&) const override {
GrPathRenderer.h 67 return this->onGetStencilSupport(shape);
244 virtual StencilSupport onGetStencilSupport(const GrShape&) const {
260 * kStencilOnly in onGetStencilSupport().
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.h 38 StencilSupport onGetStencilSupport(const GrShape&) const override {

Completed in 531 milliseconds