HomeSort by relevance Sort by last modified time
    Searched refs:shouldFreeResources (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/gl/
GrGLStencilAttachment.cpp 22 if (0 != fRenderbufferID && this->shouldFreeResources()) {
GrGLPathRange.cpp 105 if (0 != fBasePathID && this->shouldFreeResources()) {
GrGLPath.cpp 327 if (0 != fPathID && this->shouldFreeResources()) {
  /external/skia/include/gpu/
GrGpuResource.h 280 bool shouldFreeResources() const { return fLifeCycle != kBorrowed_LifeCycle; }
  /external/skia/src/gpu/vk/
GrVkTexture.cpp 96 if (this->shouldFreeResources()) {
GrVkRenderTarget.cpp 345 if (this->shouldFreeResources()) {

Completed in 84 milliseconds