Home
last modified time | relevance | path

Searched defs:hasPendingWrite (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSurfacePriv.h37 bool hasPendingWrite() const { return fSurface->hasPendingWrite(); } in hasPendingWrite() function
H A DGrSurfaceProxyPriv.h48 bool hasPendingWrite() const { return fProxy->hasPendingWrite(); } in hasPendingWrite() function
H A DGrSurface.cpp144 bool GrSurface::hasPendingWrite() const { in hasPendingWrite() function in GrSurface
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrSurfacePriv.h43 bool hasPendingWrite() const { return fSurface->hasPendingWrite(); } in hasPendingWrite() function
H A DGrSurface.cpp165 bool GrSurface::hasPendingWrite() const { in hasPendingWrite() function in GrSurface
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DGrSurfaceProxy.h382 bool hasPendingWrite() const { in hasPendingWrite() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlStreamNodeWriter.cs23 int hasPendingWrite; field in System.Xml.XmlStreamNodeWriter