Home | History | Annotate | Download | only in gl

Lines Matching refs:copied

667                 // now point data to our copied version
2398 bool copied = false;
2429 copied = true;
2498 copied = true;
2501 if (!copied && inheritedCouldCopy) {
2502 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2503 GrAssert(copied);
2505 return copied;