Home
last modified time | relevance | path

Searched defs:releaseCallback (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/docs/examples/
DImage_MakeFromTexture_2.cpp12 auto releaseCallback = [](SkImage::ReleaseContext releaseContext) -> void { in draw() local
/third_party/skia/src/gpu/
DGrSurfaceProxy.cpp424 bool releaseCallback = false; in doLazyInstantiation() local
/third_party/flutter/skia/src/image/
DSkImage_GpuBase.cpp424 auto releaseCallback = sk_make_sp<GrRefCntedCallback>(fReleaseProc, textureContext); in MakePromiseImageLazyProxy() local
/third_party/skia/tests/
DLazyProxyTest.cpp263 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback()