Searched defs:pixel (Results 1 – 10 of 10) sorted by relevance
/system/core/libpixelflinger/ |
D | t32cb16blend.S | 45 .macro pixel, DREG, SRC, FB, ODD macro
|
D | buffer.cpp | 112 uint32_t x, uint32_t y, pixel_t* pixel) in read_pixel() 134 uint32_t x, uint32_t y, pixel_t* pixel) in readRGB565() 148 uint32_t x, uint32_t y, pixel_t* pixel) in readABGR8888() 163 uint32_t x, uint32_t y, const pixel_t* pixel) in write_pixel()
|
/system/core/libpixelflinger/arch-arm64/ |
D | t32cb16blend.S | 56 .macro pixel, DREG, SRC, FB, ODD macro
|
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 17 .macro pixel dreg src f sR sG sB shift macro
|
D | t32cb16blend.S | 36 .macro pixel dreg src fb shift macro 94 .macro pixel dreg src fb shift macro
|
/system/core/libpixelflinger/arch-mips64/ |
D | col32cb16blend.S | 17 .macro pixel dreg src f sR sG sB shift macro
|
D | t32cb16blend.S | 34 .macro pixel dreg src fb shift macro
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 254 pixel_t pixel; in scanline_core() local 456 void GGLAssembler::build_component( pixel_t& pixel, in build_component() 816 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) in build_logic_op() 937 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) in build_masking()
|
D | texturing.cpp | 714 int pixel= scratches.obtain(); in filter8() local 819 int pixel= scratches.obtain(); in filter16() local 902 int pixel= scratches.obtain(); in filter32() local
|
D | blending.cpp | 66 const pixel_t& pixel, // framebuffer in build_blending()
|