Home | History | Annotate | Download | only in effects

Lines Matching refs:fTexture

77     , fTexture(NULL)
158 fDesc.fContext->writeTexturePixels(fTexture,
205 fTexture = fDesc.fContext->findAndRefTexture(texDesc, cacheID, &params);
206 if (NULL == fTexture) {
207 fTexture = fDesc.fContext->createTexture(&params, texDesc, cacheID, NULL, 0);
212 SkASSERT(NULL != fTexture);
216 SkASSERT(NULL != fTexture && 0 == fLockedRows);
217 fTexture->unref();
218 fTexture = NULL;
343 SkASSERT(NULL == fTexture);
345 SkASSERT(NULL != fTexture);