Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h87 struct Pixel struct
89 Pixel() in Pixel() function
98 float depthRange[4];
99 float viewCoords[4];
100 float depthFront[4];
101 float viewScale[2];
105 float multiviewWriteToViewportIndex;
108 float padding;
/external/rust/crates/plotters/src/element/
Dbasic_shapes.rs6 pub struct Pixel<Coord> { struct
11 impl<Coord> Pixel<Coord> { argument
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/libvpx/libvpx/test/
Dlpf_test.cc39 typedef uint16_t Pixel; typedef
49 typedef uint8_t Pixel; typedef
/external/dng_sdk/source/
Ddng_resample.h98 const int32 Pixel (int32 index) const in Pixel() function
/external/scudo/standalone/tests/
Dwrappers_cpp_test.cpp60 class Pixel { class
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_cpp_test.cpp60 class Pixel { class
/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/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