Searched refs:surface (Results 1 – 9 of 9) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_surface.h | 275 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface); 289 extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface, 313 extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface); 324 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface); 379 (SDL_Surface * surface, SDL_RWops * dst, int freedst); 386 #define SDL_SaveBMP(surface, file) \ argument 387 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1) 406 extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface, 447 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface, 483 extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface, [all …]
|
| A D | SDL_egl.h | 635 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface); 648 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface); 654 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy… 660 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface); 673 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface); 696 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDTEXIMAGEPROC) (EGLDisplay dpy, EGLSurface surface, EGLin… 697 typedef EGLBoolean (EGLAPIENTRYP PFNEGLRELEASETEXIMAGEPROC) (EGLDisplay dpy, EGLSurface surface, EG… 701 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer); 702 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer… 1096 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface); [all …]
|
| A D | SDL_syswm.h | 258 IDirectFBSurface *surface; /**< The directfb client surface */ member 296 struct wl_surface *surface; /**< Wayland surface */ member 309 void *surface; /**< Mir surface */ member 317 EGLSurface surface; member
|
| A D | SDL_test_compare.h | 58 int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_erro…
|
| A D | SDL_vulkan.h | 188 VkSurfaceKHR* surface);
|
| A D | SDL_render.h | 250 extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface); 363 …SDL_Texture * SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer * renderer, SDL_Surface * surface); 725 SDL_Surface **surface);
|
| A D | SDL_mouse.h | 336 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
|
| A D | SDL_opengl_glext.h | 11785 typedef GLboolean (APIENTRYP PFNGLVDPAUISSURFACENVPROC) (GLvdpauSurfaceNV surface); 11786 typedef void (APIENTRYP PFNGLVDPAUUNREGISTERSURFACENVPROC) (GLvdpauSurfaceNV surface); 11787 typedef void (APIENTRYP PFNGLVDPAUGETSURFACEIVNVPROC) (GLvdpauSurfaceNV surface, GLenum pname, GLsi… 11788 typedef void (APIENTRYP PFNGLVDPAUSURFACEACCESSNVPROC) (GLvdpauSurfaceNV surface, GLenum access); 11796 GLAPI GLboolean APIENTRY glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface); 11797 GLAPI void APIENTRY glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface); 11798 GLAPI void APIENTRY glVDPAUGetSurfaceivNV (GLvdpauSurfaceNV surface, GLenum pname, GLsizei count, G… 11799 GLAPI void APIENTRY glVDPAUSurfaceAccessNV (GLvdpauSurfaceNV surface, GLenum access);
|
| /bsp/simulator/drivers/ |
| A D | sdl_fb.c | 35 SDL_Surface *surface; /* screen surface */ member 105 info->framebuffer = (rt_uint8_t*)device->surface->pixels; in sdlfb_control() 121 texture = SDL_CreateTextureFromSurface(_device.renderer, _device.surface); in sdlfb_control() 203 _device.surface = SDL_CreateRGBSurface(0, SDL_SCREEN_WIDTH, SDL_SCREEN_HEIGHT, in sdlfb_hw_init() 218 SDL_Surface *surface; in sdlfb_hw_init() local 219 … surface = SDL_CreateRGBSurfaceFrom(pixels, 16, 16, 16, 16 * 2, 0x0f00, 0x00f0, 0x000f, 0xf000); in sdlfb_hw_init() 220 SDL_SetWindowIcon(win, surface); in sdlfb_hw_init()
|
Completed in 86 milliseconds