Home
last modified time | relevance | path

Searched refs:IDirect3DDevice9 (Results 1 – 25 of 55) sorted by relevance

123

/third_party/mesa3d/include/D3D9/
Dd3d9.h38 typedef struct IDirect3DDevice9 IDirect3DDevice9, *PDIRECT3DDEVICE9, *LPDIRECT3DDEVICE9; typedef
98 …WORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedD…
117 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
159 struct IDirect3DDevice9 : public IUnknown struct
279 struct IDirect3DDevice9Ex : public IDirect3DDevice9
314 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
320 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
329 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
351 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
380 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp93 IDirect3DDevice9 *device = mRenderer->getDevice(); in initialize()
127 HRESULT (WINAPI IDirect3DDevice9::*setShader)(D3DShaderType *)) in setShader()
129 IDirect3DDevice9 *device = mRenderer->getDevice(); in setShader()
155 &IDirect3DDevice9::SetVertexShader); in setVertexShader()
162 &IDirect3DDevice9::SetPixelShader); in setPixelShader()
196 IDirect3DDevice9 *device = mRenderer->getDevice(); in boxFilter()
340 IDirect3DDevice9 *device = mRenderer->getDevice(); in copy()
397 IDirect3DDevice9 *device = mRenderer->getDevice(); in formatConvert()
589 IDirect3DDevice9 *device = mRenderer->getDevice(); in copySurfaceToTexture()
618 IDirect3DDevice9 *device = mRenderer->getDevice(); in setViewportAndShaderConstants()
[all …]
DStateManager9.cpp516 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setShaderConstants()
567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc()
587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront()
605 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsBack()
632 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsBack()
658 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsFront()
727 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setBlendFuncsEquations()
791 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setColorMask()
827 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setSampleMask()
860 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthBias()
[all …]
DShaderCache.h37 void initialize(IDirect3DDevice9 *device) { mDevice = device; } in initialize()
102 IDirect3DDevice9 *mDevice;
DSwapChain9.cpp99 IDirect3DDevice9 *device = mRenderer->getDevice(); in reset()
285 IDirect3DDevice9 *device = mRenderer->getDevice(); in swapRect()
438 IDirect3DDevice9 *device = mRenderer->getDevice(); in recreate()
DVertexDeclarationCache.h30 IDirect3DDevice9 *device,
Drenderer9_utils.h66 IDirect3DDevice9 *device,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp93 IDirect3DDevice9 *device = mRenderer->getDevice(); in initialize()
127 HRESULT (WINAPI IDirect3DDevice9::*setShader)(D3DShaderType *)) in setShader()
129 IDirect3DDevice9 *device = mRenderer->getDevice(); in setShader()
155 &IDirect3DDevice9::SetVertexShader); in setVertexShader()
162 &IDirect3DDevice9::SetPixelShader); in setPixelShader()
196 IDirect3DDevice9 *device = mRenderer->getDevice(); in boxFilter()
340 IDirect3DDevice9 *device = mRenderer->getDevice(); in copy()
397 IDirect3DDevice9 *device = mRenderer->getDevice(); in formatConvert()
589 IDirect3DDevice9 *device = mRenderer->getDevice(); in copySurfaceToTexture()
618 IDirect3DDevice9 *device = mRenderer->getDevice(); in setViewportAndShaderConstants()
[all …]
DStateManager9.cpp516 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setShaderConstants()
567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc()
587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront()
605 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsBack()
632 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsBack()
658 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsFront()
728 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setBlendFuncsEquations()
792 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setColorMask()
828 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setSampleMask()
861 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthBias()
[all …]
DShaderCache.h37 void initialize(IDirect3DDevice9 *device) { mDevice = device; } in initialize()
102 IDirect3DDevice9 *mDevice;
DSwapChain9.cpp99 IDirect3DDevice9 *device = mRenderer->getDevice(); in reset()
285 IDirect3DDevice9 *device = mRenderer->getDevice(); in swapRect()
438 IDirect3DDevice9 *device = mRenderer->getDevice(); in recreate()
DVertexDeclarationCache.h30 IDirect3DDevice9 *device,
Drenderer9_utils.h66 IDirect3DDevice9 *device,
DBlit9.h152 HRESULT (WINAPI IDirect3DDevice9::*setShader)(D3DShaderType *));
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_system.h60 typedef struct IDirect3DDevice9 IDirect3DDevice9; typedef
66 extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.h16 struct IDirect3DDevice9;
18 IMGUI_IMPL_API bool ImGui_ImplDX9_Init(IDirect3DDevice9* device);
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx9.h13 struct IDirect3DDevice9;
15 IMGUI_IMPL_API bool ImGui_ImplDX9_Init(IDirect3DDevice9* device);
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdx9screencapsrc.h72 IDirect3DDevice9 *d3d9_device;
/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.c184 IDirect3DDevice9 **ppDevice ) in NineUnknown_GetDevice()
188 *ppDevice = (IDirect3DDevice9 *)This->device; in NineUnknown_GetDevice()
Diunknown.h109 IDirect3DDevice9 **ppDevice );
Dadapter9.h132 IDirect3DDevice9 **ppReturnedDeviceInterface );
/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h47 …ameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedD…
82 …ameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedD…
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c180 IDirect3DDevice9 *device;
341 IDirect3DDevice9 *device = data->device; in D3D_InitRenderState()
818 D3D_CreateTextureRep(IDirect3DDevice9 *device, D3D_TextureRep *texture, DWORD usage, Uint32 format,… in D3D_CreateTextureRep()
839 D3D_CreateStagingTexture(IDirect3DDevice9 *device, D3D_TextureRep *texture) in D3D_CreateStagingTexture()
855 D3D_BindTextureRep(IDirect3DDevice9 *device, D3D_TextureRep *texture, DWORD sampler) in D3D_BindTextureRep()
882 D3D_RecreateTextureRep(IDirect3DDevice9 *device, D3D_TextureRep *texture, Uint32 format, int w, int… in D3D_RecreateTextureRep()
896 D3D_UpdateTextureRep(IDirect3DDevice9 *device, D3D_TextureRep *texture, Uint32 format, int x, int y… in D3D_UpdateTextureRep()
1091 IDirect3DDevice9 *device = data->device; in D3D_LockTexture()
1166 IDirect3DDevice9 *device = data->device; in D3D_SetRenderTargetInternal()
1966 IDirect3DDevice9 *
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDeviceTest.cpp395 IDirect3DDevice9 *d3d9Device = reinterpret_cast<IDirect3DDevice9 *>(device); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDeviceTest.cpp468 IDirect3DDevice9 *d3d9Device = reinterpret_cast<IDirect3DDevice9 *>(device); in TEST_P()

123