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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dshow.h 29 #include <ddraw.h>
amvideo.idl 44 cpp_quote("#include <ddraw.h>")
76 HRESULT SetDirectDraw([in] IDirectDraw *ddraw);
77 HRESULT GetDirectDraw([out] IDirectDraw **ddraw);
ddrawgdi.h 11 #include <ddraw.h>
amvideo.h 79 #include <ddraw.h>
123 IDirectDraw *ddraw) = 0;
126 IDirectDraw **ddraw) = 0;
197 IDirectDraw *ddraw);
201 IDirectDraw **ddraw);
253 #define IDirectDrawVideo_SetDirectDraw(This,ddraw) (This)->lpVtbl->SetDirectDraw(This,ddraw)
254 #define IDirectDrawVideo_GetDirectDraw(This,ddraw) (This)->lpVtbl->GetDirectDraw(This,ddraw)
293 static FORCEINLINE HRESULT IDirectDrawVideo_SetDirectDraw(IDirectDrawVideo* This,IDirectDraw *ddraw) {
    [all...]
d3dcaps.h 22 #include <ddraw.h>
d3drm.h 24 #include <ddraw.h>
74 STDMETHOD(CreateDeviceFromSurface)(THIS_ GUID *guid, IDirectDraw *ddraw,
213 STDMETHOD(CreateDeviceFromSurface)(THIS_ GUID *guid, IDirectDraw *ddraw,
355 STDMETHOD(CreateDeviceFromSurface)(THIS_ GUID *guid, IDirectDraw *ddraw,
    [all...]
ddstream.h 58 #include <ddraw.h>
d3dtypes.h 30 #include <ddraw.h>
    [all...]
ddrawi.h 26 #include <ddraw.h>
112 * driver->ddraw callbacks
276 * ddraw->driver callbacks
466 /* where the high-level ddraw implementation stores the callbacks */
641 * high-level ddraw implementation structures
    [all...]
amstream.h 79 #include <ddraw.h>
    [all...]
d3drmobj.h     [all...]
strmif.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 130 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw,
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 766 GLXDrawable ddraw, rdraw; local
774 ddraw = (GLX_dsurf) ? GLX_dsurf->glx_drawable : None;
779 ret = GLX_drv->glXMakeContextCurrent(GLX_dpy->dpy, ddraw, rdraw, cctx);
780 else if (ddraw == rdraw)
781 ret = GLX_drv->glXMakeCurrent(GLX_dpy->dpy, ddraw, cctx);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 895 __DRIdrawable *ddraw, *rdraw; local
906 ddraw = (dri2_dsurf) ? dri2_dsurf->dri_drawable : NULL;
915 if ((cctx == NULL && ddraw == NULL && rdraw == NULL) ||
916 dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 29 #include <ddraw.h>

Completed in 1185 milliseconds