HomeSort by relevance Sort by last modified time
    Searched refs:StencilPathArgs (Results 1 - 13 of 13) 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;
GrStencilPathOp.cpp 16 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fRenderTarget,
GrStencilAndCoverPathRenderer.cpp 74 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
GrDefaultPathRenderer.cpp 633 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) {
GrMSAAPathRenderer.cpp 713 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) {
  /external/skia/src/gpu/
GrPathRendering.h 133 struct StencilPathArgs {
134 StencilPathArgs(bool useHWAA,
152 void stencilPath(const StencilPathArgs& args, const GrPath* path);
172 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
GrPathRenderer.h 180 struct StencilPathArgs {
207 void stencilPath(const StencilPathArgs& args) {
262 virtual void onStencilPath(const StencilPathArgs& args) {
GrPathRendering.cpp 109 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) {
GrReducedClip.cpp     [all...]
  /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 1153 milliseconds