Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2355 GLubyte *bitmap8; in _mesa_meta_Bitmap() local
2446 bitmap8 = malloc(width * height); in _mesa_meta_Bitmap()
2447 if (bitmap8) { in _mesa_meta_Bitmap()
2448 memset(bitmap8, bg, width * height); in _mesa_meta_Bitmap()
2450 bitmap8, width, fg); in _mesa_meta_Bitmap()
2458 GL_ALPHA, GL_UNSIGNED_BYTE, bitmap8); in _mesa_meta_Bitmap()
2464 free(bitmap8); in _mesa_meta_Bitmap()