HomeSort by relevance Sort by last modified time
    Searched defs:BackendTextureReleaseProc (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkImage.h     [all...]
  /external/skqp/include/core/
SkImage.h 560 typedef std::function<void(GrBackendTexture)> BackendTextureReleaseProc;
564 * GrBackendTexture and BackendTextureReleaseProc are populated on success. It is the callers
565 * responsibility to call the BackendTextureReleaseProc once they have deleted the texture.
567 * Note that the BackendTextureReleaseProc allows Skia to clean up auxiliary data related
581 BackendTextureReleaseProc* backendTextureReleaseProc);

Completed in 1269 milliseconds