Searched refs:bitmap8 (Results 1 – 1 of 1) sorted by relevance
2368 GLubyte *bitmap8; in _mesa_meta_Bitmap() local2458 bitmap8 = malloc(width * height); in _mesa_meta_Bitmap()2459 if (bitmap8) { in _mesa_meta_Bitmap()2460 memset(bitmap8, bg, width * height); in _mesa_meta_Bitmap()2462 bitmap8, width, fg); in _mesa_meta_Bitmap()2470 GL_ALPHA, GL_UNSIGNED_BYTE, bitmap8); in _mesa_meta_Bitmap()2476 free(bitmap8); in _mesa_meta_Bitmap()