Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 25 of 186) sorted by relevance

12345678

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_RLEaccel.c111 #define PIXEL_COPY(to, from, len, bpp) \ argument
124 #define OPAQUE_BLIT(to, from, length, bpp, alpha) \ argument
129 #define ALPHA_BLIT32_888MMX(to, from, length, bpp, alpha) \ argument
201 #define ALPHA_BLIT16_565MMX(to, from, length, bpp, alpha) \ argument
291 #define ALPHA_BLIT16_555MMX(to, from, length, bpp, alpha) \ argument
390 #define ALPHA_BLIT32_888(to, from, length, bpp, alpha) \ argument
414 #define ALPHA_BLIT16_565(to, from, length, bpp, alpha) \ argument
431 #define ALPHA_BLIT16_555(to, from, length, bpp, alpha) \ argument
451 #define ALPHA_BLIT_ANY(to, from, length, bpp, alpha) \ argument
510 #define ALPHA_BLIT32_888_50MMX(to, from, length, bpp, alpha) \ argument
[all …]
DSDL_stretch.c70 static int generate_rowbytes(int src_w, int dst_w, int bpp) in generate_rowbytes()
73 int bpp; in generate_rowbytes() member
220 const int bpp = dst->format->BytesPerPixel; in SDL_SoftStretch() local
DSDL_pixels.c37 SDL_PixelFormat *SDL_AllocFormat(int bpp, in SDL_AllocFormat()
224 SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp, in SDL_ReallocFormat()
266 void SDL_DitherColors(SDL_Color *colors, int bpp) in SDL_DitherColors()
468 int bpp; in Map1toN() local
DSDL_blit.h113 #define RETRIEVE_RGB_PIXEL(buf, bpp, Pixel) \ argument
140 #define DISEMBLE_RGB(buf, bpp, fmt, Pixel, r, g, b) \ argument
196 #define ASSEMBLE_RGB(buf, bpp, fmt, r, g, b) \ argument
229 #define ASSEMBLE_RGB_AMASK(buf, bpp, fmt, r, g, b, Amask) \ argument
303 #define DISEMBLE_RGBA(buf, bpp, fmt, Pixel, r, g, b, a) \ argument
350 #define ASSEMBLE_RGBA(buf, bpp, fmt, r, g, b, a) \ argument
/external/qemu/distrib/sdl-1.2.15/test/
Dtestgamma.c34 int get_video_args(char *argv[], int *w, int *h, int *bpp, Uint32 *flags) in get_video_args()
79 int w, h, bpp; in main() local
Dgraywin.c105 SDL_Surface *CreateScreen(Uint16 w, Uint16 h, Uint8 bpp, Uint32 flags) in CreateScreen()
140 int width, height, bpp; in main() local
/external/libpng/arm/
Darm_init.c56 png_init_filter_functions_neon(png_structp pp, unsigned int bpp) in png_init_filter_functions_neon()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fb3dfx.c54 int bpp; in FillHWRect() local
97 int bpp; in HWAccelBlit() local
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
DSDL_xbios_sb3.c53 int bpp; in SDL_XBIOS_SB3Usable() local
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_gl.c195 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags) in ph_SetupOpenGLContext()
278 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags) in ph_SetupOpenGLContext()
DSDL_ph_modes.c115 int ph_GetVideoMode(int width, int height, int bpp) in ph_GetVideoMode()
167 int get_mode_any_format(int width, int height, int bpp) in get_mode_any_format()
DSDL_ph_video.c320 static const struct ColourMasks* ph_GetColourMasks(int bpp) in ph_GetColourMasks()
448 static SDL_Surface* ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Ui… in ph_SetVideoMode()
/external/chromium_org/third_party/libyuv/unit_test/
Dvideo_common_test.cc31 static bool TestValidFourCC(uint32 fourcc, int bpp) { in TestValidFourCC()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c145 const uint bpp = util_format_get_blocksize(format); in lp_tiled_to_linear() local
193 const uint bpp = 4; in lp_tiled_to_linear() local
235 const uint bpp = util_format_get_blocksize(format); in lp_linear_to_tiled() local
282 const uint bpp = 4; in lp_linear_to_tiled() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c145 const uint bpp = util_format_get_blocksize(format); in lp_tiled_to_linear() local
193 const uint bpp = 4; in lp_tiled_to_linear() local
235 const uint bpp = util_format_get_blocksize(format); in lp_linear_to_tiled() local
282 const uint bpp = 4; in lp_linear_to_tiled() local
/external/pixman/pixman/
Dpixman-android.h25 int bpp; member
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc264 int bpp; in BE_VideoInit() local
346 static bool BE_FindClosestFSMode(_THIS, int width, int height, int bpp, in BE_FindClosestFSMode()
434 int bpp = screen->format->BitsPerPixel; in BE_SetFullScreen() local
499 int width, int height, int bpp, Uint32 flags) in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosFullScreenVideo.c97 int width, int height, int bpp, Uint32 flags) in FULLSCREEN_SetVideoMode()
573 static int FULLSCREEN_AddMode(_THIS, int bpp, int w, int h) in FULLSCREEN_AddMode()
669 int FULLSCREEN_SetMode(int width, int height, int bpp) in FULLSCREEN_SetMode()
751 int bpp = this->screen->format->BitsPerPixel; in FULLSCREEN_ToggleFromWimp() local
DSDL_wimpvideo.c83 int width, int height, int bpp, Uint32 flags) in WIMP_SetVideoMode()
442 int bpp = this->screen->format->BitsPerPixel; in WIMP_ToggleFromFullScreen() local
/external/chromium_org/content/browser/compositor/
Dsoftware_output_device_x11.cc54 int bpp = gfx::BitsPerPixelForPixmapDepth(display_, attributes_.depth); in EndPaint() local
/external/opencv/otherlibs/highgui/
Dgrfmt_imageio.cpp127 int bpp; // Bytes per pixel in ReadData() local
282 int bpp = (_channels == 1) ? 1 : 4; in WriteImage() local
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.c301 int w, int h, int bpp, Uint32 flags) in NX_CreateWindow()
364 int width, int height, int bpp, Uint32 flags) in NX_SetVideoMode()
/external/chromium_org/third_party/skia/src/gpu/
DGrAtlas.cpp42 void GrPlot::init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp, in init()
178 size_t bpp = GrBytesPerPixel(fPixelConfig); in GrAtlas() local
/external/skia/src/gpu/
DGrAtlas.cpp40 void GrPlot::init(GrAtlasMgr* mgr, int offX, int offY, int width, int height, size_t bpp, in init()
173 size_t bpp = GrBytesPerPixel(fPixelConfig); in GrAtlasMgr() local
/external/qemu/android/
Dmultitouch-port.h67 int bpp; member

12345678