Searched defs:pixel (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp66 const pixel_t& pixel, // framebuffer
124 extract(fb, pixel, component);
172 component, pixel, fragment, fb, scratches);
182 component, pixel, fragment, fb, scratches);
211 component, pixel, fragment, fb, scratches);
223 component, pixel, fragment, fb, scratches);
230 component, pixel, fragment, fb, scratches);
242 component, pixel, fragment, fb, scratches);
64 build_blending( component_t& temp, const pixel_t& pixel, int component, Scratch& regs) argument
H A Dtexturing.cpp218 // the iterators because there is always an extra pixel on the
419 // at 1 or 4 bytes / pixel on any texture unit.
512 // pixel size scale
711 // about ~22 cycles / pixel
714 int pixel= scratches.obtain(); local
726 int offset = pixel;
728 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(offset));
730 SMULBB(AL, d, pixel, u);
735 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(lb));
737 SMLABB(AL, d, pixel,
819 int pixel= scratches.obtain(); local
902 int pixel= scratches.obtain(); local
[all...]
H A DGGLAssembler.cpp246 // load the framebuffer pixel
254 pixel_t pixel;
259 pixel = directTex ? parts.texel[directTex-1] : parts.iterated;
260 pixel.flags &= ~CORRUPTIBLE;
272 // allocate a register for the resulting pixel
273 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
275 build_component(pixel, parts, GGLFormat::ALPHA, regs);
283 build_component(pixel, parts, GGLFormat::RED, regs);
284 build_component(pixel, parts, GGLFormat::GREEN, regs);
285 build_component(pixel, part
456 build_component( pixel_t& pixel, const fragment_parts_t& parts, int component, Scratch& regs) argument
816 build_logic_op(pixel_t& pixel, Scratch& regs) argument
937 build_masking(pixel_t& pixel, Scratch& regs) argument
[all...]
/system/core/libpixelflinger/
H A Dbuffer.cpp27 uint32_t x, uint32_t y, pixel_t* pixel);
29 uint32_t x, uint32_t y, const pixel_t* pixel);
31 uint32_t x, uint32_t y, pixel_t* pixel);
33 uint32_t x, uint32_t y, pixel_t* pixel);
112 uint32_t x, uint32_t y, pixel_t* pixel)
127 pixel->s[i] = f->c[i].h - f->c[i].l;
128 if (pixel->s[i])
129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8);
134 uint32_t x, uint32_t y, pixel_t* pixel)
137 pixel
111 read_pixel(const surface_t* s, context_t* c, uint32_t x, uint32_t y, pixel_t* pixel) argument
133 readRGB565(const surface_t* s, context_t* , uint32_t x, uint32_t y, pixel_t* pixel) argument
147 readABGR8888(const surface_t* s, context_t* , uint32_t x, uint32_t y, pixel_t* pixel) argument
162 write_pixel(const surface_t* s, context_t* c, uint32_t x, uint32_t y, const pixel_t* pixel) argument
[all...]

Completed in 84 milliseconds