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

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp86 // fb: extracted dst
120 // see if we need to extract 'component' from the destination (fb)
121 integer_t fb; local
123 fb.setTo(scratches.obtain(), 32);
124 extract(fb, pixel, component);
127 // expand fb -or- fragment to the larger of the two
128 if (fb.size() < temp.size()) {
129 // for now we expand 'fb' to min(fragment, 8)
131 expand(fb, fb, new_siz
[all...]
/system/extras/tests/framebuffer/
H A Dfb_test.c28 #include <linux/fb.h>
52 static int get_framebuffer(struct simple_fb *fb, unsigned bpp) argument
96 fb->width = vi.xres;
97 fb->height = vi.yres;
98 fb->stride = fi.line_length / bytes_per_pixel;
99 fb->data = bits;
100 fb->bpp = vi.bits_per_pixel;
102 fb++;
104 fb->width = vi.xres;
105 fb
[all...]
/system/bt/stack/smp/
H A Daes.cc92 #define fb(x) (f8(x) ^ f2(x) ^ (x)) macro
228 static const uint_8t gfmul_b[256] = mm_data(fb);
314 #define gfm_b(x) fb(x)
/system/core/libpixelflinger/
H A Dscanline.cpp192 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
195 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
199 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
203 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
207 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
211 "565 fb, 8888 tx, SRC_OVER clamp", scanline_t32cb16blend_clamp, init_y },
214 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
218 "565 fb, 8888 tx, SRC_OVER clamp modulate", scanline_t32cb16blend_clamp_mod, init_y },
222 "565 fb, x888 tx, SRC_OVER clamp modulate", scanline_x32cb16blend_clamp_mod, init_y },
225 "565 fb, 888
491 blending(context_t* c, pixel_t* fragment, pixel_t* fb) argument
697 pixel_t fb; local
[all...]

Completed in 133 milliseconds