Home
last modified time | relevance | path

Searched refs:fCurrentSecondaryCommandBuffer (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp183 loadFromResolve != LoadFromResolve::kLoad && SkToBool(fCurrentSecondaryCommandBuffer); in beginRenderPass()
211 if (fCurrentSecondaryCommandBuffer) { in beginRenderPass()
212 fCurrentSecondaryCommandBuffer->end(fGpu); in beginRenderPass()
252 fCurrentSecondaryCommandBuffer = fGpu->cmdPool()->findOrCreateSecondaryCommandBuffer(fGpu); in init()
253 if (!fCurrentSecondaryCommandBuffer) { in init()
257 fCurrentSecondaryCommandBuffer->begin(fGpu, fFramebuffer.get(), fCurrentRenderPass); in init()
275 fCurrentSecondaryCommandBuffer = fFramebuffer->externalCommandBuffer(); in initWrapped()
276 if (!fCurrentSecondaryCommandBuffer) { in initWrapped()
289 if (fCurrentSecondaryCommandBuffer) { in currentCommandBuffer()
290 return fCurrentSecondaryCommandBuffer in currentCommandBuffer()
[all...]
H A DGrVkOpsRenderPass.h112 std::unique_ptr<GrVkSecondaryCommandBuffer> fCurrentSecondaryCommandBuffer; member in GrVkOpsRenderPass

Completed in 3 milliseconds