Home | History | Annotate | Download | only in gpu

Lines Matching refs:fIndexPool

35     , fIndexPool(NULL)
68 delete fIndexPool;
69 fIndexPool = NULL;
84 delete fIndexPool;
85 fIndexPool = NULL;
418 SkASSERT(NULL != fIndexPool);
419 fIndexPool->unlock();
436 if (NULL == fIndexPool) {
438 fIndexPool = SkNEW_ARGS(GrIndexBufferAllocPool, (this, true,
441 fIndexPool->releaseGpuRef();
444 fIndexPool->reset();
477 *indices = fIndexPool->makeSpace(indexCount,
499 fIndexPool->putBack(bytes);
524 fIndexPool->appendIndices(indexCount,
546 fIndexPool->putBack(bytes);