Home | History | Annotate | Download | only in gpu

Lines Matching refs:ast

446     GrAutoScratchTexture ast(fContext, desc, GrContext::kApprox_ScratchTexMatch);
448 if (NULL == ast.texture()) {
453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
454 dstCopy->setTexture(ast.texture());