/external/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 58 void GrVkCommandPool::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandPool 60 fPrimaryCommandBuffer->releaseResources(gpu); in releaseResources() 62 buffer->releaseResources(gpu); in releaseResources()
|
D | GrVkSecondaryCBDrawContext.h | 93 void releaseResources();
|
D | GrVkCommandPool.h | 30 void releaseResources(GrVkGpu* gpu);
|
D | GrVkResourceProvider.cpp | 413 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
|
D | GrVkSecondaryCBDrawContext.cpp | 75 void GrVkSecondaryCBDrawContext::releaseResources() { in releaseResources() function in GrVkSecondaryCBDrawContext
|
D | GrVkResourceProvider.h | 252 void releaseResources(GrVkGpu* gpu);
|
D | GrVkCommandBuffer.h | 132 void releaseResources(GrVkGpu* gpu);
|
D | GrVkCommandBuffer.cpp | 90 void GrVkCommandBuffer::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandBuffer 618 fSecondaryCommandBuffers[i]->releaseResources(gpu); in onReleaseResources()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 58 void GrVkCommandPool::releaseResources(GrVkGpu* gpu) { in releaseResources() function in GrVkCommandPool 60 fPrimaryCommandBuffer->releaseResources(gpu); in releaseResources() 62 buffer->releaseResources(gpu); in releaseResources()
|
D | GrVkSecondaryCBDrawContext.h | 92 void releaseResources();
|
D | GrVkCommandPool.h | 30 void releaseResources(GrVkGpu* gpu);
|
D | GrVkSecondaryCBDrawContext.cpp | 69 void GrVkSecondaryCBDrawContext::releaseResources() { in releaseResources() function in GrVkSecondaryCBDrawContext
|
D | GrVkResourceProvider.cpp | 401 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
|
D | GrVkResourceProvider.h | 245 void releaseResources(GrVkGpu* gpu);
|
D | GrVkCommandBuffer.h | 131 void releaseResources(GrVkGpu* gpu);
|
D | GrVkCommandBuffer.cpp | 90 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/ |
D | ConscryptFileDescriptorSocket.java | 194 boolean releaseResources = true; in startHandshake() 273 releaseResources = (state == STATE_CLOSED); in startHandshake() 281 if (!releaseResources) { in startHandshake() 291 if (releaseResources) { in startHandshake()
|
D | ConscryptEngine.java | 425 boolean releaseResources = true; in beginHandshakeInternal() 442 releaseResources = false; in beginHandshakeInternal() 453 if (releaseResources) { in beginHandshakeInternal()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ConscryptFileDescriptorSocket.java | 193 boolean releaseResources = true; in startHandshake() 272 releaseResources = (state == STATE_CLOSED); in startHandshake() 280 if (!releaseResources) { in startHandshake() 290 if (releaseResources) { in startHandshake()
|
D | ConscryptEngine.java | 424 boolean releaseResources = true; in beginHandshakeInternal() 441 releaseResources = false; in beginHandshakeInternal() 452 if (releaseResources) { in beginHandshakeInternal()
|
/external/skia/tests/ |
D | VkDrawableTest.cpp | 172 td->fDrawContext->releaseResources(); in ImportSubmitted()
|
/external/skqp/tests/ |
D | VkDrawableTest.cpp | 172 td->fDrawContext->releaseResources(); in ImportSubmitted()
|