22 #include "../../SDL_internal.h"
24 #if SDL_VIDEO_DRIVER_OFFSCREEN
26 #include "../SDL_sysvideo.h"
30 #define OFFSCREEN_SURFACE "_SDL_DummySurface"
38 Uint32 Rmask, Gmask, Bmask, Amask;
67 return SDL_SetError(
"Couldn't find offscreen surface for window");
71 if (
SDL_getenv(
"SDL_VIDEO_OFFSCREEN_SAVE_FRAMES")) {
73 SDL_snprintf(file,
sizeof(file),
"SDL_window%d-%8.8d.bmp",
#define SDL_GetWindowSize
#define SDL_GetWindowData
#define SDL_PixelFormatEnumToMasks
#define SDL_SetWindowData
#define SDL_CreateRGBSurface
int SDL_OFFSCREEN_UpdateWindowFramebuffer(_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)
int SDL_OFFSCREEN_CreateWindowFramebuffer(_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)
void SDL_OFFSCREEN_DestroyWindowFramebuffer(_THIS, SDL_Window *window)
GLint GLint GLsizei GLsizei GLsizei GLint GLenum GLenum const GLvoid * pixels
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
GLfloat GLfloat GLfloat GLfloat h
GLubyte GLubyte GLubyte GLubyte w
#define SDL_SaveBMP(surface, file)
EGLSurface EGLNativeWindowType * window
EGLSurface EGLint * rects
set set set set set set set macro pixldst1 abits if abits op else op endif endm macro pixldst2 abits if abits op else op endif endm macro pixldst4 abits if abits op else op endif endm macro pixldst0 abits op endm macro pixldst3 mem_operand op endm macro pixldst30 mem_operand op endm macro pixldst abits if abits elseif abits elseif abits elseif abits elseif abits pixldst0 abits else pixldst0 abits pixldst0 abits pixldst0 abits pixldst0 abits endif elseif abits else pixldst0 abits pixldst0 abits endif elseif abits else error unsupported bpp
A rectangle, with the origin at the upper left (integer).
A collection of pixels used in software blitting.
The type used to identify a window.