Lines Matching refs:GLubyte
70 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette, in get_palette_entry()
71 GLuint index, GLubyte *pixel) in get_palette_entry()
82 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette, in paletted_to_color()
83 const void *indices, GLuint num_pixels, GLubyte *image) in paletted_to_color()
85 GLubyte *pix = image; in paletted_to_color()
90 const GLubyte *ind = (const GLubyte *) indices; in paletted_to_color()
104 const GLubyte *ind = (const GLubyte *) indices; in paletted_to_color()
173 const GLubyte *indices; in _mesa_cpal_compressed_teximage2d()
187 indices = (const GLubyte *) palette + info->palette_size * info->size; in _mesa_cpal_compressed_teximage2d()
195 GLubyte *image = NULL; in _mesa_cpal_compressed_teximage2d()
211 image = (GLubyte *) malloc(num_texels * info->size); in _mesa_cpal_compressed_teximage2d()