Home | History | Annotate | Download | only in gpu

Lines Matching refs:pr

1374     // thing WRT to the blend then we'll need some query on the PR.
1382 GrPathRenderer* pr = NULL;
1384 pr = this->getPathRenderer(path, fill, target, true);
1385 if (NULL == pr) {
1392 if (NULL == pr && sw_draw_path_to_mask_texture(path, pathBounds,
1425 pr = this->getPathRenderer(path, fill, target, false);
1428 if (NULL == pr) {
1435 pr->drawPath(path, fill, translate, target, stageMask, prAA);