tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

files / gfx / webrender_bindings


ModeNameSize
-rw-r--r--Cargo.toml45L
-rw-r--r--DCLayerTree.cpp3308L
-rw-r--r--DCLayerTree.h704L
-rw-r--r--Moz2DImageRenderer.cpp529L
-rw-r--r--README.webrender23L
-rw-r--r--RenderAndroidHardwareBufferTextureHost.cpp257L
-rw-r--r--RenderAndroidHardwareBufferTextureHost.h76L
-rw-r--r--RenderAndroidSurfaceTextureHost.cpp333L
-rw-r--r--RenderAndroidSurfaceTextureHost.h96L
-rw-r--r--RenderBufferTextureHost.cpp254L
-rw-r--r--RenderBufferTextureHost.h81L
-rw-r--r--RenderCompositor.cpp328L
-rw-r--r--RenderCompositor.h242L
-rw-r--r--RenderCompositorANGLE.cpp1100L
-rw-r--r--RenderCompositorANGLE.h194L
-rw-r--r--RenderCompositorD3D11SWGL.cpp472L
-rw-r--r--RenderCompositorD3D11SWGL.h118L
-rw-r--r--RenderCompositorEGL.cpp326L
-rw-r--r--RenderCompositorEGL.h75L
-rw-r--r--RenderCompositorLayersSWGL.cpp500L
-rw-r--r--RenderCompositorLayersSWGL.h199L
-rw-r--r--RenderCompositorNative.cpp744L
-rw-r--r--RenderCompositorNative.h253L
-rw-r--r--RenderCompositorOGL.cpp126L
-rw-r--r--RenderCompositorOGL.h49L
-rw-r--r--RenderCompositorOGLSWGL.cpp481L
-rw-r--r--RenderCompositorOGLSWGL.h104L
-rw-r--r--RenderCompositorRecordedFrame.h49L
-rw-r--r--RenderCompositorSWGL.cpp316L
-rw-r--r--RenderCompositorSWGL.h90L
-rw-r--r--RenderD3D11TextureHost.cpp850L
-rw-r--r--RenderD3D11TextureHost.h234L
-rw-r--r--RenderDMABUFTextureHost.cpp131L
-rw-r--r--RenderDMABUFTextureHost.h63L
-rw-r--r--RenderDcompSurfaceTextureHost.cpp45L
-rw-r--r--RenderDcompSurfaceTextureHost.h70L
-rw-r--r--RenderEGLImageTextureHost.cpp222L
-rw-r--r--RenderEGLImageTextureHost.h68L
-rw-r--r--RenderExternalTextureHost.cpp266L
-rw-r--r--RenderExternalTextureHost.h81L
-rw-r--r--RenderMacIOSurfaceTextureHost.cpp182L
-rw-r--r--RenderMacIOSurfaceTextureHost.h66L
-rw-r--r--RenderSharedSurfaceTextureHost.cpp78L
-rw-r--r--RenderSharedSurfaceTextureHost.h57L
-rw-r--r--RenderTextureHost.cpp171L
-rw-r--r--RenderTextureHost.h194L
-rw-r--r--RenderTextureHostSWGL.cpp231L
-rw-r--r--RenderTextureHostSWGL.h80L
-rw-r--r--RenderTextureHostWrapper.cpp246L
-rw-r--r--RenderTextureHostWrapper.h85L
-rw-r--r--RenderThread.cpp1768L
-rw-r--r--RenderThread.h575L
-rw-r--r--RendererOGL.cpp485L
-rw-r--r--RendererOGL.h179L
-rw-r--r--RendererScreenshotGrabber.cpp104L
-rw-r--r--RendererScreenshotGrabber.h100L
-rw-r--r--WebRenderAPI.cpp1987L
-rw-r--r--WebRenderAPI.h1004L
-rw-r--r--WebRenderTypes.cpp110L
-rw-r--r--WebRenderTypes.h916L
-rw-r--r--cbindgen.toml55L
-rw-r--r--moz.build136L
-rw-r--r--rustfmt.toml16L
-rw-r--r--webrender_ffi.h124L
d---------src/-