/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 38 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/ |
D | Blit9.cpp | 93 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 …]
|
D | StateManager9.cpp | 516 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 …]
|
D | ShaderCache.h | 37 void initialize(IDirect3DDevice9 *device) { mDevice = device; } in initialize() 102 IDirect3DDevice9 *mDevice;
|
D | SwapChain9.cpp | 99 IDirect3DDevice9 *device = mRenderer->getDevice(); in reset() 285 IDirect3DDevice9 *device = mRenderer->getDevice(); in swapRect() 438 IDirect3DDevice9 *device = mRenderer->getDevice(); in recreate()
|
D | VertexDeclarationCache.h | 30 IDirect3DDevice9 *device,
|
D | renderer9_utils.h | 66 IDirect3DDevice9 *device,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 93 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 …]
|
D | StateManager9.cpp | 516 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 …]
|
D | ShaderCache.h | 37 void initialize(IDirect3DDevice9 *device) { mDevice = device; } in initialize() 102 IDirect3DDevice9 *mDevice;
|
D | SwapChain9.cpp | 99 IDirect3DDevice9 *device = mRenderer->getDevice(); in reset() 285 IDirect3DDevice9 *device = mRenderer->getDevice(); in swapRect() 438 IDirect3DDevice9 *device = mRenderer->getDevice(); in recreate()
|
D | VertexDeclarationCache.h | 30 IDirect3DDevice9 *device,
|
D | renderer9_utils.h | 66 IDirect3DDevice9 *device,
|
D | Blit9.h | 152 HRESULT (WINAPI IDirect3DDevice9::*setShader)(D3DShaderType *));
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_system.h | 60 typedef struct IDirect3DDevice9 IDirect3DDevice9; typedef 66 extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.h | 16 struct IDirect3DDevice9; 18 IMGUI_IMPL_API bool ImGui_ImplDX9_Init(IDirect3DDevice9* device);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.h | 13 struct IDirect3DDevice9; 15 IMGUI_IMPL_API bool ImGui_ImplDX9_Init(IDirect3DDevice9* device);
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdx9screencapsrc.h | 72 IDirect3DDevice9 *d3d9_device;
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | iunknown.c | 184 IDirect3DDevice9 **ppDevice ) in NineUnknown_GetDevice() 188 *ppDevice = (IDirect3DDevice9 *)This->device; in NineUnknown_GetDevice()
|
D | iunknown.h | 109 IDirect3DDevice9 **ppDevice );
|
D | adapter9.h | 132 IDirect3DDevice9 **ppReturnedDeviceInterface );
|
/third_party/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 47 …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/ |
D | SDL_render_d3d.c | 180 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/ |
D | EGLDeviceTest.cpp | 395 IDirect3DDevice9 *d3d9Device = reinterpret_cast<IDirect3DDevice9 *>(device); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDeviceTest.cpp | 468 IDirect3DDevice9 *d3d9Device = reinterpret_cast<IDirect3DDevice9 *>(device); in TEST_P()
|