Home
last modified time | relevance | path

Searched refs:ISurfaceAllocator (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DISurfaceAllocator.h66 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 DISurfaceAllocator.h67 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 DISurfaceAllocator.h66 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 DISurfaceAllocator.h66 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 DISurfaceAllocator.h68 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 DISurfaceAllocator.h67 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 DSurfaceAllocator.java50 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 DSurfaceAllocator.java50 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 DSurfaceAllocator.java50 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 DSurfaceAllocator.java85 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 DIProcessManager.aidl8 import org.mozilla.gecko.gfx.ISurfaceAllocator;
13 ISurfaceAllocator getSurfaceAllocator(); in getSurfaceAllocator()
H A DIChildProcess.aidl8 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 DGeckoServiceGpuProcess.java13 import org.mozilla.gecko.gfx.ISurfaceAllocator;
26 public ISurfaceAllocator getSurfaceAllocator() { in getSurfaceAllocator()
H A DGeckoServiceChildProcess.java24 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 DTextureHost.h48 class ISurfaceAllocator; variable
387 ISurfaceAllocator* aDeallocator,
591 ISurfaceAllocator* aAllocator);
717 ISurfaceAllocator* aDeallocator,
738 RefPtr<ISurfaceAllocator> mDeallocator;
894 ISurfaceAllocator* aDeallocator,
H A DTiledContentHost.h36 class ISurfaceAllocator; variable
129 ISurfaceAllocator* aAllocator);
230 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
H A DTextureHost.cpp162 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 DTiledContentHost.h37 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 DTiledContentHost.h37 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 DTiledContentHost.h37 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 DTiledContentHost.h37 class ISurfaceAllocator; variable
128 HostLayerManager* aLayerManager, ISurfaceAllocator* aAllocator);
202 bool UseTiledLayerBuffer(ISurfaceAllocator* aAllocator,
H A DTextureHost.h58 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 DTextureHost.h65 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 DTestTextureCompatibility.cpp25 using mozilla::layers::ISurfaceAllocator;
38 LayersBackend& aLayersBackend, ISurfaceAllocator* aDeallocator, in CreateTextureWithBackend()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/tests/gtest/
H A DTestTextureCompatibility.cpp25 using mozilla::layers::ISurfaceAllocator;
38 LayersBackend& aLayersBackend, ISurfaceAllocator* aDeallocator, in CreateTextureWithBackend()

123456