Home
last modified time | relevance | path

Searched defs:Pixel (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h102 struct Pixel struct
104 Pixel() in Pixel() function
125 static_assert(sizeof(Pixel) % 16u == 0, "D3D11 constant buffers must be multiples of 16 bytes"); argument
/external/rust/crates/plotters/src/element/
Dbasic_shapes.rs6 pub struct Pixel<Coord> { struct
11 impl<Coord> Pixel<Coord> { impl
20 impl<'a, Coord> PointCollection<'a, Coord> for &'a Pixel<Coord> { implementation
28 impl<Coord, DB: DrawingBackend> Drawable<DB> for Pixel<Coord> { implementation
Dpoints.rs121 impl<Coord, Size: SizeDesc> PointElement<Coord, Size> for Pixel<Coord> { implementation
/external/rust/crates/vulkano/src/command_buffer/validity/
Dcopy_image_buffer.rs51 Px: Pixel, // TODO: use a trait on the image itself instead
133 ) -> DeviceSize
/external/libvpx/libvpx/test/
Dlpf_test.cc39 typedef uint16_t Pixel; typedef
49 typedef uint8_t Pixel; typedef
/external/rust/crates/vulkano/src/
Dformat.rs452 pub unsafe trait Pixel { interface
493 unsafe impl Pixel for $ty { impl
/external/dng_sdk/source/
Ddng_resample.h98 const int32 Pixel (int32 index) const in Pixel() function
/external/scudo/standalone/tests/
Dwrappers_cpp_test.cpp63 class Pixel { class
/external/armnn/src/backends/reference/workloads/
DResize.cpp42 inline float PixelScaler(const unsigned int& Pixel, in PixelScaler()
/external/giflib/
Degif_lib.c478 EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel) in EGifPutPixel()
887 GifPixelType Pixel; in EGifCompressLine() local
Ddgif_lib.c482 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) in DGifGetPixel()
/external/rust/crates/plotters/examples/
Dconsole.rs14 Pixel, enumerator
/external/rust/crates/vulkano/src/buffer/
Dview.rs77 Px: Pixel, in new()
/external/rust/crates/vulkano/src/command_buffer/
Dauto.rs844 Px: Pixel, in copy_buffer_to_image()
866 Px: Pixel,
920 Px: Pixel, in copy_image_to_buffer()
942 Px: Pixel,
/external/libaom/libaom/test/
Dblend_a64_mask_test.cc50 void GetSources(Pixel **src0, Pixel **src1, Pixel * /*dst*/, int run_times) { in GetSources() argument
/external/libpng/contrib/libtests/
Dpngstest.c793 } Pixel; typedef
/external/mesa3d/src/mesa/main/
Dmtypes.h5039 struct gl_pixel_attrib Pixel; /**< Pixel attributes */ member