Home | History | Annotate | Download | only in gl

Lines Matching refs:fCachedRTCommandBuffer

2429     if (!fCachedRTCommandBuffer) {
2430 fCachedRTCommandBuffer.reset(new GrGLGpuRTCommandBuffer(this));
2433 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo);
2434 return fCachedRTCommandBuffer.get();
4238 SkASSERT(fCachedRTCommandBuffer.get() == buffer);
4239 fCachedRTCommandBuffer->reset();