Home | History | Annotate | Download | only in tests

Lines Matching refs:getTexture

473     REPORTER_ASSERT(reporter, image4->getTexture() != image3->getTexture());
475 REPORTER_ASSERT(reporter, image4->getTexture() != image2->getTexture());
476 REPORTER_ASSERT(reporter, image4->getTexture() != image1->getTexture());
477 REPORTER_ASSERT(reporter, image3->getTexture() != image2->getTexture());
478 REPORTER_ASSERT(reporter, image3->getTexture() != image1->getTexture());
479 REPORTER_ASSERT(reporter, image2->getTexture() != image1->getTexture());
487 GrTexture* texture = image->getTexture();
495 REPORTER_ASSERT(reporter, image->getTexture() == texture);
509 return ((SkImage_Gpu*)image)->getTexture()->resourcePriv().isBudgeted() ?