Home
last modified time | relevance | path

Searched defs:SDL_DFB_CHECKERR (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.h99 #define SDL_DFB_CHECKERR(x...) do { if ( sdl_dfb_check( x, __FILE__, __LINE__) != DFB_OK ) goto err… macro
104 #define SDL_DFB_CHECKERR(x...) do { if (x != DFB_OK ) goto error; } while (0) macro

Completed in 3 milliseconds