Home
last modified time | relevance | path

Searched refs:maybeDest (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContext.cpp953 const Maybe<Range<uint8_t>> maybeDest) { in FrontBufferSnapshotInto() argument
958 if (!maybeDest) return ret; in FrontBufferSnapshotInto()
959 const auto& dest = *maybeDest; in FrontBufferSnapshotInto()
H A DClientWebGLContext.cpp321 const auto maybeDest = child->AllocPendingCmdBytes(size); in Run() local
322 if (!maybeDest) { in Run()
327 const auto& destBytes = *maybeDest; in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContext.cpp953 const Maybe<Range<uint8_t>> maybeDest) { in FrontBufferSnapshotInto() argument
958 if (!maybeDest) return ret; in FrontBufferSnapshotInto()
959 const auto& dest = *maybeDest; in FrontBufferSnapshotInto()
H A DClientWebGLContext.cpp321 const auto maybeDest = child->AllocPendingCmdBytes(size); in Run() local
322 if (!maybeDest) { in Run()
327 const auto& destBytes = *maybeDest; in Run()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContext.cpp1038 const Maybe<Range<uint8_t>> maybeDest) { in FrontBufferSnapshotInto() argument
1043 if (!maybeDest) return ret; in FrontBufferSnapshotInto()
1044 const auto& dest = *maybeDest; in FrontBufferSnapshotInto()
H A DClientWebGLContext.cpp359 const auto maybeDest = child->AllocPendingCmdBytes(size); in Run() local
360 if (!maybeDest) { in Run()
365 const auto& destBytes = *maybeDest; in Run()