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

  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.h 30 void onStencilPath(const StencilPathArgs&) override;
GrMSAAPathRenderer.h 22 void onStencilPath(const StencilPathArgs&) override;
GrStencilAndCoverPathRenderer.h 35 void onStencilPath(const StencilPathArgs&) override;
GrStencilAndCoverPathRenderer.cpp 74 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
76 "GrStencilAndCoverPathRenderer::onStencilPath");
GrDefaultPathRenderer.cpp 633 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) {
635 "GrDefaultPathRenderer::onStencilPath");
GrMSAAPathRenderer.cpp 713 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) {
715 "GrMSAAPathRenderer::onStencilPath");
  /external/skia/src/gpu/
GrPathRenderer.h 210 this->onStencilPath(args);
262 virtual void onStencilPath(const StencilPathArgs& args) {
GrPathRendering.h 172 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
GrPathRendering.cpp 111 this->onStencilPath(args, path);
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 69 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
GrGLPathRendering.cpp 118 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) {

Completed in 393 milliseconds