Home
last modified time | relevance | path

Searched refs:SDL_stack_alloc (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/
DSDL_windows_main.c153 argv = SDL_stack_alloc(char *, argc + 1); in main_getcmdline()
181 char **argv = SDL_stack_alloc(char*, argc + 1); in console_wmain()
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_log.c287 message = SDL_stack_alloc(char, SDL_MAX_LOG_MESSAGE); in SDL_LogMessageV()
362 output = SDL_stack_alloc(char, length); in SDL_LogOutput()
398 text = SDL_stack_alloc(char, SDL_MAX_LOG_MESSAGE); in SDL_LogOutput()
DSDL_assert.c157 message = SDL_stack_alloc(char, SDL_MAX_LOG_MESSAGE); in SDL_PromptAssertion()
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/dlopen/
DSDL_sysloadso.c65 char *_name = SDL_stack_alloc(char, len); in SDL_LoadFunction()
/third_party/flutter/skia/third_party/externals/sdl/src/main/android/
DSDL_android_main.c39 argv = SDL_stack_alloc(char*, 1 + len + 1); in Java_org_libsdl_app_SDLActivity_nativeInit()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c44 info = (LPBITMAPINFO)SDL_stack_alloc(Uint8, size); in WIN_CreateWindowFramebuffer()
DSDL_windowsmouse.c115 maskbits = SDL_stack_alloc(Uint8,maskbitslen); in WIN_CreateCursor()
DSDL_windowswindow.c347 title = SDL_stack_alloc(TCHAR, titleLen + 1); in WIN_CreateWindowFrom()
412 icon_bmp = SDL_stack_alloc(BYTE, icon_len); in WIN_SetWindowIcon()
DSDL_windowsevents.c880 PTOUCHINPUT inputs = SDL_stack_alloc(TOUCHINPUT, num_inputs); in WIN_WindowProc()
936 LPTSTR buffer = SDL_stack_alloc(TCHAR, size); in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestscale.c181 drawstates = SDL_stack_alloc(DrawState, state->num_windows); in main()
Dtestrendercopyex.c191 drawstates = SDL_stack_alloc(DrawState, state->num_windows); in main()
Dtestrendertarget.c288 drawstates = SDL_stack_alloc(DrawState, state->num_windows); in main()
Dtestshader.c139 info = SDL_stack_alloc(char, length+1); in CompileShader()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h328 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count)) macro
331 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c413 final_points = SDL_stack_alloc(SDL_Point, count); in SW_RenderDrawPoints()
462 final_points = SDL_stack_alloc(SDL_Point, count); in SW_RenderDrawLines()
510 final_rects = SDL_stack_alloc(SDL_Rect, count); in SW_RenderFillRects()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_shaders_gl.c286 info = SDL_stack_alloc(char, length+1); in CompileShader()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c1428 frects = SDL_stack_alloc(SDL_FRect, count); in RenderDrawPointsWithRects()
1472 fpoints = SDL_stack_alloc(SDL_FPoint, count); in SDL_RenderDrawPoints()
1510 frects = SDL_stack_alloc(SDL_FRect, count-1); in RenderDrawLinesWithRects()
1582 fpoints = SDL_stack_alloc(SDL_FPoint, count); in SDL_RenderDrawLines()
1694 frects = SDL_stack_alloc(SDL_FRect, count); in SDL_RenderFillRects()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_render_gles.c844 vertices = SDL_stack_alloc(GLfloat, count * 2); in GLES_RenderDrawPoints()
870 vertices = SDL_stack_alloc(GLfloat, count * 2); in GLES_RenderDrawLines()
1117 tmp = SDL_stack_alloc(Uint8, length); in GLES_RenderReadPixels()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c1084 info = SDL_stack_alloc(char, length); in GLES2_CacheShader()
1468 vertices = SDL_stack_alloc(GLfloat, count * 2); in GLES2_RenderDrawPoints()
1495 vertices = SDL_stack_alloc(GLfloat, count * 2); in GLES2_RenderDrawLines()
1856 tmp = SDL_stack_alloc(Uint8, length); in GLES2_RenderReadPixels()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_joystick.c533 events = SDL_stack_alloc(SDL_Event, num_events); in UpdateEventsForDeviceRemoval()
DSDL_gamecontroller.c124 events = SDL_stack_alloc(SDL_Event, num_events); in UpdateEventsForDeviceRemoval()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamodes.m197 displays = SDL_stack_alloc(CGDirectDisplayID, numDisplays);
/third_party/flutter/skia/third_party/externals/sdl/src/file/
DSDL_rwops.c486 path = SDL_stack_alloc(char, PATH_MAX); in SDL_RWFromFile()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c1433 vertices = SDL_stack_alloc(Vertex, count); in D3D_RenderDrawPoints()
1477 vertices = SDL_stack_alloc(Vertex, count); in D3D_RenderDrawLines()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c2519 vertices = SDL_stack_alloc(VertexPositionColor, count); in D3D11_RenderDrawPoints()
2558 vertices = SDL_stack_alloc(VertexPositionColor, count); in D3D11_RenderDrawLines()

12