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.cpp114 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/
Dt32cb16blend.S56 .macro pixel, DREG, SRC, FB, ODD 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/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/codeflinger/
DGGLAssembler.cpp252 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()
Dtexturing.cpp705 int pixel= scratches.obtain(); in filter8() local
810 int pixel= scratches.obtain(); in filter16() local
893 int pixel= scratches.obtain(); in filter32() local
Dblending.cpp67 const pixel_t& pixel, // framebuffer in build_blending()