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

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp65 const pixel_t& pixel, // framebuffer
123 extract(fb, pixel, component);
171 component, pixel, fragment, fb, scratches);
181 component, pixel, fragment, fb, scratches);
210 component, pixel, fragment, fb, scratches);
222 component, pixel, fragment, fb, scratches);
229 component, pixel, fragment, fb, scratches);
241 component, pixel, fragment, fb, scratches);
63 build_blending( component_t& temp, const pixel_t& pixel, int component, Scratch& regs) argument
H A Dtexturing.cpp220 // the iterators because there is always an extra pixel on the
421 // at 1 or 4 bytes / pixel on any texture unit.
514 // pixel size scale
713 // about ~22 cycles / pixel
716 int pixel= scratches.obtain(); local
728 int offset = pixel;
730 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(offset));
732 SMULBB(AL, d, pixel, u);
737 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(lb));
739 SMLABB(AL, d, pixel,
821 int pixel= scratches.obtain(); local
905 int pixel= scratches.obtain(); local
1004 int pixel= scratches.obtain(); local
[all...]
H A DGGLAssembler.cpp245 // load the framebuffer pixel
253 pixel_t pixel;
258 pixel = directTex ? parts.texel[directTex-1] : parts.iterated;
259 pixel.flags &= ~CORRUPTIBLE;
271 // allocate a register for the resulting pixel
272 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
274 build_component(pixel, parts, GGLFormat::ALPHA, regs);
282 build_component(pixel, parts, GGLFormat::RED, regs);
283 build_component(pixel, parts, GGLFormat::GREEN, regs);
284 build_component(pixel, part
455 build_component( pixel_t& pixel, const fragment_parts_t& parts, int component, Scratch& regs) argument
815 build_logic_op(pixel_t& pixel, Scratch& regs) argument
931 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* c, uint32_t x, uint32_t y, pixel_t* pixel) argument
147 readABGR8888(const surface_t* s, context_t* c, 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 285 milliseconds