/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/ |
H A D | ISurfaceAllocator.h | 66 class ISurfaceAllocator { 68 MOZ_DECLARE_REFCOUNTED_TYPENAME(ISurfaceAllocator) 69 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ISurfaceAllocator) 71 ISurfaceAllocator() = default; 109 virtual ~ISurfaceAllocator() = default; 113 class ClientIPCAllocator : public ISurfaceAllocator { 127 class HostIPCAllocator : public ISurfaceAllocator {
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/ |
H A D | ISurfaceAllocator.h | 67 class ISurfaceAllocator { 69 MOZ_DECLARE_REFCOUNTED_TYPENAME(ISurfaceAllocator) 70 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ISurfaceAllocator) 72 ISurfaceAllocator() = default; 110 virtual ~ISurfaceAllocator() = default; 114 class ClientIPCAllocator : public ISurfaceAllocator { 128 class HostIPCAllocator : public ISurfaceAllocator {
|
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/ |
H A D | ISurfaceAllocator.h | 66 class ISurfaceAllocator { 68 MOZ_DECLARE_REFCOUNTED_TYPENAME(ISurfaceAllocator) 69 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ISurfaceAllocator) 71 ISurfaceAllocator() = default; 109 virtual ~ISurfaceAllocator() = default; 113 class ClientIPCAllocator : public ISurfaceAllocator { 127 class HostIPCAllocator : public ISurfaceAllocator {
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/ |
H A D | ISurfaceAllocator.h | 66 class ISurfaceAllocator { 68 MOZ_DECLARE_REFCOUNTED_TYPENAME(ISurfaceAllocator) 69 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ISurfaceAllocator) 71 ISurfaceAllocator() = default; 109 virtual ~ISurfaceAllocator() = default; 113 class ClientIPCAllocator : public ISurfaceAllocator { 127 class HostIPCAllocator : public ISurfaceAllocator {
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/ |
H A D | ISurfaceAllocator.h | 68 class ISurfaceAllocator { 70 MOZ_DECLARE_REFCOUNTED_TYPENAME(ISurfaceAllocator) in MOZ_DECLARE_REFCOUNTED_TYPENAME() argument 71 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ISurfaceAllocator) in MOZ_DECLARE_REFCOUNTED_TYPENAME() 73 ISurfaceAllocator() {} in MOZ_DECLARE_REFCOUNTED_TYPENAME() 111 virtual ~ISurfaceAllocator() {} in ~ISurfaceAllocator() 115 class ClientIPCAllocator : public ISurfaceAllocator { 129 class HostIPCAllocator : public ISurfaceAllocator {
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/ |
H A D | ISurfaceAllocator.h | 67 class ISurfaceAllocator 70 MOZ_DECLARE_REFCOUNTED_TYPENAME(ISurfaceAllocator) in MOZ_DECLARE_REFCOUNTED_TYPENAME() argument 71 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ISurfaceAllocator) in MOZ_DECLARE_REFCOUNTED_TYPENAME() 73 ISurfaceAllocator() {} in MOZ_DECLARE_REFCOUNTED_TYPENAME() 103 virtual ~ISurfaceAllocator() {} in ~ISurfaceAllocator() 107 class ClientIPCAllocator : public ISurfaceAllocator 124 class HostIPCAllocator : public ISurfaceAllocator
|
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/ |
H A D | SurfaceAllocator.java | 50 final ISurfaceAllocator allocator = sConnection.getAllocator(); in acquireSurface() 103 private ISurfaceAllocator mAllocator; 105 public synchronized ISurfaceAllocator getAllocator() { in getAllocator() 118 mAllocator = ISurfaceAllocator.Stub.asInterface(service); in onServiceConnected()
|
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/ |
H A D | SurfaceAllocator.java | 50 final ISurfaceAllocator allocator = sConnection.getAllocator(); in acquireSurface() 103 private ISurfaceAllocator mAllocator; 105 public synchronized ISurfaceAllocator getAllocator() { in getAllocator() 118 mAllocator = ISurfaceAllocator.Stub.asInterface(service); in onServiceConnected()
|
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/ |
H A D | SurfaceAllocator.java | 50 ISurfaceAllocator allocator = sConnection.getAllocator(); in acquireSurface() 103 private ISurfaceAllocator mAllocator; 105 public synchronized ISurfaceAllocator getAllocator() { in getAllocator() 118 mAllocator = ISurfaceAllocator.Stub.asInterface(service); in onServiceConnected()
|
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/ |
H A D | SurfaceAllocator.java | 85 private ISurfaceAllocator mAllocator; 87 public synchronized ISurfaceAllocator getAllocator() { in getAllocator() 99 mAllocator = ISurfaceAllocator.Stub.asInterface(service); in onServiceConnected()
|
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/process/ |
H A D | IProcessManager.aidl | 8 import org.mozilla.gecko.gfx.ISurfaceAllocator; 13 ISurfaceAllocator getSurfaceAllocator(); in getSurfaceAllocator()
|
H A D | IChildProcess.aidl | 8 import org.mozilla.gecko.gfx.ISurfaceAllocator; 45 ISurfaceAllocator getSurfaceAllocator(); in getSurfaceAllocator()
|
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/process/ |
H A D | GeckoServiceGpuProcess.java | 13 import org.mozilla.gecko.gfx.ISurfaceAllocator; 26 public ISurfaceAllocator getSurfaceAllocator() { in getSurfaceAllocator()
|
H A D | GeckoServiceChildProcess.java | 24 import org.mozilla.gecko.gfx.ISurfaceAllocator; 166 public ISurfaceAllocator getSurfaceAllocator() { in getSurfaceAllocator() 210 public static ISurfaceAllocator getSurfaceAllocator() throws RemoteException { in getSurfaceAllocator()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/ |
H A D | TextureHost.h | 48 class ISurfaceAllocator; variable 387 ISurfaceAllocator* aDeallocator, 591 ISurfaceAllocator* aAllocator); 717 ISurfaceAllocator* aDeallocator, 738 RefPtr<ISurfaceAllocator> mDeallocator; 894 ISurfaceAllocator* aDeallocator,
|
H A D | TiledContentHost.h | 36 class ISurfaceAllocator; variable 129 ISurfaceAllocator* aAllocator); 230 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
|
H A D | TextureHost.cpp | 162 ISurfaceAllocator* aDeallocator, 167 ISurfaceAllocator* aDeallocator, 172 ISurfaceAllocator* aDeallocator, 177 ISurfaceAllocator* aDeallocator, 182 ISurfaceAllocator* aDeallocator, in Create() 236 ISurfaceAllocator* aDeallocator, in CreateBackendIndependentTextureHost() 593 ISurfaceAllocator* aAllocator) in DeserializeReadLock() 996 ISurfaceAllocator* aDeallocator, in ShmemTextureHost()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/ |
H A D | TiledContentHost.h | 37 class ISurfaceAllocator; variable 128 HostLayerManager* aLayerManager, ISurfaceAllocator* aAllocator); 201 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/ |
H A D | TiledContentHost.h | 37 class ISurfaceAllocator; variable 128 HostLayerManager* aLayerManager, ISurfaceAllocator* aAllocator); 201 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/ |
H A D | TiledContentHost.h | 37 class ISurfaceAllocator; variable 128 HostLayerManager* aLayerManager, ISurfaceAllocator* aAllocator); 201 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/ |
H A D | TiledContentHost.h | 37 class ISurfaceAllocator; variable 128 HostLayerManager* aLayerManager, ISurfaceAllocator* aAllocator); 202 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
|
H A D | TextureHost.h | 58 class ISurfaceAllocator; variable 394 ISurfaceAllocator* aDeallocator, LayersBackend aBackend, 604 ISurfaceAllocator* aAllocator); 800 ISurfaceAllocator* aDeallocator, TextureFlags aFlags); 820 RefPtr<ISurfaceAllocator> mDeallocator; 964 const SurfaceDescriptor& aDesc, ISurfaceAllocator* aDeallocator,
|
/dports/www/firefox/firefox-99.0/gfx/layers/composite/ |
H A D | TextureHost.h | 65 class ISurfaceAllocator; variable 403 ISurfaceAllocator* aDeallocator, LayersBackend aBackend, 576 ISurfaceAllocator* aAllocator); 824 ISurfaceAllocator* aDeallocator, TextureFlags aFlags); 844 RefPtr<ISurfaceAllocator> mDeallocator; 972 const SurfaceDescriptor& aDesc, ISurfaceAllocator* aDeallocator,
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/tests/gtest/ |
H A D | TestTextureCompatibility.cpp | 25 using mozilla::layers::ISurfaceAllocator; 38 LayersBackend& aLayersBackend, ISurfaceAllocator* aDeallocator, in CreateTextureWithBackend()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/tests/gtest/ |
H A D | TestTextureCompatibility.cpp | 25 using mozilla::layers::ISurfaceAllocator; 38 LayersBackend& aLayersBackend, ISurfaceAllocator* aDeallocator, in CreateTextureWithBackend()
|