Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dt32cb16blend.S44 .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/
Dt32cb16blend.S36 .macro pixel dreg src fb shift macro
87 .macro pixel dreg src fb shift macro
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp253 pixel_t pixel; in scanline_core() local
455 void GGLAssembler::build_component( pixel_t& pixel, in build_component()
815 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) in build_logic_op()
935 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) in build_masking()
Dtexturing.cpp712 int pixel= scratches.obtain(); in filter8() local
817 int pixel= scratches.obtain(); in filter16() local
900 int pixel= scratches.obtain(); in filter32() local
Dblending.cpp65 const pixel_t& pixel, // framebuffer in build_blending()