/third_party/flutter/skia/tools/sk_app/ios/ |
D | GLWindowContext_ios.cpp | 67 SDL_GL_GetDrawableSize(fWindow, &fWidth, &fHeight); in onInitializeContext()
|
D | RasterWindowContext_ios.cpp | 81 SDL_GL_GetDrawableSize(fWindow, &fWidth, &fHeight); in onInitializeContext()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testgl2.c | 304 SDL_GL_GetDrawableSize(state->windows[0], &dw, &dh); in main() 390 SDL_GL_GetDrawableSize(state->windows[i], &w, &h); in main()
|
D | testgles2.c | 441 SDL_GL_GetDrawableSize(state->windows[i], &w, &h); in loop() 656 SDL_GL_GetDrawableSize(state->windows[i], &w, &h); in main()
|
/third_party/flutter/skia/example/ |
D | SkiaSDLExample.cpp | 190 SDL_GL_GetDrawableSize(window, &dw, &dh);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_sdl.cpp | 280 SDL_GL_GetDrawableSize(window, &display_w, &display_h); in ImGui_ImplSDL2_NewFrame()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/ |
D | SDL_render_gles.c | 429 SDL_GL_GetDrawableSize(renderer->window, w, h); in GLES_GetOutputSize() 675 SDL_GL_GetDrawableSize(renderer->window, &w, &h); in GLES_UpdateViewport() 718 SDL_GL_GetDrawableSize(renderer->window, &w, &h); in GLES_UpdateClipRect()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | fireworks.c | 402 SDL_GL_GetDrawableSize(window, &drawableW, &drawableH); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 1164 extern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w,
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_sdl.cpp | 433 SDL_GL_GetDrawableSize(bd->Window, &display_w, &display_h); in ImGui_ImplSDL2_NewFrame()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitmodes.m | 212 * in points (except in SDL_GL_GetDrawableSize.) */
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 137 * The SDL_WINDOW_ALLOW_HIGHDPI window flag now enables high-dpi support, and SDL_GL_GetDrawableSize… 241 …Create your window with the SDL_WINDOW_ALLOW_HIGHDPI flag, and then use SDL_GL_GetDrawableSize() t…
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/ |
D | SDL_render_gl.c | 594 SDL_GL_GetDrawableSize(renderer->window, w, h); in GL_GetOutputSize() 1022 SDL_GL_GetDrawableSize(renderer->window, &w, &h); in GL_UpdateViewport() 1060 SDL_GL_GetDrawableSize(renderer->window, &w, &h); in GL_UpdateClipRect()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/ |
D | SDL_render_gles2.c | 371 SDL_GL_GetDrawableSize(renderer->window, w, h); in GLES2_GetOutputSize() 391 SDL_GL_GetDrawableSize(renderer->window, &w, &h); in GLES2_UpdateViewport() 420 SDL_GL_GetDrawableSize(renderer->window, &w, &h); in GLES2_UpdateClipRect()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 569 #define SDL_GL_GetDrawableSize SDL_GL_GetDrawableSize_REAL macro
|
D | SDL_dynapi_procs.h | 595 SDL_DYNAPI_PROC(void,SDL_GL_GetDrawableSize,(SDL_Window *a, int *b, int *c),(a,b,c),)
|
/third_party/ffmpeg/libavdevice/ |
D | opengl_enc.c | 367 SDL_GL_GetDrawableSize(opengl->window, &message.width, &message.height); in opengl_sdl_process_events() 405 SDL_GL_GetDrawableSize(opengl->window, &message.width, &message.height); in opengl_sdl_create_window()
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-ios.md | 80 SDL_GL_GetDrawableSize() or SDL_GetRendererOutputSize() functions (depending on
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 3339 void SDL_GL_GetDrawableSize(SDL_Window * window, int *w, int *h) in SDL_GL_GetDrawableSize() function
|