Home
last modified time | relevance | path

Searched refs:ReadPixelsFormat (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dcapture.rs10 use device::ReadPixelsFormat;
77 path: PathBuf, size: (u32, u32), format: ReadPixelsFormat, data: &[u8], in save_png() argument
84 ReadPixelsFormat::Rgba8 => ColorType::RGBA, in save_png()
85 ReadPixelsFormat::Standard(ImageFormat::BGRA8) => { in save_png()
89 ReadPixelsFormat::Standard(ImageFormat::R8) => ColorType::Grayscale, in save_png()
90 ReadPixelsFormat::Standard(ImageFormat::RG8) => ColorType::GrayscaleAlpha, in save_png()
91 ReadPixelsFormat::Standard(fm) => { in save_png()
H A Dlib.rs169 pub use device::{build_shader_strings, ProgramCache, ReadPixelsFormat, UploadMethod, VertexUsageHin…
H A Dresource_cache.rs1057 use device::ReadPixelsFormat; in save_capture()
1120 ReadPixelsFormat::Standard(desc.format), in save_capture()
1161 ReadPixelsFormat::Standard(desc.format), in save_capture()
H A Ddevice.rs113 pub enum ReadPixelsFormat { enum
1538 format: ReadPixelsFormat, in read_pixels_into() argument
1542 ReadPixelsFormat::Standard(imf) => { in read_pixels_into()
1545 ReadPixelsFormat::Rgba8 => { in read_pixels_into()
H A Drenderer.rs36 use device::{ProgramCache, ReadPixelsFormat};
4619 …pub fn read_pixels_into(&mut self, rect: DeviceUintRect, format: ReadPixelsFormat, output: &mut [u… in read_pixels_into() argument
4625 self.device.read_pixels_into(rect, ReadPixelsFormat::Rgba8, &mut pixels); in read_pixels_rgba8()
4636 ReadPixelsFormat::Standard(ImageFormat::RGBAF32), in read_gpu_cache()
4929 let read_format = ReadPixelsFormat::Standard(texture.get_format()); in save_texture()
4951 device.read_pixels_into(rect, ReadPixelsFormat::Rgba8, &mut png_data); in save_texture()
4952 (&png_data, ReadPixelsFormat::Rgba8) in save_texture()
4954 fm => (&data, ReadPixelsFormat::Standard(fm)), in save_texture()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dcapture.rs10 use device::ReadPixelsFormat;
99 path: PathBuf, size: DeviceIntSize, format: ReadPixelsFormat, data: &[u8], in save_png() argument
106 ReadPixelsFormat::Rgba8 => ColorType::RGBA, in save_png()
107 ReadPixelsFormat::Standard(ImageFormat::BGRA8) => { in save_png()
111 ReadPixelsFormat::Standard(ImageFormat::R8) => ColorType::Grayscale, in save_png()
112 ReadPixelsFormat::Standard(ImageFormat::RG8) => ColorType::GrayscaleAlpha, in save_png()
113 ReadPixelsFormat::Standard(fm) => { in save_png()
H A Dlib.rs209 pub use device::{build_shader_strings, ReadPixelsFormat, UploadMethod, VertexUsageHint};
H A Drenderer.rs44 use device::{ProgramCache, ReadPixelsFormat};
4625 …pub fn read_pixels_into(&mut self, rect: DeviceIntRect, format: ReadPixelsFormat, output: &mut [u8… in read_pixels_into() argument
4631 self.device.read_pixels_into(rect, ReadPixelsFormat::Rgba8, &mut pixels); in read_pixels_rgba8()
4643 ReadPixelsFormat::Standard(ImageFormat::RGBAF32), in read_gpu_cache()
5088 let read_format = ReadPixelsFormat::Standard(texture.get_format()); in save_texture()
5110 device.read_pixels_into(rect, ReadPixelsFormat::Rgba8, &mut png_data); in save_texture()
5111 (&png_data, ReadPixelsFormat::Rgba8) in save_texture()
5113 fm => (&data, ReadPixelsFormat::Standard(fm)), in save_texture()
5239 ReadPixelsFormat::Standard(def.descriptor.format), in save_capture()
H A Dresource_cache.rs1978 use device::ReadPixelsFormat; in save_capture()
2041 ReadPixelsFormat::Standard(desc.format), in save_capture()
2096 ReadPixelsFormat::Standard(desc.format), in save_capture()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h116 struct ReadPixelsFormat struct
121 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, argument
H A Dformatutilsgl.cpp541 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, in GetReadPixelsFormat()
546 ReadPixelsFormat result; in GetReadPixelsFormat()
H A DFramebufferGL.cpp244 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h127 struct ReadPixelsFormat struct
132 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, argument
H A Dformatutilsgl.cpp778 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, in GetReadPixelsFormat()
784 ReadPixelsFormat result; in GetReadPixelsFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h127 struct ReadPixelsFormat struct
132 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, argument
H A Dformatutilsgl.cpp866 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, in GetReadPixelsFormat()
872 ReadPixelsFormat result; in GetReadPixelsFormat()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h429 struct ReadPixelsFormat { struct
430 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument
468 ReadPixelsFormat fSecondReadPixelsFormat;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h507 struct ReadPixelsFormat { struct
508 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() function
545 ReadPixelsFormat fSecondReadPixelsFormat;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h532 struct ReadPixelsFormat { struct
533 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h532 struct ReadPixelsFormat { struct
533 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h532 struct ReadPixelsFormat { struct
533 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h532 struct ReadPixelsFormat { struct
533 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h565 struct ReadPixelsFormat { struct
566 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h578 struct ReadPixelsFormat { struct
579 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/device/
H A Dgl.rs156 pub enum ReadPixelsFormat { enum
2230 format: ReadPixelsFormat, in read_pixels_into() argument
2234 ReadPixelsFormat::Standard(imf) => { in read_pixels_into()
2237 ReadPixelsFormat::Rgba8 => { in read_pixels_into()

12