ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Macros | |
#define | LOCK_D3DDEVICE9() if (This->bLockDevice) EnterCriticalSection(&This->CriticalSection); |
#define | UNLOCK_D3DDEVICE9() if (This->bLockDevice) LeaveCriticalSection(&This->CriticalSection); |
#define LOCK_D3DDEVICE9 | ( | ) | if (This->bLockDevice) EnterCriticalSection(&This->CriticalSection); |
Definition at line 11 of file d3d9_puredevice.c.
#define UNLOCK_D3DDEVICE9 | ( | ) | if (This->bLockDevice) LeaveCriticalSection(&This->CriticalSection); |
Definition at line 12 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_BeginScene | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 52 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_BeginStateBlock | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 185 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_Clear | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Count, | ||
CONST D3DRECT * | pRects, | ||
DWORD | Flags, | ||
D3DCOLOR | Color, | ||
float | Z, | ||
DWORD | Stencil | ||
) |
Definition at line 66 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_ClearInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Count, | ||
CONST D3DRECT * | pRects, | ||
DWORD | Flags, | ||
D3DCOLOR | Color, | ||
float | Z, | ||
DWORD | Stencil | ||
) |
Definition at line 815 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_CreatePixelShader | ( | LPDIRECT3DDEVICE9 | iface, |
CONST DWORD * | pFunction, | ||
IDirect3DPixelShader9 ** | ppShader | ||
) |
Definition at line 507 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_CreateQuery | ( | LPDIRECT3DDEVICE9 | iface, |
D3DQUERYTYPE | Type, | ||
IDirect3DQuery9 ** | ppQuery | ||
) |
Definition at line 591 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_CreateStateBlock | ( | LPDIRECT3DDEVICE9 | iface, |
D3DSTATEBLOCKTYPE | Type, | ||
IDirect3DStateBlock9 ** | ppSB | ||
) |
Definition at line 178 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_CreateVertexDeclaration | ( | LPDIRECT3DDEVICE9 | iface, |
CONST D3DVERTEXELEMENT9 * | pVertexElements, | ||
IDirect3DVertexDeclaration9 ** | ppDecl | ||
) |
Definition at line 367 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_CreateVertexShader | ( | LPDIRECT3DDEVICE9 | iface, |
CONST DWORD * | pFunction, | ||
IDirect3DVertexShader9 ** | ppShader | ||
) |
Definition at line 402 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DeletePatch | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | Handle | ||
) |
Definition at line 584 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_Destroy | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 851 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawIndexedPrimitive | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
INT | BaseVertexIndex, | ||
UINT | MinVertexIndex, | ||
UINT | NumVertices, | ||
UINT | startIndex, | ||
UINT | primCount | ||
) |
Definition at line 339 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawIndexedPrimitiveUP | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
UINT | MinVertexIndex, | ||
UINT | NumVertices, | ||
UINT | PrimitiveCount, | ||
CONST void * | pIndexData, | ||
D3DFORMAT | IndexDataFormat, | ||
CONST void * | pVertexStreamZeroData, | ||
UINT | VertexStreamZeroStride | ||
) |
Definition at line 353 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawPrimitive | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
UINT | StartVertex, | ||
UINT | PrimitiveCount | ||
) |
Definition at line 332 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_DrawPrimitivesWorker | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 822 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawPrimitiveUP | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
UINT | PrimitiveCount, | ||
CONST void * | pVertexStreamZeroData, | ||
UINT | VertexStreamZeroStride | ||
) |
Definition at line 346 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawPrimitiveUPInt | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
UINT | PrimitiveCount | ||
) |
Definition at line 808 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_DrawPrimitiveWorker | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
UINT | StartVertex, | ||
UINT | PrimitiveCount | ||
) |
Definition at line 782 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawRectPatch | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | Handle, | ||
CONST float * | pNumSegs, | ||
CONST D3DRECTPATCH_INFO * | pRectPatchInfo | ||
) |
Definition at line 570 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_DrawTriPatch | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | Handle, | ||
CONST float * | pNumSegs, | ||
CONST D3DTRIPATCH_INFO * | pTriPatchInfo | ||
) |
Definition at line 577 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_EndScene | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 59 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_EndStateBlock | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DStateBlock9 ** | ppSB | ||
) |
Definition at line 192 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetClipPlane | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
float * | pPlane | ||
) |
Definition at line 157 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetClipStatus | ( | LPDIRECT3DDEVICE9 | iface, |
D3DCLIPSTATUS9 * | pClipStatus | ||
) |
Definition at line 206 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetCurrentTexturePalette | ( | LPDIRECT3DDEVICE9 | iface, |
UINT * | pPaletteNumber | ||
) |
Definition at line 283 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetDepthStencilSurface | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DSurface9 ** | ppZStencilSurface | ||
) |
Definition at line 45 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetFVF | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD * | pFVF | ||
) |
Definition at line 395 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetIndices | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DIndexBuffer9 ** | ppIndexData | ||
) |
Definition at line 500 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetLight | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
D3DLIGHT9 * | pLight | ||
) |
Definition at line 129 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetLightEnable | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
BOOL * | pEnable | ||
) |
Definition at line 143 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetMaterial | ( | LPDIRECT3DDEVICE9 | iface, |
D3DMATERIAL9 * | pMaterial | ||
) |
Definition at line 115 of file d3d9_puredevice.c.
float WINAPI IDirect3DDevice9Pure_GetNPatchMode | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 325 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetPaletteEntries | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | PaletteNumber, | ||
PALETTEENTRY * | pEntries | ||
) |
Definition at line 269 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetPixelShader | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DPixelShader9 ** | ppShader | ||
) |
Definition at line 521 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetPixelShaderConstantB | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 563 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetPixelShaderConstantF | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 535 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetPixelShaderConstantI | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 549 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetRenderState | ( | LPDIRECT3DDEVICE9 | iface, |
D3DRENDERSTATETYPE | State, | ||
DWORD * | pValue | ||
) |
Definition at line 171 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetRenderTarget | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | RenderTargetIndex, | ||
IDirect3DSurface9 ** | ppRenderTarget | ||
) |
Definition at line 31 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetSamplerState | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Sampler, | ||
D3DSAMPLERSTATETYPE | Type, | ||
DWORD * | pValue | ||
) |
Definition at line 241 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetScissorRect | ( | LPDIRECT3DDEVICE9 | iface, |
RECT * | pRect | ||
) |
Definition at line 297 of file d3d9_puredevice.c.
BOOL WINAPI IDirect3DDevice9Pure_GetSoftwareVertexProcessing | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 311 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetStreamSource | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StreamNumber, | ||
IDirect3DVertexBuffer9 ** | ppStreamData, | ||
UINT * | pOffsetInBytes, | ||
UINT * | pStride | ||
) |
Definition at line 472 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetStreamSourceFreq | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StreamNumber, | ||
UINT * | pSetting | ||
) |
Definition at line 486 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetTexture | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Stage, | ||
IDirect3DBaseTexture9 ** | ppTexture | ||
) |
Definition at line 213 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetTextureStageState | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Stage, | ||
D3DTEXTURESTAGESTATETYPE | Type, | ||
DWORD * | pValue | ||
) |
Definition at line 227 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetTransform | ( | LPDIRECT3DDEVICE9 | iface, |
D3DTRANSFORMSTATETYPE | State, | ||
D3DMATRIX * | pMatrix | ||
) |
Definition at line 80 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetVertexDeclaration | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DVertexDeclaration9 ** | ppDecl | ||
) |
Definition at line 381 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetVertexShader | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DVertexShader9 ** | ppShader | ||
) |
Definition at line 416 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetVertexShaderConstantB | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 458 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetVertexShaderConstantF | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 430 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetVertexShaderConstantI | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 444 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_GetViewport | ( | LPDIRECT3DDEVICE9 | iface, |
D3DVIEWPORT9 * | pViewport | ||
) |
Definition at line 101 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_Init | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 839 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_InitState | ( | LPDIRECT3DDEVICE9 | iface, |
INT | State | ||
) |
Definition at line 846 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_LightEnable | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
BOOL | Enable | ||
) |
Definition at line 136 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_LightEnableInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
BOOL | Enable | ||
) |
Definition at line 794 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_MultiplyTransform | ( | LPDIRECT3DDEVICE9 | iface, |
D3DTRANSFORMSTATETYPE | State, | ||
CONST D3DMATRIX * | pMatrix | ||
) |
Definition at line 87 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_MultiplyTransformInt | ( | LPDIRECT3DDEVICE9 | iface, |
D3DTRANSFORMSTATETYPE | State, | ||
CONST D3DMATRIX * | pMatrix | ||
) |
Definition at line 730 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_ProcessVertices | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | SrcStartIndex, | ||
UINT | DestIndex, | ||
UINT | VertexCount, | ||
IDirect3DVertexBuffer9 * | pDestBuffer, | ||
IDirect3DVertexDeclaration9 * | pVertexDecl, | ||
DWORD | Flags | ||
) |
Definition at line 360 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetClipPlane | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
CONST float * | pPlane | ||
) |
Definition at line 150 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetClipPlaneInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
CONST float * | pPlane | ||
) |
Definition at line 737 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetClipStatus | ( | LPDIRECT3DDEVICE9 | iface, |
CONST D3DCLIPSTATUS9 * | pClipStatus | ||
) |
Definition at line 199 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetCurrentTexturePalette | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | PaletteNumber | ||
) |
Definition at line 276 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetDepthStencilSurface | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DSurface9 * | pNewZStencil | ||
) |
Definition at line 38 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetFVF | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | FVF | ||
) |
Definition at line 388 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetFVFInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | FVF | ||
) |
Definition at line 683 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetIndices | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DIndexBuffer9 * | pIndexData | ||
) |
Definition at line 493 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetIndicesInt | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DIndexBuffer9 * | pIndexData | ||
) |
Definition at line 697 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetLight | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
CONST D3DLIGHT9 * | pLight | ||
) |
Definition at line 122 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetLightInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Index, | ||
CONST D3DLIGHT9 * | pLight | ||
) |
Definition at line 787 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetMaterial | ( | LPDIRECT3DDEVICE9 | iface, |
CONST D3DMATERIAL9 * | pMaterial | ||
) |
Definition at line 108 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetMaterialInt | ( | LPDIRECT3DDEVICE9 | iface, |
CONST D3DMATERIAL9 * | pMaterial | ||
) |
Definition at line 620 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetNPatchMode | ( | LPDIRECT3DDEVICE9 | iface, |
float | nSegments | ||
) |
Definition at line 318 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPaletteEntries | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | PaletteNumber, | ||
CONST PALETTEENTRY * | pEntries | ||
) |
Definition at line 262 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShader | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DPixelShader9 * | pShader | ||
) |
Definition at line 514 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantB | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 556 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantBInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 676 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantBWorker | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 775 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantF | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 528 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantFInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 662 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantFWorker | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 761 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantI | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 542 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantIInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 669 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderConstantIWorker | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 768 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetPixelShaderInt | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DPixelShader9 * | pShader | ||
) |
Definition at line 655 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetRenderState | ( | LPDIRECT3DDEVICE9 | iface, |
D3DRENDERSTATETYPE | State, | ||
DWORD | Value | ||
) |
Definition at line 164 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetRenderStateInt | ( | LPDIRECT3DDEVICE9 | iface, |
D3DRENDERSTATETYPE | State, | ||
DWORD | Value | ||
) |
Definition at line 801 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetRenderStateWorker | ( | LPDIRECT3DDEVICE9 | iface, |
D3DRENDERSTATETYPE | State, | ||
DWORD | Value | ||
) |
Definition at line 599 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetRenderTarget | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | RenderTargetIndex, | ||
IDirect3DSurface9 * | pRenderTarget | ||
) |
Definition at line 24 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetSamplerState | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Sampler, | ||
D3DSAMPLERSTATETYPE | Type, | ||
DWORD | Value | ||
) |
Definition at line 248 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetSamplerStateInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Sampler, | ||
D3DSAMPLERSTATETYPE | Type, | ||
DWORD | Value | ||
) |
Definition at line 613 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetScissorRect | ( | LPDIRECT3DDEVICE9 | iface, |
CONST RECT * | pRect | ||
) |
Definition at line 290 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetSoftwareVertexProcessing | ( | LPDIRECT3DDEVICE9 | iface, |
BOOL | bSoftware | ||
) |
Definition at line 304 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetStreamSource | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StreamNumber, | ||
IDirect3DVertexBuffer9 * | pStreamData, | ||
UINT | OffsetInBytes, | ||
UINT | Stride | ||
) |
Definition at line 465 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetStreamSourceFreq | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StreamNumber, | ||
UINT | Setting | ||
) |
Definition at line 479 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetStreamSourceFreqInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StreamNumber, | ||
UINT | Setting | ||
) |
Definition at line 711 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetStreamSourceInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StreamNumber, | ||
IDirect3DVertexBuffer9 * | pStreamData, | ||
UINT | OffsetInBytes, | ||
UINT | Stride | ||
) |
Definition at line 704 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_SetStreamSourceWorker | ( | LPDIRECT3DDEVICE9 | iface, |
LPVOID | UnknownStreamData | ||
) |
Definition at line 756 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetTexture | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Stage, | ||
IDirect3DBaseTexture9 * | pTexture | ||
) |
Definition at line 220 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetTextureInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Stage, | ||
IDirect3DBaseTexture9 * | pTexture | ||
) |
Definition at line 690 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetTextureStageState | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Stage, | ||
D3DTEXTURESTAGESTATETYPE | Type, | ||
DWORD | Value | ||
) |
Definition at line 234 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetTextureStageStateInt | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Stage, | ||
D3DTEXTURESTAGESTATETYPE | Type, | ||
DWORD | Value | ||
) |
Definition at line 606 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetTransform | ( | LPDIRECT3DDEVICE9 | iface, |
D3DTRANSFORMSTATETYPE | State, | ||
CONST D3DMATRIX * | pMatrix | ||
) |
Definition at line 73 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetTransformInt | ( | LPDIRECT3DDEVICE9 | iface, |
D3DTRANSFORMSTATETYPE | State, | ||
CONST D3DMATRIX * | pMatrix | ||
) |
Definition at line 723 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexDeclaration | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DVertexDeclaration9 * | pDecl | ||
) |
Definition at line 374 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShader | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DVertexShader9 * | pShader | ||
) |
Definition at line 409 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderConstantB | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 451 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderConstantBInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST BOOL * | pConstantData, | ||
UINT | BoolCount | ||
) |
Definition at line 648 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderConstantF | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 423 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderConstantFInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST float * | pConstantData, | ||
UINT | Vector4fCount | ||
) |
Definition at line 634 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderConstantI | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 437 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderConstantIInt | ( | LPDIRECT3DDEVICE9 | iface, |
UINT | StartRegister, | ||
CONST int * | pConstantData, | ||
UINT | Vector4iCount | ||
) |
Definition at line 641 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShaderInt | ( | LPDIRECT3DDEVICE9 | iface, |
IDirect3DVertexShader9 * | pShader | ||
) |
Definition at line 627 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetViewport | ( | LPDIRECT3DDEVICE9 | iface, |
CONST D3DVIEWPORT9 * | pViewport | ||
) |
Definition at line 94 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_SetViewportInt | ( | LPDIRECT3DDEVICE9 | iface, |
CONST D3DVIEWPORT9 * | pViewport | ||
) |
Definition at line 749 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_UpdateDriverState | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 744 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_UpdateRenderState | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD | Unknown1, | ||
DWORD | Unknown2 | ||
) |
Definition at line 718 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_UpdateVertexShader | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 827 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_ValidateDevice | ( | LPDIRECT3DDEVICE9 | iface, |
DWORD * | pNumPasses | ||
) |
Definition at line 255 of file d3d9_puredevice.c.
HRESULT WINAPI IDirect3DDevice9Pure_ValidateDrawCall | ( | LPDIRECT3DDEVICE9 | iface, |
D3DPRIMITIVETYPE | PrimitiveType, | ||
UINT | Unknown1, | ||
UINT | Unknown2, | ||
UINT | Unknown3, | ||
INT | Unknown4, | ||
UINT | Unknown5, | ||
INT | Unknown6 | ||
) |
Definition at line 832 of file d3d9_puredevice.c.
VOID WINAPI IDirect3DDevice9Pure_VirtualDestructor | ( | LPDIRECT3DDEVICE9 | iface | ) |
Definition at line 856 of file d3d9_puredevice.c.