Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c2348 GLubyte *bitmap8; in _mesa_meta_Bitmap() local
2438 bitmap8 = malloc(width * height); in _mesa_meta_Bitmap()
2439 if (bitmap8) { in _mesa_meta_Bitmap()
2440 memset(bitmap8, bg, width * height); in _mesa_meta_Bitmap()
2442 bitmap8, width, fg); in _mesa_meta_Bitmap()
2450 GL_ALPHA, GL_UNSIGNED_BYTE, bitmap8); in _mesa_meta_Bitmap()
2456 free(bitmap8); in _mesa_meta_Bitmap()