Home | History | Annotate | Download | only in gpu

Lines Matching refs:target

27  *  pr->setPath(target, path, fill, aa, translate); // sets the path to draw
60 * the target's stencil settings but use those already set on target. The
61 * target is passed as a param in case the answer depends upon draw state.
62 * The view matrix and render target set on the draw target may change
65 * @param target target that the path will be rendered to
71 * without changing the stencil settings on the target. If it
77 const GrDrawTarget* target) const {
83 const GrDrawTarget* target,
86 * Draws the path into the draw target. If requiresStencilBuffer returned
87 * false then the target may be setup for stencil rendering (since the
99 GrDrawTarget* target,
102 GrAssert(this->canDrawPath(path, fill, target, antiAlias));
104 target, stageMask, antiAlias);
113 * target, path, and fill. Never called with an inverse fill.
121 GrDrawTarget* target) {
129 GrDrawTarget* target,