| /external/angle/src/libANGLE/renderer/d3d/d3d11/ | 
| D | StateManager11.h | 102     struct Pixel  struct104         Pixel()  in Pixel()  function
 124     static_assert(sizeof(Pixel) % 16u == 0, "D3D11 constant buffers must be multiples of 16 bytes");  argument
 
 | 
| /external/rust/crates/plotters/src/element/ | 
| D | basic_shapes.rs | 10 pub struct Pixel<Coord> {  struct15 impl<Coord> Pixel<Coord> {  implementation
 29 impl<'a, Coord> PointCollection<'a, Coord> for &'a Pixel<Coord> {  implementation
 37 impl<Coord, DB: DrawingBackend> Drawable<DB> for Pixel<Coord> {  implementation
 
 | 
| D | points.rs | 150 impl<Coord, Size: SizeDesc> PointElement<Coord, Size> for Pixel<Coord> {  implementation
 | 
| /external/rust/crates/vulkano/src/command_buffer/validity/ | 
| D | copy_image_buffer.rs | 51     Px: Pixel, // TODO: use a trait on the image itself instead133 ) -> DeviceSize
 
 | 
| /external/libvpx/test/ | 
| D | lpf_test.cc | 39 typedef uint16_t Pixel;  typedef49 typedef uint8_t Pixel;  typedef
 
 | 
| /external/rust/crates/vulkano/src/ | 
| D | format.rs | 452 pub unsafe trait Pixel {  interface493         unsafe impl Pixel for $ty {  impl
 
 | 
| /external/dng_sdk/source/ | 
| D | dng_resample.h | 98 		const int32 Pixel (int32 index) const  in Pixel()  function
 | 
| /external/angle/src/tests/gl_tests/ | 
| D | DepthStencilFormatsTest.cpp | 412             struct Pixel  in depthStencilReadbackCase()  struct414                 uint32_t x;  in depthStencilReadbackCase()
 416                 uint32_t d24() const { return x >> 8; }  in depthStencilReadbackCase()
 418                 uint8_t s8() const { return x & 0xff; }  in depthStencilReadbackCase()
 
 | 
| /external/scudo/standalone/tests/ | 
| D | wrappers_cpp_test.cpp | 63 class Pixel {  class
 | 
| /external/armnn/src/backends/reference/workloads/ | 
| D | Resize.cpp | 42 inline float PixelScaler(const unsigned int& Pixel,  in PixelScaler()
 | 
| /external/giflib/ | 
| D | egif_lib.c | 478 EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel)  in EGifPutPixel()887     GifPixelType Pixel;  in EGifCompressLine()  local
 
 | 
| D | dgif_lib.c | 482 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel)  in DGifGetPixel()
 | 
| /external/rust/crates/plotters/examples/ | 
| D | console.rs | 14     Pixel,  enumerator
 | 
| /external/rust/crates/vulkano/src/buffer/ | 
| D | view.rs | 77         Px: Pixel,  in new()
 | 
| /external/rust/crates/vulkano/src/command_buffer/ | 
| D | auto.rs | 844         Px: Pixel,  in copy_buffer_to_image()866         Px: Pixel,
 920         Px: Pixel,  in copy_image_to_buffer()
 942         Px: Pixel,
 
 | 
| /external/libaom/test/ | 
| D | blend_a64_mask_test.cc | 50   void GetSources(Pixel **src0, Pixel **src1, Pixel * /*dst*/, int run_times) {  in GetSources()  argument
 | 
| /external/libpng/contrib/libtests/ | 
| D | pngstest.c | 794 } Pixel;  typedef
 | 
| /external/mesa3d/src/mesa/main/ | 
| D | mtypes.h | 5039    struct gl_pixel_attrib	Pixel;		/**< Pixel attributes */  member
 |