Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dasyncrescaleandread.cpp26 struct AsyncContext { struct
27 bool fCalled = false;
28 std::unique_ptr<const SkImage::AsyncReadResult> fResult;
/third_party/skia/tests/
DVkProtectedContextTest.cpp141 struct AsyncContext { struct
142 bool fCalled = false;
143 std::unique_ptr<const SkSurface::AsyncReadResult> fResult;
DReadWritePixelsGpuTest.cpp556 struct AsyncContext { struct
557 bool fCalled = false;
558 std::unique_ptr<const SkImage::AsyncReadResult> fResult;
/third_party/node/src/
Dnode_api.cc456 class AsyncContext { class
458 AsyncContext(node_napi_env env, in AsyncContext() function in v8impl::__anon274e92400311::AsyncContext