Home
last modified time | relevance | path

Searched defs:recycle (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DDescriptorTableManager.cpp33 void GrD3DDescriptorTableManager::recycle(Heap* heap) { in recycle() function in GrD3DDescriptorTableManager
135 void GrD3DDescriptorTableManager::HeapPool::recycle(sk_sp<Heap> heap) { in recycle() function in GrD3DDescriptorTableManager::HeapPool
/third_party/skia/src/gpu/
DGrManagedResource.h198 void recycle() const { in recycle() function
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.h105 gboolean recycle; member
/third_party/nghttp2/src/
Dmemchunk.h91 void recycle(T *m) { in recycle() function
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp1002 void GrVkSecondaryCommandBuffer::recycle(GrVkCommandPool* cmdPool) { in recycle() function in GrVkSecondaryCommandBuffer
/third_party/python/Objects/
Dlistobject.c626 PyObject **recycle = recycle_on_stack; /* will allocate more if needed */ in list_ass_slice() local
/third_party/python/Modules/
D_elementtree.c1793 PyObject* recycle = NULL; in element_ass_subscr() local