My Project
|
This is the complete list of members for ParaEngine::RenderDevice, including all inherited members.
ApplyBlendingModeChange() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | protectedstatic |
BeginRenderTarget(int nWidth, int nHeight) | ParaEngine::RenderDevice | |
BeginScene() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
CheckRenderError(const char *filename=NULL, const char *func=NULL, int nLine=0) | ParaEngine::RenderDevice | static |
CheckRenderError(const char *filename=NULL, const char *func=NULL, int nLine=0) | ParaEngine::RenderDevice | static |
Clear(DWORD Count, const void *pRects, DWORD Flags, DWORD Color, float Z, DWORD Stencil) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
ClearAllPerfCount() | ParaEngine::RenderDeviceBase | static |
CreateVertexDeclaration(VertexElement *pVertexElements, VertexDeclarationPtr *ppDecl) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
DRAW_PERF_DRAW_CALL_COUNT enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_END enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_TOTAL_TRIANGLES enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_TRIANGLES_CHARACTER enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_TRIANGLES_MESH enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_TRIANGLES_TERRAIN enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_TRIANGLES_UI enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DRAW_PERF_TRIANGLES_UNKNOWN enum value (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | |
DrawIndexedPrimitive(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinIndex, UINT NumVertices, UINT indexStart, UINT PrimitiveCount) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawIndexedPrimitive(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinIndex, UINT NumVertices, UINT indexStart, UINT PrimitiveCount) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawIndexedPrimitiveUP(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, CONST void *pIndexData, D3DFORMAT IndexDataFormat, CONST void *pVertexStreamZeroData, UINT VertexStreamZeroStride) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawIndexedPrimitiveUP(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawPrimitive(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT PrimitiveCount) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawPrimitive(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT PrimitiveCount) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawPrimitiveUP(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, CONST void *pVertexStreamZeroData, UINT VertexStreamZeroStride) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
DrawPrimitiveUP(RenderDevicePtr pd3dDevice, int nStatisticsType, D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
EndRenderTarget() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
EndScene() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
g_perfCounters (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | static |
GetInstance() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
GetInstance() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
GetMaxSimultaneousTextures() (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase | static |
GetPerfCount(StatisticsType nStatisticsType) | ParaEngine::RenderDeviceBase | static |
GetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
GetScissorRect(RECT *pRect) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
GetScreenSize(int &nScreenWidth, int &nScreenHeight) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | protected |
GetStencilBits() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | static |
GetViewport(D3DVIEWPORT9 *pViewport) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
IncrementDrawBatchAndVertices(int nDrawCount, int nVertices, int nPrimitiveType=DRAW_PERF_TRIANGLES_UNKNOWN) | ParaEngine::RenderDeviceBase | static |
IsUsingRenderTarget() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
ReadPixels(int nLeft, int nTop, int nWidth, int nHeight, void *pDataOut, DWORD nDataFormat=0, DWORD nDataType=0) | ParaEngine::RenderDevice | static |
ReadPixels(int nLeft, int nTop, int nWidth, int nHeight, void *pDataOut, DWORD nDataFormat=0, DWORD nDataType=0) | ParaEngine::RenderDevice | static |
RenderDevice() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
RendererRecreated() (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetClipPlane(DWORD Index, const float *pPlane) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetCursorPosition(int X, int Y, DWORD Flags) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetFVF(DWORD FVF) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetIndices(IndexBufferDevicePtr_type pIndexData) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetRenderState(D3DRENDERSTATETYPE State, DWORD Value) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetScissorRect(RECT *pRect) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetStreamSource(UINT StreamNumber, VertexBufferDevicePtr_type pStreamData, UINT OffsetInBytes, UINT Stride) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetTexture(DWORD Stage, DeviceTexturePtr_type pTexture) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetTextureStageState(DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetTransform(D3DTRANSFORMSTATETYPE State, DeviceMatrix_ptr pMatrix) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetVertexDeclaration(VertexDeclarationPtr pDecl) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
SetViewport(const D3DVIEWPORT9 *pViewport) (defined in ParaEngine::RenderDevice) | ParaEngine::RenderDevice | |
StatisticsType enum name (defined in ParaEngine::RenderDeviceBase) | ParaEngine::RenderDeviceBase |