Home
last modified time | relevance | path

Searched refs:findOrCreateSecondaryCommandBuffer (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp101 cbInfo.fCommandBuffers.push_back(fGpu->resourceProvider().findOrCreateSecondaryCommandBuffer()); in init()
375 cbInfo.fCommandBuffers.push_back(fGpu->resourceProvider().findOrCreateSecondaryCommandBuffer()); in addAdditionalCommandBuffer()
402 cbInfo.fCommandBuffers.push_back(fGpu->resourceProvider().findOrCreateSecondaryCommandBuffer()); in addAdditionalRenderPass()
DGrVkResourceProvider.h88 GrVkSecondaryCommandBuffer* findOrCreateSecondaryCommandBuffer();
DGrVkResourceProvider.cpp284 GrVkSecondaryCommandBuffer* GrVkResourceProvider::findOrCreateSecondaryCommandBuffer() { in findOrCreateSecondaryCommandBuffer() function in GrVkResourceProvider