Searched refs:NACL_SetScreenResolution (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/main/nacl/ |
A D | SDL_nacl_main.c | 34 extern void NACL_SetScreenResolution(int width, int height, Uint32 format); 59 NACL_SetScreenResolution(rect.size.width, rect.size.height, 0); in nacl_main()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclvideo.h | 64 extern void NACL_SetScreenResolution(int width, int height, Uint32 format);
|
A D | SDL_naclvideo.c | 49 NACL_SetScreenResolution(int width, int height, Uint32 format) in NACL_SetScreenResolution() function
|
A D | SDL_naclevents.c | 344 … NACL_SetScreenResolution(rect.size.width, rect.size.height, SDL_PIXELFORMAT_UNKNOWN); in NACL_PumpEvents()
|
Completed in 4 milliseconds