Searched refs:GL_GetDrawableSize (Results 1 – 6 of 6) sorted by relevance
125 device->GL_GetDrawableSize = Emscripten_GLES_GetDrawableSize; in Emscripten_CreateDevice()
261 void (*GL_GetDrawableSize) (_THIS, SDL_Window * window, int *w, int *h); member
3638 if (_this->GL_GetDrawableSize) { in SDL_GL_GetDrawableSize()3639 _this->GL_GetDrawableSize(_this, window, w, h); in SDL_GL_GetDrawableSize()
121 device->GL_GetDrawableSize = Cocoa_GL_GetDrawableSize;
175 device->GL_GetDrawableSize = Wayland_GLES_GetDrawableSize; in Wayland_CreateDevice()
122 device->GL_GetDrawableSize = UIKit_GL_GetDrawableSize;
Completed in 13 milliseconds