Home | History | Annotate | Download | only in vk

Lines Matching refs:fCachedRTCommandBuffer

302     if (!fCachedRTCommandBuffer) {
303 fCachedRTCommandBuffer.reset(new GrVkGpuRTCommandBuffer(this));
306 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo);
307 return fCachedRTCommandBuffer.get();
2293 SkASSERT(fCachedRTCommandBuffer.get() == buffer);
2295 fCachedRTCommandBuffer->submit();
2296 fCachedRTCommandBuffer->reset();