Searched refs:dst_bpp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | 0003-fix-big-endian-os.patch | 25 + } else if (dst_bpp == 16) { 34 + } else if (dst_bpp == 24) { 43 + } else if (dst_bpp == 32) {
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | accel.c | 40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument 79 ret = viafb_set_bpp(engine, dst_bpp); in hw_bitblt_1() 163 tmp = (width * height * (op == VIA_BITBLT_MONO ? 1 : (dst_bpp >> 3)) + in hw_bitblt_1() 173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument 212 ret = viafb_set_bpp(engine, dst_bpp); in hw_bitblt_2() 295 tmp = (width * height * (op == VIA_BITBLT_MONO ? 1 : (dst_bpp >> 3)) + in hw_bitblt_2()
|
| H A D | viafbdev.h | 53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | bmp_helper.c | 144 int bmpdecoder(void *bmp_addr, void *pdst, int dst_bpp) in bmpdecoder() argument 174 if (dst_bpp != 16) { in bmpdecoder() 176 dst_bpp); in bmpdecoder()
|
| H A D | bmp_helper.h | 18 int bmpdecoder(void *bmp_addr, void *dst, int dst_bpp);
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 303 int dst_bpp; in glamor_copy_fbo_cpu() local 320 fbGetDrawable(dst, dst_bits, dst_stride, dst_bpp, dst_xoff, dst_yoff); in glamor_copy_fbo_cpu()
|
| /OK3568_Linux_fs/buildroot/package/directfb/ |
| H A D | 0001-fix-missing-davinci-voodoo-header.patch | 1597 + unsigned long dst_bpp;
|