Home
last modified time | relevance | path

Searched refs:releaseHandle (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DCpuDescriptorManager.cpp27 fRTVDescriptorPool.releaseHandle(rtvDescriptor); in recycleRenderTargetView()
39 fDSVDescriptorPool.releaseHandle(dsvDescriptor); in recycleDepthStencilView()
89 fShaderViewDescriptorPool.releaseHandle(view); in recycleShaderView()
117 fSamplerDescriptorPool.releaseHandle(samplerDescriptor); in recycleSampler()
181 void GrD3DCpuDescriptorManager::HeapPool::releaseHandle( in releaseHandle() function in GrD3DCpuDescriptorManager::HeapPool
DGrD3DCpuDescriptorManager.h82 void releaseHandle(const GrD3DDescriptorHeap::CPUHandle&);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h174 VkCommandBuffer releaseHandle();
588 ANGLE_INLINE VkCommandBuffer CommandBuffer::releaseHandle()
676 releaseHandle();
DCommandGraph.cpp369 mOutsideRenderPassCommands.releaseHandle(); in ~CommandGraphNode()
370 mInsideRenderPassCommands.releaseHandle(); in ~CommandGraphNode()
DSecondaryCommandBuffer.h535 void releaseHandle() { mAllocator = nullptr; } in releaseHandle() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h171 VkCommandBuffer releaseHandle();
670 ANGLE_INLINE VkCommandBuffer CommandBuffer::releaseHandle()
761 releaseHandle();
DCommandProcessor.cpp324 secondary.releaseHandle(); in resetSecondaryCommandBuffers()
DSecondaryCommandBuffer.h746 void releaseHandle() { mAllocator = nullptr; } in releaseHandle() function
DRendererVk.cpp1021 pending.commandBuffer.releaseHandle(); in onDestroy()
Dvk_helpers.cpp2152 (*commandBuffer)->getCommandBuffer().releaseHandle(); in recycleImpl()