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 | 114 uint32_t x, uint32_t y, pixel_t* pixel) in read_pixel() 136 uint32_t x, uint32_t y, pixel_t* pixel) in readRGB565() 150 uint32_t x, uint32_t y, pixel_t* pixel) in readABGR8888() 165 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-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/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/codeflinger/ |
D | GGLAssembler.cpp | 252 pixel_t pixel; in scanline_core() local 453 void GGLAssembler::build_component( pixel_t& pixel, in build_component() 813 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) in build_logic_op() 934 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) in build_masking()
|
D | texturing.cpp | 705 int pixel= scratches.obtain(); in filter8() local 810 int pixel= scratches.obtain(); in filter16() local 893 int pixel= scratches.obtain(); in filter32() local
|
D | blending.cpp | 67 const pixel_t& pixel, // framebuffer in build_blending()
|