• Home
  • Raw
  • Download

Lines Matching refs:Direct3DDevice9Ex

53Direct3DDevice9Ex::Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int a…  in Direct3DDevice9Ex()  function in D3D9::Direct3DDevice9Ex
57 Direct3DDevice9Ex::~Direct3DDevice9Ex() in ~Direct3DDevice9Ex()
61 long Direct3DDevice9Ex::QueryInterface(const IID &iid, void **object) in QueryInterface()
82 unsigned long Direct3DDevice9Ex::AddRef() in AddRef()
89 unsigned long Direct3DDevice9Ex::Release() in Release()
96 long Direct3DDevice9Ex::BeginScene() in BeginScene()
103 long Direct3DDevice9Ex::BeginStateBlock() in BeginStateBlock()
110 …long Direct3DDevice9Ex::Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsi… in Clear()
117 long Direct3DDevice9Ex::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill()
124 …long Direct3DDevice9Ex::CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirec… in CreateAdditionalSwapChain()
131 …long Direct3DDevice9Ex::CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned l… in CreateCubeTexture()
138 …long Direct3DDevice9Ex::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORM… in CreateDepthStencilSurface()
145 …long Direct3DDevice9Ex::CreateIndexBuffer(unsigned int length, unsigned long usage, D3DFORMAT form… in CreateIndexBuffer()
152 …long Direct3DDevice9Ex::CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFO… in CreateOffscreenPlainSurface()
159 …long Direct3DDevice9Ex::CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **s… in CreatePixelShader()
166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
173 …long Direct3DDevice9Ex::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT form… in CreateRenderTarget()
180 long Direct3DDevice9Ex::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock()
187 …long Direct3DDevice9Ex::CreateTexture(unsigned int width, unsigned int height, unsigned int levels… in CreateTexture()
194 …long Direct3DDevice9Ex::CreateVertexBuffer(unsigned int length, unsigned long usage, unsigned long… in CreateVertexBuffer()
201 …long Direct3DDevice9Ex::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3D… in CreateVertexDeclaration()
208 …long Direct3DDevice9Ex::CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 *… in CreateVertexShader()
215 …long Direct3DDevice9Ex::CreateVolumeTexture(unsigned int width, unsigned int height, unsigned int … in CreateVolumeTexture()
222 long Direct3DDevice9Ex::DeletePatch(unsigned int handle) in DeletePatch()
229 …long Direct3DDevice9Ex::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned … in DrawIndexedPrimitive()
236 …long Direct3DDevice9Ex::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsig… in DrawIndexedPrimitiveUP()
243 …long Direct3DDevice9Ex::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, un… in DrawPrimitive()
250 …long Direct3DDevice9Ex::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCoun… in DrawPrimitiveUP()
257 …long Direct3DDevice9Ex::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATC… in DrawRectPatch()
264 …long Direct3DDevice9Ex::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_… in DrawTriPatch()
271 long Direct3DDevice9Ex::EndScene() in EndScene()
278 long Direct3DDevice9Ex::EndStateBlock(IDirect3DStateBlock9 **stateBlock) in EndStateBlock()
285 long Direct3DDevice9Ex::EvictManagedResources() in EvictManagedResources()
292 unsigned int Direct3DDevice9Ex::GetAvailableTextureMem() in GetAvailableTextureMem()
299 …long Direct3DDevice9Ex::GetBackBuffer(unsigned int swapChainIndex, unsigned int backBufferIndex, D… in GetBackBuffer()
306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane) in GetClipPlane()
313 long Direct3DDevice9Ex::GetClipStatus(D3DCLIPSTATUS9 *clipStatus) in GetClipStatus()
320 long Direct3DDevice9Ex::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters()
327 long Direct3DDevice9Ex::GetCurrentTexturePalette(unsigned int *paletteNumber) in GetCurrentTexturePalette()
334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface()
341 long Direct3DDevice9Ex::GetDeviceCaps(D3DCAPS9 *caps) in GetDeviceCaps()
348 long Direct3DDevice9Ex::GetDirect3D(IDirect3D9 **d3d9) in GetDirect3D()
355 long Direct3DDevice9Ex::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode()
362 long Direct3DDevice9Ex::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData()
369 long Direct3DDevice9Ex::GetFVF(unsigned long *FVF) in GetFVF()
376 void Direct3DDevice9Ex::GetGammaRamp(unsigned int index, D3DGAMMARAMP *ramp) in GetGammaRamp()
383 long Direct3DDevice9Ex::GetIndices(IDirect3DIndexBuffer9 **indexData) in GetIndices()
390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light) in GetLight()
397 long Direct3DDevice9Ex::GetLightEnable(unsigned long index, int *enable) in GetLightEnable()
404 long Direct3DDevice9Ex::GetMaterial(D3DMATERIAL9 *material) in GetMaterial()
411 float Direct3DDevice9Ex::GetNPatchMode() in GetNPatchMode()
418 unsigned int Direct3DDevice9Ex::GetNumberOfSwapChains() in GetNumberOfSwapChains()
425 long Direct3DDevice9Ex::GetPaletteEntries(unsigned int paletteNumber, PALETTEENTRY *entries) in GetPaletteEntries()
432 long Direct3DDevice9Ex::GetPixelShader(IDirect3DPixelShader9 **shader) in GetPixelShader()
439 …long Direct3DDevice9Ex::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantB()
446 …long Direct3DDevice9Ex::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, u… in GetPixelShaderConstantF()
453 …long Direct3DDevice9Ex::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantI()
460 long Direct3DDevice9Ex::GetRasterStatus(unsigned int swapChain, D3DRASTER_STATUS *rasterStatus) in GetRasterStatus()
467 long Direct3DDevice9Ex::GetRenderState(D3DRENDERSTATETYPE state, unsigned long *value) in GetRenderState()
474 long Direct3DDevice9Ex::GetRenderTarget(unsigned long index, IDirect3DSurface9 **renderTarget) in GetRenderTarget()
481 …long Direct3DDevice9Ex::GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *de… in GetRenderTargetData()
488 …long Direct3DDevice9Ex::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned… in GetSamplerState()
495 long Direct3DDevice9Ex::GetScissorRect(RECT *rect) in GetScissorRect()
502 int Direct3DDevice9Ex::GetSoftwareVertexProcessing() in GetSoftwareVertexProcessing()
509 …long Direct3DDevice9Ex::GetStreamSource(unsigned int streamNumber, IDirect3DVertexBuffer9 **stream… in GetStreamSource()
516 long Direct3DDevice9Ex::GetStreamSourceFreq(unsigned int streamNumber, unsigned int *divider) in GetStreamSourceFreq()
523 long Direct3DDevice9Ex::GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) in GetSwapChain()
530 long Direct3DDevice9Ex::GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) in GetTexture()
537 …long Direct3DDevice9Ex::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, u… in GetTextureStageState()
544 long Direct3DDevice9Ex::GetTransform(D3DTRANSFORMSTATETYPE state, D3DMATRIX *matrix) in GetTransform()
551 long Direct3DDevice9Ex::GetVertexDeclaration(IDirect3DVertexDeclaration9 **declaration) in GetVertexDeclaration()
558 long Direct3DDevice9Ex::GetVertexShader(IDirect3DVertexShader9 **shader) in GetVertexShader()
565 …long Direct3DDevice9Ex::GetVertexShaderConstantB(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantB()
572 …long Direct3DDevice9Ex::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, … in GetVertexShaderConstantF()
579 …long Direct3DDevice9Ex::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantI()
586 long Direct3DDevice9Ex::GetViewport(D3DVIEWPORT9 *viewport) in GetViewport()
593 long Direct3DDevice9Ex::LightEnable(unsigned long index, int enable) in LightEnable()
600 long Direct3DDevice9Ex::MultiplyTransform(D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) in MultiplyTransform()
607 …long Direct3DDevice9Ex::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverr… in Present()
614 …long Direct3DDevice9Ex::ProcessVertices(unsigned int srcStartIndex, unsigned int destIndex, unsign… in ProcessVertices()
621 long Direct3DDevice9Ex::Reset(D3DPRESENT_PARAMETERS *presentParameters) in Reset()
628 long Direct3DDevice9Ex::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane()
635 long Direct3DDevice9Ex::SetClipStatus(const D3DCLIPSTATUS9 *clipStatus) in SetClipStatus()
642 long Direct3DDevice9Ex::SetCurrentTexturePalette(unsigned int paletteNumber) in SetCurrentTexturePalette()
649 void Direct3DDevice9Ex::SetCursorPosition(int x, int y, unsigned long flags) in SetCursorPosition()
656 …long Direct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cur… in SetCursorProperties()
663 long Direct3DDevice9Ex::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) in SetDepthStencilSurface()
670 long Direct3DDevice9Ex::SetDialogBoxMode(int enableDialogs) in SetDialogBoxMode()
677 long Direct3DDevice9Ex::SetFVF(unsigned long FVF) in SetFVF()
684 …void Direct3DDevice9Ex::SetGammaRamp(unsigned int index, unsigned long flags, const D3DGAMMARAMP *… in SetGammaRamp()
691 long Direct3DDevice9Ex::SetIndices(IDirect3DIndexBuffer9* iIndexBuffer) in SetIndices()
698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight()
705 long Direct3DDevice9Ex::SetMaterial(const D3DMATERIAL9 *material) in SetMaterial()
712 long Direct3DDevice9Ex::SetNPatchMode(float segments) in SetNPatchMode()
719 long Direct3DDevice9Ex::SetPaletteEntries(unsigned int paletteNumber, const PALETTEENTRY *entries) in SetPaletteEntries()
726 long Direct3DDevice9Ex::SetPixelShader(IDirect3DPixelShader9 *iPixelShader) in SetPixelShader()
733 …long Direct3DDevice9Ex::SetPixelShaderConstantB(unsigned int startRegister, const int *constantDat… in SetPixelShaderConstantB()
740 …long Direct3DDevice9Ex::SetPixelShaderConstantF(unsigned int startRegister, const float *constantD… in SetPixelShaderConstantF()
747 …long Direct3DDevice9Ex::SetPixelShaderConstantI(unsigned int startRegister, const int *constantDat… in SetPixelShaderConstantI()
754 long Direct3DDevice9Ex::SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) in SetRenderState()
761 long Direct3DDevice9Ex::SetRenderTarget(unsigned long index, IDirect3DSurface9 *iRenderTarget) in SetRenderTarget()
768 …long Direct3DDevice9Ex::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned… in SetSamplerState()
775 long Direct3DDevice9Ex::SetScissorRect(const RECT *rect) in SetScissorRect()
782 long Direct3DDevice9Ex::SetSoftwareVertexProcessing(int software) in SetSoftwareVertexProcessing()
789 …long Direct3DDevice9Ex::SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *iVertexBuffer… in SetStreamSource()
796 long Direct3DDevice9Ex::SetStreamSourceFreq(unsigned int streamNumber, unsigned int divider) in SetStreamSourceFreq()
803 long Direct3DDevice9Ex::SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *iBaseTexture) in SetTexture()
810 …long Direct3DDevice9Ex::SetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, u… in SetTextureStageState()
817 long Direct3DDevice9Ex::SetTransform(D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) in SetTransform()
824 long Direct3DDevice9Ex::SetVertexDeclaration(IDirect3DVertexDeclaration9 *iVertexDeclaration) in SetVertexDeclaration()
831 long Direct3DDevice9Ex::SetVertexShader(IDirect3DVertexShader9 *iVertexShader) in SetVertexShader()
838 …long Direct3DDevice9Ex::SetVertexShaderConstantB(unsigned int startRegister, const int *constantDa… in SetVertexShaderConstantB()
845 …long Direct3DDevice9Ex::SetVertexShaderConstantF(unsigned int startRegister, const float *constant… in SetVertexShaderConstantF()
852 …long Direct3DDevice9Ex::SetVertexShaderConstantI(unsigned int startRegister, const int *constantDa… in SetVertexShaderConstantI()
859 long Direct3DDevice9Ex::SetViewport(const D3DVIEWPORT9 *viewport) in SetViewport()
866 int Direct3DDevice9Ex::ShowCursor(int show) in ShowCursor()
873 …long Direct3DDevice9Ex::StretchRect(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDir… in StretchRect()
880 long Direct3DDevice9Ex::TestCooperativeLevel() in TestCooperativeLevel()
887 …long Direct3DDevice9Ex::UpdateSurface(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, ID… in UpdateSurface()
894 …long Direct3DDevice9Ex::UpdateTexture(IDirect3DBaseTexture9 *sourceTexture, IDirect3DBaseTexture9 … in UpdateTexture()
901 long Direct3DDevice9Ex::ValidateDevice(unsigned long *numPasses) in ValidateDevice()
908 HRESULT Direct3DDevice9Ex::SetConvolutionMonoKernel(UINT,UINT,float *,float *) in SetConvolutionMonoKernel()
917 …HRESULT Direct3DDevice9Ex::ComposeRects(IDirect3DSurface9 *,IDirect3DSurface9 *,IDirect3DVertexBuf… in ComposeRects()
926 HRESULT Direct3DDevice9Ex::PresentEx(const RECT *,const RECT *,HWND,const RGNDATA *,DWORD) in PresentEx()
935 HRESULT Direct3DDevice9Ex::GetGPUThreadPriority(INT *) in GetGPUThreadPriority()
944 HRESULT Direct3DDevice9Ex::SetGPUThreadPriority(INT) in SetGPUThreadPriority()
953 HRESULT Direct3DDevice9Ex::WaitForVBlank(UINT) in WaitForVBlank()
962 HRESULT Direct3DDevice9Ex::CheckResourceResidency(IDirect3DResource9 **,UINT32) in CheckResourceResidency()
971 HRESULT Direct3DDevice9Ex::SetMaximumFrameLatency(UINT) in SetMaximumFrameLatency()
980 HRESULT Direct3DDevice9Ex::GetMaximumFrameLatency(UINT *) in GetMaximumFrameLatency()
989 HRESULT Direct3DDevice9Ex::CheckDeviceState(HWND destinationWindow) in CheckDeviceState()
998 …HRESULT Direct3DDevice9Ex::CreateRenderTargetEx(UINT,UINT,D3DFORMAT,D3DMULTISAMPLE_TYPE,DWORD,BOOL… in CreateRenderTargetEx()
1007 …HRESULT Direct3DDevice9Ex::CreateOffscreenPlainSurfaceEx(UINT,UINT,D3DFORMAT,D3DPOOL,IDirect3DSurf… in CreateOffscreenPlainSurfaceEx()
1016 …HRESULT Direct3DDevice9Ex::CreateDepthStencilSurfaceEx(UINT,UINT,D3DFORMAT,D3DMULTISAMPLE_TYPE,DWO… in CreateDepthStencilSurfaceEx()
1025 HRESULT Direct3DDevice9Ex::ResetEx(D3DPRESENT_PARAMETERS *,D3DDISPLAYMODEEX *) in ResetEx()
1034 HRESULT Direct3DDevice9Ex::GetDisplayModeEx(UINT,D3DDISPLAYMODEEX *,D3DDISPLAYROTATION *) in GetDisplayModeEx()