Searched defs:pixel (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/ |
D | t32cb16blend.S | 44 .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/codeflinger/ |
D | GGLAssembler.cpp | 250 pixel_t pixel; in scanline_core() local 452 void GGLAssembler::build_component( pixel_t& pixel, in build_component() 812 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) in build_logic_op() 919 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) in build_masking()
|
D | texturing.cpp | 699 int pixel= scratches.obtain(); in filter8() local 804 int pixel= scratches.obtain(); in filter16() local 888 int pixel= scratches.obtain(); in filter32() local 987 int pixel= scratches.obtain(); in filter32() local
|
D | blending.cpp | 65 const pixel_t& pixel, // framebuffer in build_blending()
|