Searched refs:fb (Results 1 - 11 of 11) sorted by relevance

/system/extras/tests/framebuffer/
H A DAndroid.mk10 LOCAL_MODULE:= test-fb-refresh
20 LOCAL_MODULE = test-fb-simple
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...]
H A Drefresh.c17 #include <linux/fb.h>
30 "/dev/graphics/fb%u",
31 "/dev/fb%u",
131 // at least for now, always clear the fb
/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...]
H A DGGLAssembler.cpp943 pixel_t fb(mDstPixel);
953 const int h = fb.format.c[i].h;
954 const int l = fb.format.c[i].l;
969 build_and_immediate(pixel.reg, s.reg, mask, fb.size());
975 build_and_immediate(fb.reg, fb.reg, ~mask, fb.size());
978 if (s.reg == fb.reg) {
983 MOV(AL, 0, pixel.reg, fb.reg);
986 ORR(AL, 0, pixel.reg, s.reg, fb
[all...]
H A DGGLAssembler.h486 integer_t& fb,
492 const integer_t& fb);
497 const integer_t& fb);
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S26 * with the 32bpp ABGR pixel held in src and store the result in fb
30 * the fb result
36 .macro pixel dreg src fb shift
58 ins \fb,$t8,\shift+6+5,5 # dst[\shift:15..11]
69 ins \fb,$t8,\shift+5,6 # finish green insertion dst[\shift:10..5]
73 ins \fb,$t8,\shift,5
87 .macro pixel dreg src fb shift
110 * fb |= sR << 11
123 or \fb,$t8
125 sll \fb,
[all...]
/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
489 blending(context_t* c, pixel_t* fragment, pixel_t* fb) argument
695 pixel_t fb; local
[all...]
/system/core/adb/
H A Dframebuffer_service.cpp19 #include <linux/fb.h>
H A Dsysdeps_win32.cpp1206 FH fb = _fh_alloc(&_fh_socketpair_class); local
1208 if (!fa || !fb)
1221 fb->fh_pair = pair;
1226 sv[1] = _fh_to_int(fb);
1234 snprintf( fb->name, sizeof(fb->name), "%d(pair:%d)", sv[1], sv[0] );
1239 _fh_close(fb);
/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)

Completed in 277 milliseconds