Home
last modified time | relevance | path

Searched refs:SDL_small_free (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/loadso/dlopen/
A DSDL_sysloadso.c70 SDL_small_free(_name, isstack); in SDL_LoadFunction()
/AliOS-Things-master/components/SDL2/src/
A DSDL_internal.h40 #define SDL_small_free(ptr, isstack) if ((isstack)) { SDL_stack_free(ptr); } else { SDL_free(ptr); } macro
A DSDL_log.c394 SDL_small_free(output, isstack); in SDL_LogOutput()
/AliOS-Things-master/components/SDL2/src/locale/unix/
A DSDL_syslocale.c106 SDL_small_free(tmp, isstack); in SDL_SYS_GetPreferredLocales()
/AliOS-Things-master/components/SDL2/src/locale/windows/
A DSDL_syslocale.c97 SDL_small_free(wbuf, isstack); in SDL_SYS_GetPreferredLocales_vista()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsframebuffer.c89 SDL_small_free(info, isstack); in WIN_CreateWindowFramebuffer()
A DSDL_windowsmouse.c133 SDL_small_free(maskbits, isstack); in WIN_CreateCursor()
A DSDL_windowswindow.c405 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 DSDL_windowsevents.c991 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 DSDL_shaders_gl.c372 SDL_small_free(info, isstack); in CompileShader()
A DSDL_render_gl.c1407 SDL_small_free(tmp, isstack); in GL_RenderReadPixels()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c2308 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 DSDL_cocoamodes.m333 SDL_small_free(displays, isstack);
396 SDL_small_free(displays, isstack);
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c619 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 DSDL_joystick.c1101 SDL_small_free(events, isstack); in UpdateEventsForDeviceRemoval()
A DSDL_gamecontroller.c226 SDL_small_free(events, isstack); in UpdateEventsForDeviceRemoval()
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c1008 SDL_small_free(tmp, isstack); in GLES_RenderReadPixels()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c779 SDL_small_free(argv, isstack); in SDL_JAVA_INTERFACE()

Completed in 56 milliseconds