Home
last modified time | relevance | path

Searched refs:releaseResources (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCommandPool.cpp58 void GrVkCommandPool::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandPool
60 fPrimaryCommandBuffer->releaseResources(gpu); in releaseResources()
62 buffer->releaseResources(gpu); in releaseResources()
DGrVkSecondaryCBDrawContext.h93 void releaseResources();
DGrVkCommandPool.h30 void releaseResources(GrVkGpu* gpu);
DGrVkResourceProvider.cpp413 fRenderPassArray[i].releaseResources(fGpu); in destroyResources()
523 pool->releaseResources(fGpu); in backgroundReset()
598 void GrVkResourceProvider::CompatibleRenderPassSet::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkResourceProvider::CompatibleRenderPassSet
DGrVkSecondaryCBDrawContext.cpp75 void GrVkSecondaryCBDrawContext::releaseResources() { in releaseResources() function in GrVkSecondaryCBDrawContext
DGrVkResourceProvider.h252 void releaseResources(GrVkGpu* gpu);
DGrVkCommandBuffer.h132 void releaseResources(GrVkGpu* gpu);
DGrVkCommandBuffer.cpp90 void GrVkCommandBuffer::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandBuffer
618 fSecondaryCommandBuffers[i]->releaseResources(gpu); in onReleaseResources()
/external/skqp/src/gpu/vk/
DGrVkCommandPool.cpp58 void GrVkCommandPool::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandPool
60 fPrimaryCommandBuffer->releaseResources(gpu); in releaseResources()
62 buffer->releaseResources(gpu); in releaseResources()
DGrVkSecondaryCBDrawContext.h92 void releaseResources();
DGrVkCommandPool.h30 void releaseResources(GrVkGpu* gpu);
DGrVkSecondaryCBDrawContext.cpp69 void GrVkSecondaryCBDrawContext::releaseResources() { in releaseResources() function in GrVkSecondaryCBDrawContext
DGrVkResourceProvider.cpp401 fRenderPassArray[i].releaseResources(fGpu); in destroyResources()
511 pool->releaseResources(fGpu); in backgroundReset()
586 void GrVkResourceProvider::CompatibleRenderPassSet::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkResourceProvider::CompatibleRenderPassSet
DGrVkResourceProvider.h245 void releaseResources(GrVkGpu* gpu);
DGrVkCommandBuffer.h131 void releaseResources(GrVkGpu* gpu);
DGrVkCommandBuffer.cpp90 void GrVkCommandBuffer::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandBuffer
608 fSecondaryCommandBuffers[i]->releaseResources(gpu); in onReleaseResources()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DConscryptFileDescriptorSocket.java194 boolean releaseResources = true; in startHandshake()
273 releaseResources = (state == STATE_CLOSED); in startHandshake()
281 if (!releaseResources) { in startHandshake()
291 if (releaseResources) { in startHandshake()
DConscryptEngine.java425 boolean releaseResources = true; in beginHandshakeInternal()
442 releaseResources = false; in beginHandshakeInternal()
453 if (releaseResources) { in beginHandshakeInternal()
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptFileDescriptorSocket.java193 boolean releaseResources = true; in startHandshake()
272 releaseResources = (state == STATE_CLOSED); in startHandshake()
280 if (!releaseResources) { in startHandshake()
290 if (releaseResources) { in startHandshake()
DConscryptEngine.java424 boolean releaseResources = true; in beginHandshakeInternal()
441 releaseResources = false; in beginHandshakeInternal()
452 if (releaseResources) { in beginHandshakeInternal()
/external/skia/tests/
DVkDrawableTest.cpp172 td->fDrawContext->releaseResources(); in ImportSubmitted()
/external/skqp/tests/
DVkDrawableTest.cpp172 td->fDrawContext->releaseResources(); in ImportSubmitted()