Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp519 auto& frees = mFreePbufs[config]; in releasePbuffer() local
520 frees.push_back(pb); in releasePbuffer()
DEglOsApi_wgl.cpp1114 auto& frees = mFreePbufs[pixelFormat]; in releasePbuffer() local
1115 frees.push_back(pb); in releasePbuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc257 frees.
437 * Destroying a pool object implicitly frees all objects allocated from
439 Specifically, destroying sname:VkCommandPool frees all
441 destroying sname:VkDescriptorPool frees all sname:VkDescriptorSet
Dmemory.adoc95 when the implementation frees internal allocations.
367 memory allocations and frees.
Ddevsandqueues.adoc418 indicates whether destroying the device frees all memory resources back
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc333 | Free | Destroys an object and then frees memory back to a pool or memory heap - paired with…