Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h103 struct Pixel struct
105 Pixel() in Pixel() function
125 static_assert(sizeof(Pixel) % 16u == 0, "D3D11 constant buffers must be multiples of 16 bytes"); argument
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dbasic_shapes.rs10 pub struct Pixel<Coord> { struct
15 impl<Coord> Pixel<Coord> { argument
29 impl<'a, Coord> PointCollection<'a, Coord> for &'a Pixel<Coord> { implementation
37 impl<Coord, DB: DrawingBackend> Drawable<DB> for Pixel<Coord> { implementation
Dpoints.rs150 impl<Coord, Size: SizeDesc> PointElement<Coord, Size> for Pixel<Coord> { implementation
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp412 struct Pixel in depthStencilReadbackCase() struct
414 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()
/aosp_15_r20/external/libvpx/test/
H A Dlpf_test.cc39 typedef uint16_t Pixel; typedef
49 typedef uint8_t Pixel; typedef
/aosp_15_r20/external/giflib/
H A Degif_lib.c484 int EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel) { in EGifPutPixel()
891 GifPixelType Pixel = in EGifCompressLine() local
H A Ddgif_lib.c525 int DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) { in DGifGetPixel()
/aosp_15_r20/external/libultrahdr/tests/
H A Dgainmapmath_test.cpp45 struct Pixel { struct in ultrahdr::GainMapMathTest
46 int16_t y;
47 int16_t u;
48 int16_t v;
/aosp_15_r20/packages/modules/Virtualization/docs/
Dgetting_started.md45 ### Pixel subsection
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DUgaDraw.h77 EFI_UGA_PIXEL Pixel; member
H A DGraphicsOutput.h139 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DUgaDraw.h77 EFI_UGA_PIXEL Pixel; member
H A DGraphicsOutput.h139 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DUgaDraw.h76 EFI_UGA_PIXEL Pixel; member
H A DGraphicsOutput.h139 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DUgaDraw.h83 EFI_UGA_PIXEL Pixel; member
H A DGraphicsOutput.h145 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/aosp_15_r20/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dbrightness.c32 } Pixel; typedef
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_resample.h98 const int32 Pixel (int32 index) const in Pixel() function
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DResize.cpp42 inline float PixelScaler(const unsigned int& Pixel, in PixelScaler()
/aosp_15_r20/external/scudo/standalone/tests/
H A Dwrappers_cpp_test.cpp134 class Pixel { class
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Dconsole.rs14 Pixel, enumerator
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/Protocol/
H A DGraphicsOutput.h145 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/aosp_15_r20/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_frame.cpp33 } Pixel; typedef
/aosp_15_r20/external/libaom/test/
H A Dblend_a64_mask_test.cc50 void GetSources(Pixel **src0, Pixel **src1, Pixel * /*dst*/, int run_times) { in GetSources() argument

123456