Searched refs:bitmap8 (Results 1 – 1 of 1) sorted by relevance
2346 GLubyte *bitmap8; in _mesa_meta_Bitmap() local2436 bitmap8 = malloc(width * height); in _mesa_meta_Bitmap()2437 if (bitmap8) { in _mesa_meta_Bitmap()2438 memset(bitmap8, bg, width * height); in _mesa_meta_Bitmap()2440 bitmap8, width, fg); in _mesa_meta_Bitmap()2448 GL_ALPHA, GL_UNSIGNED_BYTE, bitmap8); in _mesa_meta_Bitmap()2454 free(bitmap8); in _mesa_meta_Bitmap()