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

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp85 // fb: extracted dst
119 // see if we need to extract 'component' from the destination (fb)
120 integer_t fb; local
122 fb.setTo(scratches.obtain(), 32);
123 extract(fb, pixel, component);
126 // expand fb -or- fragment to the larger of the two
127 if (fb.size() < temp.size()) {
128 // for now we expand 'fb' to min(fragment, 8)
130 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.c89 #define fb(x) (f8(x) ^ f2(x) ^ x) macro
204 static const uint_8t gfmul_b[256] = mm_data(fb);
296 #define gfm_b(x) fb(x)
/system/core/libpixelflinger/
H A Dscanline.cpp197 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
200 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
204 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
208 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
212 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
216 "565 fb, 8888 tx, SRC_OVER clamp", scanline_t32cb16blend_clamp, init_y },
219 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
223 "565 fb, 8888 tx, SRC_OVER clamp modulate", scanline_t32cb16blend_clamp_mod, init_y },
227 "565 fb, x888 tx, SRC_OVER clamp modulate", scanline_x32cb16blend_clamp_mod, init_y },
230 "565 fb, 888
496 blending(context_t* c, pixel_t* fragment, pixel_t* fb) argument
702 pixel_t fb; local
[all...]

Completed in 94 milliseconds