HomeSort by relevance Sort by last modified time
    Searched refs:GetSurface (Results 1 - 10 of 10) 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...]
d2d1_1.h 560 STDMETHOD(GetSurface)(IDXGISurface **dxgiSurface) CONST PURE;
    [all...]
strmif.h     [all...]
d3drmobj.h     [all...]
  /frameworks/native/libs/gui/tests/
SurfaceParcelable_test.cpp 120 status_t GetSurface(view::Surface* surfaceShim) {
147 EXPECT_EQ(GetSurface(&surfaceShim), NO_ERROR);
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 301 ANativeWindow_setBuffersGeometry(new_queue->GetSurface(), kBufferWidth,
317 ANativeWindow_acquire(new_queue->GetSurface());
318 return static_cast<Surface*>(new_queue->GetSurface());
362 ANativeWindow* GetSurface() { return surface_; }

Completed in 644 milliseconds