Searched refs:SDL_small_free (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/SDL2/src/loadso/dlopen/ |
A D | SDL_sysloadso.c | 70 SDL_small_free(_name, isstack); in SDL_LoadFunction()
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_internal.h | 40 #define SDL_small_free(ptr, isstack) if ((isstack)) { SDL_stack_free(ptr); } else { SDL_free(ptr); } macro
|
A D | SDL_log.c | 394 SDL_small_free(output, isstack); in SDL_LogOutput()
|
/AliOS-Things-master/components/SDL2/src/locale/unix/ |
A D | SDL_syslocale.c | 106 SDL_small_free(tmp, isstack); in SDL_SYS_GetPreferredLocales()
|
/AliOS-Things-master/components/SDL2/src/locale/windows/ |
A D | SDL_syslocale.c | 97 SDL_small_free(wbuf, isstack); in SDL_SYS_GetPreferredLocales_vista()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsframebuffer.c | 89 SDL_small_free(info, isstack); in WIN_CreateWindowFramebuffer()
|
A D | SDL_windowsmouse.c | 133 SDL_small_free(maskbits, isstack); in WIN_CreateCursor()
|
A D | SDL_windowswindow.c | 405 SDL_small_free(title, isstack); in WIN_CreateWindowFrom() 463 SDL_small_free(icon_bmp, isstack); in WIN_SetWindowIcon() 494 SDL_small_free(icon_bmp, isstack); in WIN_SetWindowIcon()
|
A D | SDL_windowsevents.c | 991 SDL_small_free(inputs, isstack); in WIN_WindowProc() 1029 SDL_small_free(inputs, isstack); in WIN_WindowProc() 1051 SDL_small_free(buffer, isstack); in WIN_WindowProc()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_shaders_gl.c | 372 SDL_small_free(info, isstack); in CompileShader()
|
A D | SDL_render_gl.c | 1407 SDL_small_free(tmp, isstack); in GL_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 2308 SDL_small_free(frects, isstack); in RenderDrawPointsWithRects() 2351 SDL_small_free(fpoints, isstack); in SDL_RenderDrawPoints() 2378 SDL_small_free(frects, isstack); in RenderDrawPointsWithRectsF() 2421 SDL_small_free(fpoints, isstack); in SDL_RenderDrawPointsF() 2495 SDL_small_free(frects, isstack); in RenderDrawLinesWithRects() 2550 SDL_small_free(frects, isstack); in RenderDrawLinesWithRectsF() 2596 SDL_small_free(fpoints, isstack); in SDL_RenderDrawLines() 2639 SDL_small_free(fpoints, isstack); in SDL_RenderDrawLinesF() 2831 SDL_small_free(frects, isstack); in SDL_RenderFillRects() 2872 SDL_small_free(frects, isstack); in SDL_RenderFillRectsF()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 333 SDL_small_free(displays, isstack); 396 SDL_small_free(displays, isstack);
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 619 SDL_small_free(info, isstack); in GLES2_CacheShader() 1878 SDL_small_free(tmp, isstack); in GLES2_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_joystick.c | 1101 SDL_small_free(events, isstack); in UpdateEventsForDeviceRemoval()
|
A D | SDL_gamecontroller.c | 226 SDL_small_free(events, isstack); in UpdateEventsForDeviceRemoval()
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 1008 SDL_small_free(tmp, isstack); in GLES_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 779 SDL_small_free(argv, isstack); in SDL_JAVA_INTERFACE()
|
Completed in 56 milliseconds