Home
last modified time | relevance | path

Searched refs:SurfaceControl (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/android/
H A Dandroid_surface_control_compat.cc307 bool SurfaceControl::IsSupported() { in IsSupported()
319 uint64_t SurfaceControl::RequiredUsage() { in RequiredUsage()
325 void SurfaceControl::EnableQualcommUBWC() { in EnableQualcommUBWC()
329 bool SurfaceControl::SupportsSetFrameRate() { in SupportsSetFrameRate()
336 SurfaceControl::Surface::Surface() = default;
352 SurfaceControl::Surface::~Surface() { in ~Surface()
361 SurfaceControl::SurfaceStats& SurfaceControl::SurfaceStats::operator=(
369 SurfaceControl::TransactionStats& SurfaceControl::TransactionStats::operator=(
372 SurfaceControl::Transaction::Transaction() in Transaction()
389 SurfaceControl::Transaction& SurfaceControl::Transaction::operator=( in operator =()
[all …]
H A Dandroid_surface_control_compat.h28 class GFX_EXPORT SurfaceControl {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/android/
H A Dandroid_surface_control_compat.cc293 bool SurfaceControl::IsSupported() { in IsSupported()
305 uint64_t SurfaceControl::RequiredUsage() { in RequiredUsage()
311 void SurfaceControl::EnableQualcommUBWC() { in EnableQualcommUBWC()
315 SurfaceControl::Surface::Surface() = default;
331 SurfaceControl::Surface::~Surface() { in ~Surface()
346 SurfaceControl::SurfaceStats& SurfaceControl::SurfaceStats::operator=(
354 SurfaceControl::TransactionStats& SurfaceControl::TransactionStats::operator=(
357 SurfaceControl::Transaction::Transaction() in Transaction()
363 SurfaceControl::Transaction::~Transaction() { in ~Transaction()
374 SurfaceControl::Transaction& SurfaceControl::Transaction::operator=( in operator =()
[all …]
H A Dandroid_surface_control_compat.h31 class GL_EXPORT SurfaceControl {
/dports/comms/scrcpy/scrcpy-1.9/server/src/main/java/com/genymobile/scrcpy/
H A DScreenEncoder.java3 import com.genymobile.scrcpy.wrappers.SurfaceControl;
153 return SurfaceControl.createDisplay("scrcpy", true); in createDisplay()
166 SurfaceControl.openTransaction(); in setDisplaySurface()
168 SurfaceControl.setDisplaySurface(display, surface); in setDisplaySurface()
169 SurfaceControl.setDisplayProjection(display, 0, deviceRect, displayRect); in setDisplaySurface()
170 SurfaceControl.setDisplayLayerStack(display, 0); in setDisplaySurface()
172 SurfaceControl.closeTransaction(); in setDisplaySurface()
177 SurfaceControl.destroyDisplay(display); in destroyDisplay()
H A DDevice.java4 import com.genymobile.scrcpy.wrappers.SurfaceControl;
15 public static final int POWER_MODE_OFF = SurfaceControl.POWER_MODE_OFF;
16 public static final int POWER_MODE_NORMAL = SurfaceControl.POWER_MODE_NORMAL;
164 IBinder d = SurfaceControl.getBuiltInDisplay(0); in setScreenPowerMode()
165 SurfaceControl.setDisplayPowerMode(d, mode); in setScreenPowerMode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_surface_egl_surface_control.h92 SurfaceState(const SurfaceControl::Surface& parent,
112 scoped_refptr<SurfaceControl::Surface> surface;
122 scoped_refptr<SurfaceControl::Surface> surface;
149 SurfaceControl::TransactionStats transaction_stats);
164 base::Optional<SurfaceControl::Transaction> pending_transaction_;
173 std::queue<SurfaceControl::Transaction> pending_transaction_queue_;
190 scoped_refptr<SurfaceControl::Surface> root_surface_;
H A Dgl_surface_egl_surface_control.cc54 new SurfaceControl::Surface(window, root_surface_name_.c_str())), in GLSurfaceEGLSurfaceControl()
232 SurfaceControl::Transaction::OnCompleteCb callback = base::BindOnce( in CommitPendingTransaction()
277 if (!SurfaceControl::SupportsColorSpace(image_color_space)) { in ScheduleOverlayPlane()
410 SurfaceControl::TransactionStats transaction_stats) { in OnTransactionAckOnGpuThread()
551 const SurfaceControl::Surface& parent, in SurfaceState()
553 : surface(new SurfaceControl::Surface(parent, name.c_str())) {} in SurfaceState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_surface_egl_surface_control.h93 SurfaceState(const gfx::SurfaceControl::Surface& parent,
115 scoped_refptr<gfx::SurfaceControl::Surface> surface;
125 scoped_refptr<gfx::SurfaceControl::Surface> surface;
188 gfx::SurfaceControl::TransactionStats transaction_stats);
203 base::Optional<gfx::SurfaceControl::Transaction> pending_transaction_;
216 std::queue<gfx::SurfaceControl::Transaction> pending_transaction_queue_;
233 scoped_refptr<gfx::SurfaceControl::Surface> root_surface_;
H A Dgl_surface_egl_surface_control.cc67 new gfx::SurfaceControl::Surface(window, root_surface_name_.c_str())), in GLSurfaceEGLSurfaceControl()
248 gfx::SurfaceControl::Transaction::OnCompleteCb callback = base::BindOnce( in CommitPendingTransaction()
292 if (!gfx::SurfaceControl::SupportsColorSpace(image_color_space)) { in ScheduleOverlayPlane()
433 gfx::SurfaceControl::TransactionStats transaction_stats) { in OnTransactionAckOnGpuThread()
593 const gfx::SurfaceControl::Surface& parent, in SurfaceState()
595 : surface(new gfx::SurfaceControl::Surface(parent, name.c_str())) {} in SurfaceState()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/
H A DSpriteController.h209 sp<SurfaceControl> surfaceControl;
251 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl, in setSurfaceLocked()
296 Vector<sp<SurfaceControl> > disposedSurfaces;
304 void disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl);
313 sp<SurfaceControl> obtainSurface(int32_t width, int32_t height);
H A DSpriteController.cpp101 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) { in disposeSurfaceLocked()
374 Vector<sp<SurfaceControl> > disposedSurfaces; in doDisposeSurfaces()
397 sp<SurfaceControl> SpriteController::obtainSurface(int32_t width, int32_t height) { in obtainSurface()
400 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( in obtainSurface()
/dports/comms/scrcpy/scrcpy-1.9/server/src/main/java/com/genymobile/scrcpy/wrappers/
H A DSurfaceControl.java9 public final class SurfaceControl { class
25 private SurfaceControl() { in SurfaceControl() method in SurfaceControl
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Doverlay_processor_surface_control.cc55 if (!gfx::SurfaceControl::SupportsColorSpace(candidate.color_space)) { in CheckOverlaySupport()
101 DCHECK(gfx::SurfaceControl::SupportsColorSpace(plane.color_space)) in AdjustOutputSurfaceOverlay()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Doverlay_processor_surface_control.cc56 if (!gl::SurfaceControl::SupportsColorSpace(candidate.color_space)) { in CheckOverlaySupport()
102 DCHECK(gl::SurfaceControl::SupportsColorSpace(plane.color_space)) in AdjustOutputSurfaceOverlay()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/android/apps/vidtex/
H A Dlauncher.h78 android::sp<android::SurfaceControl> m_sf_control;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/config/
H A Dgpu_finch_features.cc127 return gl::SurfaceControl::IsSupported(); in IsAndroidSurfaceControlEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/config/
H A Dgpu_finch_features.cc204 gfx::SurfaceControl::IsSupported(); in IsAndroidSurfaceControlEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dgpu_memory_buffer_factory_android_hardware_buffer.cc32 hwb_desc.usage |= gfx::SurfaceControl::RequiredUsage(); in GetBufferDescription()
H A Dgpu_init.cc106 gfx::SurfaceControl::EnableQualcommUBWC(); in InitializePlatformOverlaySettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/common/
H A Dgpu_memory_buffer_impl_android_hardware_buffer.cc52 desc.usage |= gl::SurfaceControl::RequiredUsage(); in GetBufferDescription()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/common/
H A Dgpu_memory_buffer_impl_android_hardware_buffer.cc58 desc.usage |= gfx::SurfaceControl::RequiredUsage(); in GetBufferDescription()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/docs/data-sources/
H A Dandroid-log.md44 291474853274109 | 1818 | 1228 | system_server | 3 | SurfaceControl | Excessive delay in setPowerMod…
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/android/
H A Ddroid_surfaceflingerlink.cpp54 sp<SurfaceControl> surface_control;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dgpu_init.cc91 gl::SurfaceControl::EnableQualcommUBWC(); in InitializePlatformOverlaySettings()

12