Home
last modified time | relevance | path

Searched refs:_swrast_Bitmap (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, in _swrast_Bitmap() function
148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
Dswrast.h128 _swrast_Bitmap( struct gl_context *ctx,
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c89 driver->Bitmap = _swrast_Bitmap; in _mesa_init_driver_functions()
Dmeta.c2366 _swrast_Bitmap(ctx, x, y, width, height, unpack, bitmap1); in _mesa_meta_Bitmap()