Lines Matching refs:fCachedRTCommandBuffer
2460 if (!fCachedRTCommandBuffer) {
2461 fCachedRTCommandBuffer.reset(new GrGLGpuRTCommandBuffer(this));
2464 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo);
2465 return fCachedRTCommandBuffer.get();
4288 SkASSERT(fCachedRTCommandBuffer.get() == buffer);
4289 fCachedRTCommandBuffer->reset();