Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLStencilAttachment.cpp22 if (0 != fRenderbufferID && this->shouldFreeResources()) { in onRelease()
DGrGLPathRange.cpp105 if (0 != fBasePathID && this->shouldFreeResources()) { in onRelease()
DGrGLPath.cpp327 if (0 != fPathID && this->shouldFreeResources()) { in onRelease()
/external/skia/src/gpu/vk/
DGrVkTexture.cpp96 if (this->shouldFreeResources()) { in onRelease()
DGrVkRenderTarget.cpp345 if (this->shouldFreeResources()) { in onRelease()
/external/skia/include/gpu/
DGrGpuResource.h280 bool shouldFreeResources() const { return fLifeCycle != kBorrowed_LifeCycle; } in shouldFreeResources() function