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

  /hardware/intel/common/libva/va/glx/
va_glx.c 132 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
va_glx_impl.c 823 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 696 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
704 #define IDirectXVideoAccelerationService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
719 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
733 #define IDirectXVideoDecoderService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
ddraw.h 343 /* set at CreateSurface() time to indicate antialiasing will be used */
345 /* set at CreateSurface() time to indicate cubic environment map */
354 /* specifies all faces of a cube for CreateSurface() */
361 /* set for mipmap sublevels on DirectX7 and later. ignored by CreateSurface() */
    [all...]
ddrawi.h 308 LPDDHAL_CREATESURFACE CreateSurface;
507 LPDDHAL_CREATESURFACE CreateSurface;
    [all...]
dxgi.idl 386 HRESULT CreateSurface(
dxgi.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
ddraw.h 343 /* set at CreateSurface() time to indicate antialiasing will be used */
345 /* set at CreateSurface() time to indicate cubic environment map */
354 /* specifies all faces of a cube for CreateSurface() */
361 /* set for mipmap sublevels on DirectX7 and later. ignored by CreateSurface() */
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 346 HRESULT CreateSurface(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1020 hr = dxgi_device->CreateSurface(&surface_desc, 1, usage, 0, &new_buffer0);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]

Completed in 539 milliseconds