Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 10 of 10) sorted by relevance

/system/core/libpixelflinger/
Dt32cb16blend.S45 .macro pixel, DREG, SRC, FB, ODD macro
Dbuffer.cpp112 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/
Dt32cb16blend.S56 .macro pixel, DREG, SRC, FB, ODD macro
/system/core/libpixelflinger/arch-mips/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift macro
Dt32cb16blend.S36 .macro pixel dreg src fb shift macro
94 .macro pixel dreg src fb shift macro
/system/core/libpixelflinger/arch-mips64/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift macro
Dt32cb16blend.S34 .macro pixel dreg src fb shift macro
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp254 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()
Dtexturing.cpp714 int pixel= scratches.obtain(); in filter8() local
819 int pixel= scratches.obtain(); in filter16() local
902 int pixel= scratches.obtain(); in filter32() local
Dblending.cpp66 const pixel_t& pixel, // framebuffer in build_blending()