/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_atarigl.c | 257 SDL_Surface *surface; in SDL_AtariGL_GetAttribute() local 312 SDL_Surface *surface; in SDL_AtariGL_MakeCurrent() local 676 static void CopyShadowNull(_THIS, SDL_Surface *surface) in CopyShadowNull() 680 static void CopyShadowDirect(_THIS, SDL_Surface *surface) in CopyShadowDirect() 702 static void CopyShadowRGBTo555(_THIS, SDL_Surface *surface) in CopyShadowRGBTo555() 734 static void CopyShadowRGBTo565(_THIS, SDL_Surface *surface) in CopyShadowRGBTo565() 767 static void CopyShadowRGBSwap(_THIS, SDL_Surface *surface) in CopyShadowRGBSwap() 798 static void CopyShadowRGBToARGB(_THIS, SDL_Surface *surface) in CopyShadowRGBToARGB() 832 static void CopyShadowRGBToABGR(_THIS, SDL_Surface *surface) in CopyShadowRGBToABGR() 866 static void CopyShadowRGBToBGRA(_THIS, SDL_Surface *surface) in CopyShadowRGBToBGRA() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
D | SDL_cacavideo.c | 241 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface) in Caca_AllocHWSurface() 245 static void Caca_FreeHWSurface(_THIS, SDL_Surface *surface) in Caca_FreeHWSurface() 251 static int Caca_LockHWSurface(_THIS, SDL_Surface *surface) in Caca_LockHWSurface() 256 static void Caca_UnlockHWSurface(_THIS, SDL_Surface *surface) in Caca_UnlockHWSurface() 262 static int Caca_FlipHWSurface(_THIS, SDL_Surface *surface) in Caca_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
D | SDL_DirectFB_video.c | 214 IDirectFBSurface *surface; member 595 IDirectFBSurface *surface; in DirectFB_SetVideoMode() local 802 static int DirectFB_AllocHWSurface(_THIS, SDL_Surface *surface) in DirectFB_AllocHWSurface() 847 static void DirectFB_FreeHWSurface(_THIS, SDL_Surface *surface) in DirectFB_FreeHWSurface() 879 IDirectFBSurface *surface = dst->hwdata->surface; in DirectFB_HWAccelBlit() local 906 IDirectFBSurface *surface = dst->hwdata->surface; in DirectFB_FillHWRect() local 921 IDirectFBSurface *surface = src->hwdata->surface; in DirectFB_SetHWColorKey() local 935 static int DirectFB_SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 alpha) in DirectFB_SetHWAlpha() 940 static int DirectFB_FlipHWSurface(_THIS, SDL_Surface *surface) in DirectFB_FlipHWSurface() 957 static int DirectFB_LockHWSurface(_THIS, SDL_Surface *surface) in DirectFB_LockHWSurface() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_surface.c | 44 SDL_Surface *surface; in SDL_CreateRGBSurface() local 158 SDL_Surface *surface; in SDL_CreateRGBSurfaceFrom() local 175 int SDL_SetColorKey (SDL_Surface *surface, Uint32 flag, Uint32 key) in SDL_SetColorKey() 225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value) in SDL_SetAlpha() 283 int SDL_SetAlphaChannel(SDL_Surface *surface, Uint8 value) in SDL_SetAlphaChannel() 368 SDL_bool SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect) in SDL_SetClipRect() 390 void SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect) in SDL_GetClipRect() 736 int SDL_LockSurface (SDL_Surface *surface) in SDL_LockSurface() 764 void SDL_UnlockSurface (SDL_Surface *surface) in SDL_UnlockSurface() 791 SDL_Surface * SDL_ConvertSurface (SDL_Surface *surface, in SDL_ConvertSurface() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11image.c | 206 int X11_AllocHWSurface(_THIS, SDL_Surface *surface) in X11_AllocHWSurface() 210 void X11_FreeHWSurface(_THIS, SDL_Surface *surface) in X11_FreeHWSurface() 215 int X11_LockHWSurface(_THIS, SDL_Surface *surface) in X11_LockHWSurface() 223 void X11_UnlockHWSurface(_THIS, SDL_Surface *surface) in X11_UnlockHWSurface() 228 int X11_FlipHWSurface(_THIS, SDL_Surface *surface) in X11_FlipHWSurface()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsContextCairoWin.cpp | 44 cairo_surface_t* surface = 0; in createCairoContextWithHDC() local 100 cairo_surface_t* surface = cairo_image_surface_create_for_data(pixelData.buffer(), in drawBitmapToContext() local 161 cairo_surface_t* surface = cairo_get_target(cr); in syncContext() local 169 cairo_surface_t* surface = cairo_win32_surface_create(m_hdc); in flush() local
|
/external/icu4c/samples/layout/ |
D | gdiglue.cpp | 42 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC() 49 void rs_gdiRenderingSurfaceClose(rs_surface *surface) in rs_gdiRenderingSurfaceClose() 56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_gui… in fm_gdiFontMapOpen()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_image.c | 522 int ph_AllocHWSurface(_THIS, SDL_Surface* surface) in ph_AllocHWSurface() 574 void ph_FreeHWSurface(_THIS, SDL_Surface* surface) in ph_FreeHWSurface() 656 PgColor_t ph_ExpandColor(_THIS, SDL_Surface* surface, Uint32 color) in ph_ExpandColor() 719 int ph_FillHWRect(_THIS, SDL_Surface* surface, SDL_Rect* rect, Uint32 color) in ph_FillHWRect() 782 int ph_LockHWSurface(_THIS, SDL_Surface* surface) in ph_LockHWSurface() 816 void ph_UnlockHWSurface(_THIS, SDL_Surface* surface) in ph_UnlockHWSurface() 926 int ph_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key) in ph_SetHWColorKey() 946 int ph_SetHWAlpha(_THIS, SDL_Surface* surface, Uint8 alpha) in ph_SetHWAlpha()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/ |
D | SDL_nullvideo.c | 198 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface) in DUMMY_AllocHWSurface() 202 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface) in DUMMY_FreeHWSurface() 208 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface) in DUMMY_LockHWSurface() 213 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface) in DUMMY_UnlockHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscosvideo.c | 270 static int RISCOS_AllocHWSurface(_THIS, SDL_Surface *surface) in RISCOS_AllocHWSurface() 274 static void RISCOS_FreeHWSurface(_THIS, SDL_Surface *surface) in RISCOS_FreeHWSurface() 280 static int RISCOS_LockHWSurface(_THIS, SDL_Surface *surface) in RISCOS_LockHWSurface() 285 static void RISCOS_UnlockHWSurface(_THIS, SDL_Surface *surface) in RISCOS_UnlockHWSurface()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | EGLDisplayOpenVG.cpp | 224 EGLSurface surface = createPbufferSurface(IntSize(1, 1), config); in sharedPlatformSurface() local 246 EGLSurface surface = eglCreatePbufferSurface(m_display, config, attribList); in createPbufferSurface() local 269 EGLSurface surface = eglCreatePbufferFromClientBuffer(m_display, in createPbufferFromClientBuffer() local 295 EGLSurface surface = eglCreateWindowSurface(m_display, config, wId, 0); in surfaceForWindow() local 308 bool EGLDisplayOpenVG::surfacesCompatible(const EGLSurface& surface, const EGLSurface& otherSurface) in surfacesCompatible() 320 void EGLDisplayOpenVG::destroySurface(const EGLSurface& surface) in destroySurface() 367 EGLContext EGLDisplayOpenVG::contextForSurface(const EGLSurface& surface) in contextForSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemvideo.c | 829 static int GEM_AllocHWSurface(_THIS, SDL_Surface *surface) in GEM_AllocHWSurface() 834 static void GEM_FreeHWSurface(_THIS, SDL_Surface *surface) in GEM_FreeHWSurface() 839 static int GEM_LockHWSurface(_THIS, SDL_Surface *surface) in GEM_LockHWSurface() 844 static void GEM_UnlockHWSurface(_THIS, SDL_Surface *surface) in GEM_UnlockHWSurface() 851 SDL_Surface *surface; in GEM_UpdateRectsFullscreen() local 949 SDL_Surface *surface; in GEM_UpdateRects() local 964 static int GEM_FlipHWSurfaceFullscreen(_THIS, SDL_Surface *surface) in GEM_FlipHWSurfaceFullscreen() 1023 static int GEM_FlipHWSurfaceWindowed(_THIS, SDL_Surface *surface) in GEM_FlipHWSurfaceWindowed() 1035 static int GEM_FlipHWSurface(_THIS, SDL_Surface *surface) in GEM_FlipHWSurface() 1051 SDL_Surface *surface; in GEM_SetColors() local [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
D | SDL_ndsvideo.c | 340 static int NDS_AllocHWSurface(_THIS, SDL_Surface *surface) in NDS_AllocHWSurface() 358 static void NDS_FreeHWSurface(_THIS, SDL_Surface *surface) in NDS_FreeHWSurface() 365 static int NDS_LockHWSurface(_THIS, SDL_Surface *surface) in NDS_LockHWSurface() 385 static void NDS_UnlockHWSurface(_THIS, SDL_Surface *surface) in NDS_UnlockHWSurface() 390 static int NDS_FlipHWSurface(_THIS, SDL_Surface *surface) in NDS_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
D | SDL_aavideo.c | 299 static int AA_AllocHWSurface(_THIS, SDL_Surface *surface) in AA_AllocHWSurface() 303 static void AA_FreeHWSurface(_THIS, SDL_Surface *surface) in AA_FreeHWSurface() 309 static int AA_LockHWSurface(_THIS, SDL_Surface *surface) in AA_LockHWSurface() 314 static void AA_UnlockHWSurface(_THIS, SDL_Surface *surface) in AA_UnlockHWSurface() 320 static int AA_FlipHWSurface(_THIS, SDL_Surface *surface) in AA_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5yuv.c | 41 LPDIRECTDRAWSURFACE3 surface; member 199 LPDIRECTDRAWSURFACE3 surface; in DX5_LockYUVOverlay() local 244 LPDIRECTDRAWSURFACE3 surface; in DX5_UnlockYUVOverlay() local 253 LPDIRECTDRAWSURFACE3 surface; in DX5_DisplayYUVOverlay() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
D | SDL_ps3video.c | 406 static int PS3_AllocHWSurface(_THIS, SDL_Surface * surface) in PS3_AllocHWSurface() 412 static void PS3_FreeHWSurface(_THIS, SDL_Surface * surface) in PS3_FreeHWSurface() 418 static int PS3_LockHWSurface(_THIS, SDL_Surface * surface) in PS3_LockHWSurface() 424 static void PS3_UnlockHWSurface(_THIS, SDL_Surface * surface) in PS3_UnlockHWSurface() 431 int PS3_FlipDoubleBuffer(_THIS, SDL_Surface * surface) in PS3_FlipDoubleBuffer()
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPSurfaceInterface.cpp | 71 jobject surface = env->CallObjectMethod(holder, gSurfaceJavaGlue.getSurface); in getSurface() local 94 sp<android::Surface> surface = getSurface(env, surfaceView); in anp_lock() local 151 sp<android::Surface> surface = getSurface(env, surfaceView); in anp_unlock() local
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Display.cpp | 400 Surface *surface = new Surface(this, configuration, window); in createWindowSurface() local 423 … for (SurfaceSet::iterator surface = mSurfaceSet.begin(); surface != mSurfaceSet.end(); surface++) in createContext() local 437 void Display::destroySurface(egl::Surface *surface) in destroySurface() 450 … for (SurfaceSet::iterator surface = mSurfaceSet.begin(); surface != mSurfaceSet.end(); surface++) in destroyContext() local 472 bool Display::isValidSurface(egl::Surface *surface) in isValidSurface() 479 … for (SurfaceSet::iterator surface = mSurfaceSet.begin(); surface != mSurfaceSet.end(); surface++) in hasExistingWindowSurface() local
|
D | libEGL.cpp | 63 bool validate(egl::Display *display, egl::Surface *surface) in validate() 373 EGLSurface surface = (EGLSurface)display->createWindowSurface(window, config); in eglCreateWindowSurface() local 437 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() 467 EGLBoolean __stdcall eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *… in eglQuerySurface() 662 EGLBoolean __stdcall eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint … in eglSurfaceAttrib() 688 EGLBoolean __stdcall eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() 713 EGLBoolean __stdcall eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() 1023 EGLBoolean __stdcall eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers() 1056 EGLBoolean __stdcall eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglvideo.c | 396 static int VGL_AllocHWSurface(_THIS, SDL_Surface *surface) in VGL_AllocHWSurface() 400 static void VGL_FreeHWSurface(_THIS, SDL_Surface *surface) in VGL_FreeHWSurface() 406 static int VGL_LockHWSurface(_THIS, SDL_Surface *surface) in VGL_LockHWSurface() 413 static void VGL_UnlockHWSurface(_THIS, SDL_Surface *surface) in VGL_UnlockHWSurface() 420 static int VGL_FlipHWSurface(_THIS, SDL_Surface *surface) in VGL_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
D | SDL_dcvideo.c | 275 static int DC_AllocHWSurface(_THIS, SDL_Surface *surface) in DC_AllocHWSurface() 279 static void DC_FreeHWSurface(_THIS, SDL_Surface *surface) in DC_FreeHWSurface() 285 static int DC_LockHWSurface(_THIS, SDL_Surface *surface) in DC_LockHWSurface() 290 static void DC_UnlockHWSurface(_THIS, SDL_Surface *surface) in DC_UnlockHWSurface() 295 static int DC_FlipHWSurface(_THIS, SDL_Surface *surface) in DC_FlipHWSurface()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | GdkCairoUtilities.cpp | 33 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface) in cairoImageSurfaceToGdkPixbuf()
|
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
D | SDL_svgavideo.c | 454 static int SVGA_AllocHWSurface(_THIS, SDL_Surface *surface) in SVGA_AllocHWSurface() 458 static void SVGA_FreeHWSurface(_THIS, SDL_Surface *surface) in SVGA_FreeHWSurface() 464 static int SVGA_LockHWSurface(_THIS, SDL_Surface *surface) in SVGA_LockHWSurface() 469 static void SVGA_UnlockHWSurface(_THIS, SDL_Surface *surface) in SVGA_UnlockHWSurface() 474 static int SVGA_FlipHWSurface(_THIS, SDL_Surface *surface) in SVGA_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
D | SDL_ggivideo.c | 325 static int GGI_AllocHWSurface(_THIS, SDL_Surface *surface) in GGI_AllocHWSurface() 329 static void GGI_FreeHWSurface(_THIS, SDL_Surface *surface) in GGI_FreeHWSurface() 333 static int GGI_LockHWSurface(_THIS, SDL_Surface *surface) in GGI_LockHWSurface() 337 static void GGI_UnlockHWSurface(_THIS, SDL_Surface *surface) in GGI_UnlockHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
D | SDL_pgvideo.c | 270 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface) in PG_AllocHWSurface() 274 static void PG_FreeHWSurface(_THIS, SDL_Surface *surface) in PG_FreeHWSurface() 280 static int PG_LockHWSurface(_THIS, SDL_Surface *surface) in PG_LockHWSurface() 285 static void PG_UnlockHWSurface(_THIS, SDL_Surface *surface) in PG_UnlockHWSurface()
|