Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DProtectedTest.cpp188 struct AsyncContext { struct
189 bool fCalled = false;
190 std::unique_ptr<const SkSurface::AsyncReadResult> fResult;
H A DVkProtectedContextTest.cpp302 struct AsyncContext { struct
303 bool fCalled = false;
304 std::unique_ptr<const SkSurface::AsyncReadResult> fResult;
H A DReadWritePixelsGpuTest.cpp656 struct AsyncContext { struct
657 bool fCalled = false;
658 std::unique_ptr<const SkImage::AsyncReadResult> fResult;
/aosp_15_r20/external/skia/gm/
H A Dasyncrescaleandread.cpp398 struct AsyncContext { struct in __anonfda4649e0111::AsyncReadGMBase
399 bool fCalled = false;
400 std::unique_ptr<const SkImage::AsyncReadResult> fResult;
/aosp_15_r20/external/skia/tests/graphite/
H A DReadWritePixelsGraphiteTest.cpp508 struct AsyncContext { struct
509 bool fCalled = false;
510 std::unique_ptr<const SkImage::AsyncReadResult> fResult;
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DContext.cpp852 struct AsyncContext { in readPixels() struct
853 bool fCalled = false; in readPixels()
854 std::unique_ptr<const SkImage::AsyncReadResult> fResult; in readPixels()