Home
last modified time | relevance | path

Searched defs:_THIS (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c161 PSP_VideoInit(_THIS) in PSP_VideoInit() argument
188 PSP_VideoQuit(_THIS) in PSP_VideoQuit() argument
194 PSP_GetDisplayModes(_THIS, SDL_VideoDisplay * display) in PSP_GetDisplayModes() argument
200 PSP_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in PSP_SetDisplayMode() argument
217 PSP_CreateWindow(_THIS, SDL_Window * window) in PSP_CreateWindow() argument
236 PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in PSP_CreateWindowFrom() argument
242 PSP_SetWindowTitle(_THIS, SDL_Window * window) in PSP_SetWindowTitle() argument
246 PSP_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in PSP_SetWindowIcon() argument
250 PSP_SetWindowPosition(_THIS, SDL_Window * window) in PSP_SetWindowPosition() argument
254 PSP_SetWindowSize(_THIS, SDL_Window * window) in PSP_SetWindowSize() argument
[all …]
DSDL_pspgl.c48 PSP_GL_LoadLibrary(_THIS, const char *path) in PSP_GL_LoadLibrary() argument
64 PSP_GL_GetProcAddress(_THIS, const char *proc) in PSP_GL_GetProcAddress() argument
70 PSP_GL_UnloadLibrary(_THIS) in PSP_GL_UnloadLibrary() argument
79 PSP_GL_CreateContext(_THIS, SDL_Window * window) in PSP_GL_CreateContext() argument
147 PSP_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in PSP_GL_MakeCurrent() argument
158 PSP_GL_SetSwapInterval(_THIS, int interval) in PSP_GL_SetSwapInterval() argument
172 PSP_GL_GetSwapInterval(_THIS) in PSP_GL_GetSwapInterval() argument
178 PSP_GL_SwapWindow(_THIS, SDL_Window * window) in PSP_GL_SwapWindow() argument
184 PSP_GL_DeleteContext(_THIS, SDL_GLContext context) in PSP_GL_DeleteContext() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c152 PND_videoinit(_THIS) in PND_videoinit() argument
180 PND_videoquit(_THIS) in PND_videoquit() argument
186 PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display) in PND_getdisplaymodes() argument
192 PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in PND_setdisplaymode() argument
198 PND_createwindow(_THIS, SDL_Window * window) in PND_createwindow() argument
242 PND_createwindowfrom(_THIS, SDL_Window * window, const void *data) in PND_createwindowfrom() argument
248 PND_setwindowtitle(_THIS, SDL_Window * window) in PND_setwindowtitle() argument
252 PND_setwindowicon(_THIS, SDL_Window * window, SDL_Surface * icon) in PND_setwindowicon() argument
256 PND_setwindowposition(_THIS, SDL_Window * window) in PND_setwindowposition() argument
260 PND_setwindowsize(_THIS, SDL_Window * window) in PND_setwindowsize() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc42 static int _InitWindow(_THIS, SDL_Window *window) { in _InitWindow() argument
78 int BE_CreateWindow(_THIS, SDL_Window *window) { in BE_CreateWindow() argument
87 int BE_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) { in BE_CreateWindowFrom() argument
118 void BE_SetWindowTitle(_THIS, SDL_Window * window) { in BE_SetWindowTitle() argument
124 void BE_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) { in BE_SetWindowIcon() argument
128 void BE_SetWindowPosition(_THIS, SDL_Window * window) { in BE_SetWindowPosition() argument
135 void BE_SetWindowSize(_THIS, SDL_Window * window) { in BE_SetWindowSize() argument
142 void BE_SetWindowBordered(_THIS, SDL_Window * window, SDL_bool bordered) { in BE_SetWindowBordered() argument
148 void BE_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) { in BE_SetWindowResizable() argument
154 void BE_ShowWindow(_THIS, SDL_Window * window) { in BE_ShowWindow() argument
[all …]
DSDL_bopengl.cc49 int BE_GL_LoadLibrary(_THIS, const char *path) in BE_GL_LoadLibrary() argument
68 void *BE_GL_GetProcAddress(_THIS, const char *proc) in BE_GL_GetProcAddress() argument
91 void BE_GL_SwapWindow(_THIS, SDL_Window * window) { in BE_GL_SwapWindow() argument
95 int BE_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) { in BE_GL_MakeCurrent() argument
101 SDL_GLContext BE_GL_CreateContext(_THIS, SDL_Window * window) { in BE_GL_CreateContext() argument
109 void BE_GL_DeleteContext(_THIS, SDL_GLContext context) { in BE_GL_DeleteContext() argument
115 int BE_GL_SetSwapInterval(_THIS, int interval) { in BE_GL_SetSwapInterval() argument
120 int BE_GL_GetSwapInterval(_THIS) { in BE_GL_GetSwapInterval() argument
126 void BE_GL_UnloadLibrary(_THIS) { in BE_GL_UnloadLibrary() argument
134 void BE_GL_RebootContexts(_THIS) { in BE_GL_RebootContexts() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c144 RPI_VideoInit(_THIS) in RPI_VideoInit() argument
195 RPI_VideoQuit(_THIS) in RPI_VideoQuit() argument
203 RPI_GetDisplayModes(_THIS, SDL_VideoDisplay * display) in RPI_GetDisplayModes() argument
210 RPI_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in RPI_SetDisplayMode() argument
216 RPI_CreateWindow(_THIS, SDL_Window * window) in RPI_CreateWindow() argument
302 RPI_DestroyWindow(_THIS, SDL_Window * window) in RPI_DestroyWindow() argument
317 RPI_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in RPI_CreateWindowFrom() argument
323 RPI_SetWindowTitle(_THIS, SDL_Window * window) in RPI_SetWindowTitle() argument
327 RPI_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in RPI_SetWindowIcon() argument
331 RPI_SetWindowPosition(_THIS, SDL_Window * window) in RPI_SetWindowPosition() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c39 DirectFB_CreateWindow(_THIS, SDL_Window * window) in DirectFB_CreateWindow() argument
177 DirectFB_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in DirectFB_CreateWindowFrom() argument
183 DirectFB_SetWindowTitle(_THIS, SDL_Window * window) in DirectFB_SetWindowTitle() argument
196 DirectFB_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in DirectFB_SetWindowIcon() argument
246 DirectFB_SetWindowPosition(_THIS, SDL_Window * window) in DirectFB_SetWindowPosition() argument
259 DirectFB_SetWindowSize(_THIS, SDL_Window * window) in DirectFB_SetWindowSize() argument
298 DirectFB_ShowWindow(_THIS, SDL_Window * window) in DirectFB_ShowWindow() argument
307 DirectFB_HideWindow(_THIS, SDL_Window * window) in DirectFB_HideWindow() argument
316 DirectFB_RaiseWindow(_THIS, SDL_Window * window) in DirectFB_RaiseWindow() argument
325 DirectFB_MaximizeWindow(_THIS, SDL_Window * window) in DirectFB_MaximizeWindow() argument
[all …]
DSDL_DirectFB_opengl.c64 DirectFB_GL_Initialize(_THIS) in DirectFB_GL_Initialize() argument
95 DirectFB_GL_Shutdown(_THIS) in DirectFB_GL_Shutdown() argument
108 DirectFB_GL_LoadLibrary(_THIS, const char *path) in DirectFB_GL_LoadLibrary() argument
151 DirectFB_GL_UnloadLibrary(_THIS) in DirectFB_GL_UnloadLibrary() argument
171 DirectFB_GL_GetProcAddress(_THIS, const char *proc) in DirectFB_GL_GetProcAddress() argument
180 DirectFB_GL_CreateContext(_THIS, SDL_Window * window) in DirectFB_GL_CreateContext() argument
213 DirectFB_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in DirectFB_GL_MakeCurrent() argument
238 DirectFB_GL_SetSwapInterval(_THIS, int interval) in DirectFB_GL_SetSwapInterval() argument
244 DirectFB_GL_GetSwapInterval(_THIS) in DirectFB_GL_GetSwapInterval() argument
250 DirectFB_GL_SwapWindow(_THIS, SDL_Window * window) in DirectFB_GL_SwapWindow() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c127 VIVANTE_AddVideoDisplays(_THIS) in VIVANTE_AddVideoDisplays() argument
171 VIVANTE_VideoInit(_THIS) in VIVANTE_VideoInit() argument
221 VIVANTE_VideoQuit(_THIS) in VIVANTE_VideoQuit() argument
245 VIVANTE_GetDisplayModes(_THIS, SDL_VideoDisplay * display) in VIVANTE_GetDisplayModes() argument
252 VIVANTE_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in VIVANTE_SetDisplayMode() argument
258 VIVANTE_CreateWindow(_THIS, SDL_Window * window) in VIVANTE_CreateWindow() argument
298 VIVANTE_DestroyWindow(_THIS, SDL_Window * window) in VIVANTE_DestroyWindow() argument
323 VIVANTE_SetWindowTitle(_THIS, SDL_Window * window) in VIVANTE_SetWindowTitle() argument
332 VIVANTE_SetWindowPosition(_THIS, SDL_Window * window) in VIVANTE_SetWindowPosition() argument
338 VIVANTE_SetWindowSize(_THIS, SDL_Window * window) in VIVANTE_SetWindowSize() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c39 NACL_GLES_LoadLibrary(_THIS, const char *path) in NACL_GLES_LoadLibrary() argument
46 NACL_GLES_GetProcAddress(_THIS, const char *proc) in NACL_GLES_GetProcAddress() argument
56 NACL_GLES_UnloadLibrary(_THIS) in NACL_GLES_UnloadLibrary() argument
63 NACL_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext sdl_context) in NACL_GLES_MakeCurrent() argument
73 NACL_GLES_CreateContext(_THIS, SDL_Window * window) in NACL_GLES_CreateContext() argument
141 NACL_GLES_SetSwapInterval(_THIS, int interval) in NACL_GLES_SetSwapInterval() argument
148 NACL_GLES_GetSwapInterval(_THIS) in NACL_GLES_GetSwapInterval() argument
155 NACL_GLES_SwapWindow(_THIS, SDL_Window * window) in NACL_GLES_SwapWindow() argument
163 NACL_GLES_DeleteContext(_THIS, SDL_GLContext context) in NACL_GLES_DeleteContext() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c137 Emscripten_VideoInit(_THIS) in Emscripten_VideoInit() argument
168 Emscripten_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in Emscripten_SetDisplayMode() argument
175 Emscripten_VideoQuit(_THIS) in Emscripten_VideoQuit() argument
181 Emscripten_PumpEvents(_THIS) in Emscripten_PumpEvents() argument
187 Emscripten_CreateWindow(_THIS, SDL_Window * window) in Emscripten_CreateWindow() argument
259 static void Emscripten_SetWindowSize(_THIS, SDL_Window * window) in Emscripten_SetWindowSize() argument
277 Emscripten_DestroyWindow(_THIS, SDL_Window * window) in Emscripten_DestroyWindow() argument
295 Emscripten_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display, SDL_bool ful… in Emscripten_SetWindowFullscreen() argument
336 Emscripten_SetWindowTitle(_THIS, SDL_Window * window) { in Emscripten_SetWindowTitle() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_miropengl.c35 MIR_GL_SwapWindow(_THIS, SDL_Window* window) in MIR_GL_SwapWindow() argument
43 MIR_GL_MakeCurrent(_THIS, SDL_Window* window, SDL_GLContext context) in MIR_GL_MakeCurrent() argument
54 MIR_GL_CreateContext(_THIS, SDL_Window* window) in MIR_GL_CreateContext() argument
65 MIR_GL_LoadLibrary(_THIS, const char* path) in MIR_GL_LoadLibrary() argument
77 MIR_GL_UnloadLibrary(_THIS) in MIR_GL_UnloadLibrary() argument
83 MIR_GL_GetProcAddress(_THIS, const char* proc) in MIR_GL_GetProcAddress() argument
DSDL_mirwindow.c77 MIR_CreateWindow(_THIS, SDL_Window* window) in MIR_CreateWindow() argument
163 MIR_DestroyWindow(_THIS, SDL_Window* window) in MIR_DestroyWindow() argument
180 MIR_GetWindowWMInfo(_THIS, SDL_Window* window, SDL_SysWMinfo* info) in MIR_GetWindowWMInfo() argument
197 MIR_SetWindowFullscreen(_THIS, SDL_Window* window, in MIR_SetWindowFullscreen() argument
223 MIR_MaximizeWindow(_THIS, SDL_Window* window) in MIR_MaximizeWindow() argument
240 MIR_MinimizeWindow(_THIS, SDL_Window* window) in MIR_MinimizeWindow() argument
257 MIR_RestoreWindow(_THIS, SDL_Window * window) in MIR_RestoreWindow() argument
274 MIR_HideWindow(_THIS, SDL_Window* window) in MIR_HideWindow() argument
291 MIR_SetWindowSize(_THIS, SDL_Window* window) in MIR_SetWindowSize() argument
310 MIR_SetWindowMinimumSize(_THIS, SDL_Window* window) in MIR_SetWindowMinimumSize() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/psp/
DSDL_pspaudio.c45 PSPAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in PSPAUDIO_OpenDevice() argument
101 static void PSPAUDIO_PlayDevice(_THIS) in PSPAUDIO_PlayDevice() argument
115 static void PSPAUDIO_WaitDevice(_THIS) in PSPAUDIO_WaitDevice() argument
119 static Uint8 *PSPAUDIO_GetDeviceBuf(_THIS) in PSPAUDIO_GetDeviceBuf() argument
124 static void PSPAUDIO_CloseDevice(_THIS) in PSPAUDIO_CloseDevice() argument
133 static void PSPAUDIO_ThreadInit(_THIS) in PSPAUDIO_ThreadInit() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c80 static int SDL_EGL_HasExtension(_THIS, const char *ext) in SDL_EGL_HasExtension() argument
113 SDL_EGL_GetProcAddress(_THIS, const char *proc) in SDL_EGL_GetProcAddress() argument
138 SDL_EGL_UnloadLibrary(_THIS) in SDL_EGL_UnloadLibrary() argument
161 SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_display) in SDL_EGL_LoadLibrary() argument
292 SDL_EGL_ChooseConfig(_THIS) in SDL_EGL_ChooseConfig() argument
421 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext() argument
516 SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context) in SDL_EGL_MakeCurrent() argument
540 SDL_EGL_SetSwapInterval(_THIS, int interval) in SDL_EGL_SetSwapInterval() argument
558 SDL_EGL_GetSwapInterval(_THIS) in SDL_EGL_GetSwapInterval() argument
569 SDL_EGL_SwapBuffers(_THIS, EGLSurface egl_surface) in SDL_EGL_SwapBuffers() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/bsd/
DSDL_bsdaudio.c60 BSDAUDIO_Status(_THIS) in BSDAUDIO_Status() argument
124 BSDAUDIO_WaitDevice(_THIS) in BSDAUDIO_WaitDevice() argument
172 BSDAUDIO_PlayDevice(_THIS) in BSDAUDIO_PlayDevice() argument
211 BSDAUDIO_GetDeviceBuf(_THIS) in BSDAUDIO_GetDeviceBuf() argument
218 BSDAUDIO_CaptureFromDevice(_THIS, void *_buffer, int buflen) in BSDAUDIO_CaptureFromDevice() argument
246 BSDAUDIO_FlushCapture(_THIS) in BSDAUDIO_FlushCapture() argument
268 BSDAUDIO_CloseDevice(_THIS) in BSDAUDIO_CloseDevice() argument
278 BSDAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in BSDAUDIO_OpenDevice() argument
/third_party/flutter/skia/third_party/externals/sdl/src/audio/disk/
DSDL_diskaudio.c47 DISKAUDIO_WaitDevice(_THIS) in DISKAUDIO_WaitDevice() argument
53 DISKAUDIO_PlayDevice(_THIS) in DISKAUDIO_PlayDevice() argument
69 DISKAUDIO_GetDeviceBuf(_THIS) in DISKAUDIO_GetDeviceBuf() argument
75 DISKAUDIO_CaptureFromDevice(_THIS, void *buffer, int buflen) in DISKAUDIO_CaptureFromDevice() argument
99 DISKAUDIO_FlushCapture(_THIS) in DISKAUDIO_FlushCapture() argument
106 DISKAUDIO_CloseDevice(_THIS) in DISKAUDIO_CloseDevice() argument
129 DISKAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in DISKAUDIO_OpenDevice() argument
/third_party/flutter/skia/third_party/externals/sdl/src/audio/android/
DSDL_androidaudio.c40 ANDROIDAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in ANDROIDAUDIO_OpenDevice() argument
99 ANDROIDAUDIO_PlayDevice(_THIS) in ANDROIDAUDIO_PlayDevice() argument
105 ANDROIDAUDIO_GetDeviceBuf(_THIS) in ANDROIDAUDIO_GetDeviceBuf() argument
111 ANDROIDAUDIO_CaptureFromDevice(_THIS, void *buffer, int buflen) in ANDROIDAUDIO_CaptureFromDevice() argument
117 ANDROIDAUDIO_FlushCapture(_THIS) in ANDROIDAUDIO_FlushCapture() argument
123 ANDROIDAUDIO_CloseDevice(_THIS) in ANDROIDAUDIO_CloseDevice() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandopengles.c34 Wayland_GLES_LoadLibrary(_THIS, const char *path) { in Wayland_GLES_LoadLibrary() argument
48 Wayland_GLES_CreateContext(_THIS, SDL_Window * window) in Wayland_GLES_CreateContext() argument
58 Wayland_GLES_SwapWindow(_THIS, SDL_Window *window) in Wayland_GLES_SwapWindow() argument
66 Wayland_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in Wayland_GLES_MakeCurrent() argument
83 Wayland_GLES_DeleteContext(_THIS, SDL_GLContext context) in Wayland_GLES_DeleteContext() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c82 WIN_SetWindowPositionInternal(_THIS, SDL_Window * window, UINT flags) in WIN_SetWindowPositionInternal() argument
117 SetupWindowData(_THIS, SDL_Window * window, HWND hwnd, SDL_bool created) in SetupWindowData() argument
266 WIN_CreateWindow(_THIS, SDL_Window * window) in WIN_CreateWindow() argument
339 WIN_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in WIN_CreateWindowFrom() argument
393 WIN_SetWindowTitle(_THIS, SDL_Window * window) in WIN_SetWindowTitle() argument
402 WIN_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in WIN_SetWindowIcon() argument
453 WIN_SetWindowPosition(_THIS, SDL_Window * window) in WIN_SetWindowPosition() argument
459 WIN_SetWindowSize(_THIS, SDL_Window * window) in WIN_SetWindowSize() argument
465 WIN_ShowWindow(_THIS, SDL_Window * window) in WIN_ShowWindow() argument
472 WIN_HideWindow(_THIS, SDL_Window * window) in WIN_HideWindow() argument
[all …]
DSDL_windowsopengl.c91 WIN_GL_LoadLibrary(_THIS, const char *path) in WIN_GL_LoadLibrary() argument
138 WIN_GL_GetProcAddress(_THIS, const char *proc) in WIN_GL_GetProcAddress() argument
152 WIN_GL_UnloadLibrary(_THIS) in WIN_GL_UnloadLibrary() argument
163 WIN_GL_SetupPixelFormat(_THIS, PIXELFORMATDESCRIPTOR * pfd) in WIN_GL_SetupPixelFormat() argument
335 WIN_GL_InitExtensions(_THIS) in WIN_GL_InitExtensions() argument
428 WIN_GL_ChoosePixelFormatARB(_THIS, int *iAttribs, float *fAttribs) in WIN_GL_ChoosePixelFormatARB() argument
470 WIN_GL_SetupWindowInternal(_THIS, SDL_Window * window) in WIN_GL_SetupWindowInternal() argument
586 WIN_GL_SetupWindow(_THIS, SDL_Window * window) in WIN_GL_SetupWindow() argument
597 WIN_GL_CreateContext(_THIS, SDL_Window * window) in WIN_GL_CreateContext() argument
714 WIN_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in WIN_GL_MakeCurrent() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/dsp/
DSDL_dspaudio.c60 DSP_CloseDevice(_THIS) in DSP_CloseDevice() argument
71 DSP_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in DSP_OpenDevice() argument
253 DSP_PlayDevice(_THIS) in DSP_PlayDevice() argument
266 DSP_GetDeviceBuf(_THIS) in DSP_GetDeviceBuf() argument
272 DSP_CaptureFromDevice(_THIS, void *buffer, int buflen) in DSP_CaptureFromDevice() argument
278 DSP_FlushCapture(_THIS) in DSP_FlushCapture() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidkeyboard.c352 Android_HasScreenKeyboardSupport(_THIS) in Android_HasScreenKeyboardSupport() argument
358 Android_IsScreenKeyboardShown(_THIS, SDL_Window * window) in Android_IsScreenKeyboardShown() argument
364 Android_StartTextInput(_THIS) in Android_StartTextInput() argument
371 Android_StopTextInput(_THIS) in Android_StopTextInput() argument
377 Android_SetTextInputRect(_THIS, SDL_Rect *rect) in Android_SetTextInputRect() argument
DSDL_androidwindow.c34 Android_CreateWindow(_THIS, SDL_Window * window) in Android_CreateWindow() argument
88 Android_SetWindowTitle(_THIS, SDL_Window * window) in Android_SetWindowTitle() argument
94 Android_DestroyWindow(_THIS, SDL_Window * window) in Android_DestroyWindow() argument
120 Android_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info) in Android_GetWindowWMInfo() argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11keyboard.c163 X11_KeyCodeToSDLScancode(_THIS, KeyCode keycode) in X11_KeyCodeToSDLScancode() argument
196 X11_KeyCodeToUcs4(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToUcs4() argument
208 X11_KeyCodeToSym(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToSym() argument
244 X11_InitKeyboard(_THIS) in X11_InitKeyboard() argument
350 X11_UpdateKeymap(_THIS) in X11_UpdateKeymap() argument
414 X11_QuitKeyboard(_THIS) in X11_QuitKeyboard() argument
431 X11_ResetXIM(_THIS) in X11_ResetXIM() argument
453 X11_StartTextInput(_THIS) in X11_StartTextInput() argument
459 X11_StopTextInput(_THIS) in X11_StopTextInput() argument
468 X11_SetTextInputRect(_THIS, SDL_Rect *rect) in X11_SetTextInputRect() argument

123456