Home | History | Annotate | Download | only in debug

Lines Matching refs:fColorBuffer

13     if (fColorBuffer) {
15 GrAlwaysAssert(fColorBuffer->getColorBound(this));
16 fColorBuffer->resetColorBound(this);
18 GrAlwaysAssert(!fColorBuffer->getDeleted());
19 fColorBuffer->unref();
21 fColorBuffer = buffer;
22 if (fColorBuffer) {
23 GrAlwaysAssert(!fColorBuffer->getDeleted());
24 fColorBuffer->ref();
26 GrAlwaysAssert(!fColorBuffer->getColorBound(this));
27 fColorBuffer->setColorBound(this);