Home | History | Annotate | Download | only in vk

Lines Matching refs:fCachedTexCommandBuffer

311     if (!fCachedTexCommandBuffer) {
312 fCachedTexCommandBuffer.reset(new GrVkGpuTextureCommandBuffer(this));
315 fCachedTexCommandBuffer->set(texture, origin);
316 return fCachedTexCommandBuffer.get();
2346 SkASSERT(fCachedTexCommandBuffer.get() == buffer);
2348 fCachedTexCommandBuffer->submit();
2349 fCachedTexCommandBuffer->reset();