Searched refs:bitmap8 (Results 1 – 1 of 1) sorted by relevance
2635 GLubyte *bitmap8; in _mesa_meta_Bitmap() local2745 bitmap8 = (GLubyte *) malloc(width * height); in _mesa_meta_Bitmap()2746 if (bitmap8) { in _mesa_meta_Bitmap()2747 memset(bitmap8, bg, width * height); in _mesa_meta_Bitmap()2749 bitmap8, width, fg); in _mesa_meta_Bitmap()2757 GL_ALPHA, GL_UNSIGNED_BYTE, bitmap8); in _mesa_meta_Bitmap()2763 free(bitmap8); in _mesa_meta_Bitmap()