Searched refs:texture (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/sandbox/cpu/
H A Dsdl.c46 * @texture: SDL texture to use for U-Boot display contents
66 SDL_Texture *texture; member in struct:sdl_info
114 SDL_DestroyTexture(sdl.texture);
117 sdl.texture = NULL;
177 sdl.texture = SDL_CreateTexture(sdl.renderer, log2_bpp == 4 ?
182 if (!sdl.texture) {
183 printf("Unable to initialise SDL texture: %s\n",
202 SDL_UpdateTexture(sdl.texture, NULL, lcd_base, sdl.pitch);
207 * We only support copying from an 8bpp to a 32bpp texture sinc
[all...]

Completed in 203 milliseconds