• Home
  • Raw
  • Download

Lines Matching refs:__stdcall

60 		long __stdcall QueryInterface(const IID &iid, void **object) override;
61 unsigned long __stdcall AddRef() override;
62 unsigned long __stdcall Release() override;
65 long __stdcall BeginScene() override;
66 long __stdcall BeginStateBlock() override;
67 …long __stdcall Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsigned long…
68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) override;
69 …long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapCh…
70 …long __stdcall CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned long usage…
71 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
72 …long __stdcall CreateIndexBuffer(unsigned int length, unsigned long usage, D3DFORMAT format, D3DPO…
73 …long __stdcall CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORMAT form…
74 …long __stdcall CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **shader) ov…
75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
76 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
77 …long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) overrid…
78 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
79 …long __stdcall CreateVertexBuffer(unsigned int length, unsigned long usage, unsigned long FVF, D3D…
80 …long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDec…
81 …long __stdcall CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **shader) …
82 …long __stdcall CreateVolumeTexture(unsigned int width, unsigned int height, unsigned int depth, un…
83 long __stdcall DeletePatch(unsigned int handle) override;
84 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
85 …long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned…
86 …long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned in…
87 …long __stdcall DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount, const …
88 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
89 …long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *tri…
90 long __stdcall EndScene() override;
91 long __stdcall EndStateBlock(IDirect3DStateBlock9 **stateBlock) override;
92 long __stdcall EvictManagedResources() override;
93 unsigned int __stdcall GetAvailableTextureMem() override;
94 …long __stdcall GetBackBuffer(unsigned int swapChain, unsigned int index, D3DBACKBUFFER_TYPE type, …
95 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
96 long __stdcall GetClipStatus(D3DCLIPSTATUS9 *clipStatus) override;
97 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
98 long __stdcall GetCurrentTexturePalette(unsigned int *paletteNumber) override;
99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
100 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
101 long __stdcall GetDirect3D(IDirect3D9 **D3D) override;
102 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
103 …long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
104 long __stdcall GetFVF(unsigned long *FVF) override;
105 void __stdcall GetGammaRamp(unsigned int swapChain, D3DGAMMARAMP *ramp) override;
106 long __stdcall GetIndices(IDirect3DIndexBuffer9 **indexData) override;
107 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *p) override;
108 long __stdcall GetLightEnable(unsigned long index , int *enable) override;
109 long __stdcall GetMaterial(D3DMATERIAL9 *material) override;
110 float __stdcall GetNPatchMode() override;
111 unsigned int __stdcall GetNumberOfSwapChains() override;
112 long __stdcall GetPaletteEntries(unsigned int paletteNumber, PALETTEENTRY *entries) override;
113 long __stdcall GetPixelShader(IDirect3DPixelShader9 **shader) override;
114 …long __stdcall GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsigned int…
115 …long __stdcall GetPixelShaderConstantF(unsigned int startRegister, float *constantData, unsigned i…
116 …long __stdcall GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsigned int…
117 long __stdcall GetRasterStatus(unsigned int swapChain, D3DRASTER_STATUS *rasterStatus) override;
118 long __stdcall GetRenderState(D3DRENDERSTATETYPE State, unsigned long *value) override;
119 long __stdcall GetRenderTarget(unsigned long index, IDirect3DSurface9 **renderTarget) override;
120 …long __stdcall GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *destSurface…
121 …long __stdcall GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE type, unsigned long *val…
122 long __stdcall GetScissorRect(RECT *rect) override;
123 int __stdcall GetSoftwareVertexProcessing() override;
124 …long __stdcall GetStreamSource(unsigned int streamNumber, IDirect3DVertexBuffer9 **streamData, uns…
125 long __stdcall GetStreamSourceFreq(unsigned int streamNumber, unsigned int *divider) override;
126 long __stdcall GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) override;
127 long __stdcall GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) override;
128 …long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
129 long __stdcall GetTransform(D3DTRANSFORMSTATETYPE state, D3DMATRIX *matrix) override;
130 long __stdcall GetVertexDeclaration(IDirect3DVertexDeclaration9 **declaration) override;
131 long __stdcall GetVertexShader(IDirect3DVertexShader9 **shader) override;
132 …long __stdcall GetVertexShaderConstantB(unsigned int startRegister, int *constantData, unsigned in…
133 …long __stdcall GetVertexShaderConstantF(unsigned int startRegister, float *constantData, unsigned …
134 …long __stdcall GetVertexShaderConstantI(unsigned int startRegister, int *constantData, unsigned in…
135 long __stdcall GetViewport(D3DVIEWPORT9 *viewport) override;
136 long __stdcall LightEnable(unsigned long index, int enable) override;
137 long __stdcall MultiplyTransform(D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) override;
138 …long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, cons…
139 …long __stdcall ProcessVertices(unsigned int srcStartIndex, unsigned int destIndex, unsigned int ve…
140 long __stdcall Reset(D3DPRESENT_PARAMETERS *presentParameters) override;
141 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
142 long __stdcall SetClipStatus(const D3DCLIPSTATUS9 *clipStatus) override;
143 long __stdcall SetCurrentTexturePalette(unsigned int paletteNumber) override;
144 void __stdcall SetCursorPosition(int x, int y, unsigned long flags) override;
145 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
146 long __stdcall SetDepthStencilSurface(IDirect3DSurface9 *newDepthStencil) override;
147 long __stdcall SetDialogBoxMode(int enableDialogs) override;
148 long __stdcall SetFVF(unsigned long FVF) override;
149 …void __stdcall SetGammaRamp(unsigned int swapChain, unsigned long flags, const D3DGAMMARAMP *ramp)…
150 long __stdcall SetIndices(IDirect3DIndexBuffer9 *indexData) override;
151 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light) override;
152 long __stdcall SetMaterial(const D3DMATERIAL9 *material) override;
153 long __stdcall SetNPatchMode(float segments) override;
154 …long __stdcall SetPaletteEntries(unsigned int paletteNumber, const PALETTEENTRY *entries) override;
155 long __stdcall SetPixelShader(IDirect3DPixelShader9 *shader) override;
156 …long __stdcall SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsign…
157 …long __stdcall SetPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsi…
158 …long __stdcall SetPixelShaderConstantI(unsigned int startRegister, const int *constantData, unsign…
159 long __stdcall SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) override;
160 long __stdcall SetRenderTarget(unsigned long index, IDirect3DSurface9 *renderTarget) override;
161 …long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long val…
162 long __stdcall SetScissorRect(const RECT *rect) override;
163 long __stdcall SetSoftwareVertexProcessing(int software) override;
164 …long __stdcall SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *data, unsigned int off…
165 long __stdcall SetStreamSourceFreq(unsigned int streamNumber, unsigned int divider) override;
166 long __stdcall SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *texture) override;
167 …long __stdcall SetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
168 long __stdcall SetTransform(D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) override;
169 long __stdcall SetVertexDeclaration(IDirect3DVertexDeclaration9 *declaration) override;
170 long __stdcall SetVertexShader(IDirect3DVertexShader9 *shader) override;
171 …long __stdcall SetVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsig…
172 …long __stdcall SetVertexShaderConstantF(unsigned int startRegister, const float *constantData, uns…
173 …long __stdcall SetVertexShaderConstantI(unsigned int startRegister, const int *constantData, unsig…
174 long __stdcall SetViewport(const D3DVIEWPORT9 *viewport) override;
175 int __stdcall ShowCursor(int show) override;
176 …long __stdcall StretchRect(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSurf…
177 long __stdcall TestCooperativeLevel() override;
178 …long __stdcall UpdateSurface(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSu…
179 …long __stdcall UpdateTexture(IDirect3DBaseTexture9 *sourceTexture, IDirect3DBaseTexture9 *destinat…
180 long __stdcall ValidateDevice(unsigned long *numPasses) override;