HomeSort by relevance Sort by last modified time
    Searched refs:GetSurface (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddstream.idl 81 HRESULT GetSurface(
ddstream.h 340 virtual HRESULT STDMETHODCALLTYPE GetSurface(
396 HRESULT (STDMETHODCALLTYPE *GetSurface)(
424 #define IDirectDrawStreamSample_GetSurface(This,ppDirectDrawSurface,pRect) (This)->lpVtbl->GetSurface(This,ppDirectDrawSurface,pRect)
455 return This->lpVtbl->GetSurface(This,ppDirectDrawSurface,pRect);
vmr9.idl 117 HRESULT GetSurface([in] DWORD_PTR id, [in] DWORD surfaceindex, [in] DWORD flags, [out] IDirect3DSurface9 **surface);
317 HRESULT GetSurface([out] IDirect3DSurface9 **surface);
ocmm.h 337 virtual HRESULT WINAPI GetSurface(LONG nWidth,LONG nHeight,REFGUID bfid,ULONG nPasses,DWORD dwHints,IUnknown **ppSurface) = 0;
350 HRESULT (WINAPI *GetSurface)(IImageDecodeEventSink *This,LONG nWidth,LONG nHeight,REFGUID bfid,ULONG nPasses,DWORD dwHints,IUnknown **ppSurface);
365 #define IImageDecodeEventSink_GetSurface(This,nWidth,nHeight,bfid,nPasses,dwHints,ppSurface) (This)->lpVtbl->GetSurface(This,nWidth,nHeight,bfid,nPasses,dwHints,ppSurface)
vmr9.h 376 virtual HRESULT STDMETHODCALLTYPE GetSurface(
416 HRESULT (STDMETHODCALLTYPE *GetSurface)(
442 #define IVMRSurfaceAllocator9_GetSurface(This,id,surfaceindex,flags,surface) (This)->lpVtbl->GetSurface(This,id,surfaceindex,flags,surface)
463 return This->lpVtbl->GetSurface(This,id,surfaceindex,flags,surface);
562 HRESULT (STDMETHODCALLTYPE *GetSurface)(
597 #define IVMRSurfaceAllocatorEx9_GetSurface(This,id,surfaceindex,flags,surface) (This)->lpVtbl->GetSurface(This,id,surfaceindex,flags,surface)
620 return This->lpVtbl->GetSurface(This,id,surfaceindex,flags,surface);
    [all...]
d3drmobj.h     [all...]
strmif.h     [all...]
  /external/chromium_org/skia/ext/
platform_canvas.h 168 PlatformSurface GetSurface() { return surface_; }
platform_canvas_unittest.cc 403 EXPECT_TRUE(0 == platform_bitmap->GetSurface());
409 EXPECT_TRUE(0 != platform_bitmap->GetSurface());
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 138 ret = layer->GetSurface (layer, &hwdata->surface);
141 SetDirectFBerror("IDirectFBDisplayLayer::GetSurface", ret);
SDL_DirectFB_video.c 521 ret = HIDDEN->c2layer->GetSurface( HIDDEN->c2layer, &HIDDEN->c2frame );
524 SetDirectFBerror ("c2layer->GetSurface", ret);

Completed in 1205 milliseconds