Home
last modified time | relevance | path

Searched defs:releaseCallback (Results 1 – 3 of 3) 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.cpp427 bool releaseCallback = false; in doLazyInstantiation() local
/third_party/skia/tests/
DLazyProxyTest.cpp263 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback()