Lines Matching refs:fTexture
14 if (fTexture) { in setTexture()
15 GrAlwaysAssert(fTexture->getBound(this)); in setTexture()
16 fTexture->resetBound(this); in setTexture()
18 GrAlwaysAssert(!fTexture->getDeleted()); in setTexture()
19 fTexture->unref(); in setTexture()
22 fTexture = texture; in setTexture()
24 if (fTexture) { in setTexture()
25 GrAlwaysAssert(!fTexture->getDeleted()); in setTexture()
26 fTexture->ref(); in setTexture()
28 GrAlwaysAssert(!fTexture->getBound(this)); in setTexture()
29 fTexture->setBound(this); in setTexture()