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