| BeginFrame()=0 | RageDisplay | [pure virtual] |
| CameraPopMatrix() | RageDisplay | |
| CameraPushMatrix() | RageDisplay | |
| ChangeCentering(int trans_x, int trans_y, int add_width, int add_height) | RageDisplay | |
| ClearAllTextures()=0 | RageDisplay | [pure virtual] |
| ClearZBuffer()=0 | RageDisplay | [pure virtual] |
| CreateCompiledGeometry()=0 | RageDisplay | [pure virtual] |
| CreateScreenshot()=0 | RageDisplay | [pure virtual] |
| CreateSurfaceFromPixfmt(PixelFormat pixfmt, void *pixels, int width, int height, int pitch) | RageDisplay | |
| CreateTexture(PixelFormat pixfmt, RageSurface *img, bool bGenerateMipMaps)=0 | RageDisplay | [pure virtual] |
| DeleteCompiledGeometry(RageCompiledGeometry *p)=0 | RageDisplay | [pure virtual] |
| DeleteTexture(unsigned uTexHandle)=0 | RageDisplay | [pure virtual] |
| DrawCircle(const RageSpriteVertex &v, float radius) | RageDisplay | |
| DrawCircleInternal(const RageSpriteVertex &v, float radius) | RageDisplay | [protected, virtual] |
| DrawCompiledGeometry(const RageCompiledGeometry *p, int iMeshIndex, const vector< msMesh > &vMeshes) | RageDisplay | |
| DrawCompiledGeometryInternal(const RageCompiledGeometry *p, int iMeshIndex)=0 | RageDisplay | [protected, pure virtual] |
| DrawFan(const RageSpriteVertex v[], int iNumVerts) | RageDisplay | |
| DrawFanInternal(const RageSpriteVertex v[], int iNumVerts)=0 | RageDisplay | [protected, pure virtual] |
| DrawLineStrip(const RageSpriteVertex v[], int iNumVerts, float LineWidth) | RageDisplay | |
| DrawLineStripInternal(const RageSpriteVertex v[], int iNumVerts, float LineWidth) | RageDisplay | [protected, virtual] |
| DrawPolyLine(const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth) | RageDisplay | [protected] |
| DrawQuad(const RageSpriteVertex v[]) | RageDisplay | [inline] |
| DrawQuads(const RageSpriteVertex v[], int iNumVerts) | RageDisplay | |
| DrawQuadsInternal(const RageSpriteVertex v[], int iNumVerts)=0 | RageDisplay | [protected, pure virtual] |
| DrawQuadStrip(const RageSpriteVertex v[], int iNumVerts) | RageDisplay | |
| DrawQuadStripInternal(const RageSpriteVertex v[], int iNumVerts)=0 | RageDisplay | [protected, pure virtual] |
| DrawStrip(const RageSpriteVertex v[], int iNumVerts) | RageDisplay | |
| DrawStripInternal(const RageSpriteVertex v[], int iNumVerts)=0 | RageDisplay | [protected, pure virtual] |
| DrawTriangles(const RageSpriteVertex v[], int iNumVerts) | RageDisplay | |
| DrawTrianglesInternal(const RageSpriteVertex v[], int iNumVerts)=0 | RageDisplay | [protected, pure virtual] |
| EndFrame()=0 | RageDisplay | [pure virtual] |
| FindPixelFormat(int bpp, int Rmask, int Gmask, int Bmask, int Amask, bool realtime=false) | RageDisplay | |
| FMT_A1BGR5 enum value | RageDisplay | |
| FMT_BGR8 enum value | RageDisplay | |
| FMT_PAL enum value | RageDisplay | |
| FMT_RGB5 enum value | RageDisplay | |
| FMT_RGB5A1 enum value | RageDisplay | |
| FMT_RGB8 enum value | RageDisplay | |
| FMT_RGBA4 enum value | RageDisplay | |
| FMT_RGBA8 enum value | RageDisplay | |
| GetCentering() | RageDisplay | [inline, protected] |
| GetCumFPS() const | RageDisplay | |
| GetFPS() const | RageDisplay | |
| GetFrustumMatrix(float l, float r, float b, float t, float zn, float zf) | RageDisplay | [protected, virtual] |
| GetMaxTextureSize() const =0 | RageDisplay | [pure virtual] |
| GetNumTextureUnits()=0 | RageDisplay | [pure virtual] |
| GetOrthoMatrix(float l, float r, float b, float t, float zn, float zf) | RageDisplay | [protected, virtual] |
| GetPerspectiveMatrix(float fovy, float aspect, float zNear, float zFar) | RageDisplay | [protected] |
| GetPixelFormatDesc(PixelFormat pf) const =0 | RageDisplay | [pure virtual] |
| GetProjectionTop() | RageDisplay | [protected] |
| GetStats() const | RageDisplay | [virtual] |
| GetTextureDiagnostics(unsigned id) const | RageDisplay | [inline, virtual] |
| GetTextureTop() | RageDisplay | [protected] |
| GetVideoModeParams() const =0 | RageDisplay | [pure virtual] |
| GetViewTop() | RageDisplay | [protected] |
| GetVPF() const | RageDisplay | |
| GetWorldTop() | RageDisplay | [protected] |
| GraphicsFileFormat enum name | RageDisplay | |
| IsWindowed() const | RageDisplay | [inline] |
| IsZTestEnabled() const =0 | RageDisplay | [pure virtual] |
| IsZWriteEnabled() const =0 | RageDisplay | [pure virtual] |
| LoadIdentity() | RageDisplay | |
| LoadLookAt(float fov, const RageVector3 &Eye, const RageVector3 &At, const RageVector3 &Up) | RageDisplay | |
| LoadMenuPerspective(float fovDegrees, float fVanishPointX, float fVanishPointY) | RageDisplay | |
| m_Centering | RageDisplay | [protected] |
| MultMatrix(const RageMatrix &f) | RageDisplay | [inline] |
| NUM_PIX_FORMATS enum value | RageDisplay | |
| PixelFormat enum name | RageDisplay | |
| PixelFormatToString(PixelFormat pixfmt) | RageDisplay | [static] |
| PopMatrix() | RageDisplay | |
| PostMultMatrix(const RageMatrix &f) | RageDisplay | |
| PreMultMatrix(const RageMatrix &f) | RageDisplay | |
| ProcessStatsOnFlip() | RageDisplay | [virtual] |
| PushMatrix() | RageDisplay | |
| ResetStats() | RageDisplay | [virtual] |
| ResolutionChanged() | RageDisplay | [inline, virtual] |
| RotateX(float deg) | RageDisplay | |
| RotateY(float deg) | RageDisplay | |
| RotateZ(float deg) | RageDisplay | |
| SAVE_LOSSLESS enum value | RageDisplay | |
| SAVE_LOSSY_HIGH_QUAL enum value | RageDisplay | |
| SAVE_LOSSY_LOW_QUAL enum value | RageDisplay | |
| SaveScreenshot(CString sPath, GraphicsFileFormat format) | RageDisplay | |
| Scale(float x, float y, float z) | RageDisplay | |
| SetAlphaTest(bool b)=0 | RageDisplay | [pure virtual] |
| SetBlendMode(BlendMode mode)=0 | RageDisplay | [pure virtual] |
| SetCullMode(CullMode mode)=0 | RageDisplay | [pure virtual] |
| SetDefaultRenderStates() | RageDisplay | [protected] |
| SetLightDirectional(int index, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, const RageVector3 &dir)=0 | RageDisplay | [pure virtual] |
| SetLighting(bool b)=0 | RageDisplay | [pure virtual] |
| SetLightOff(int index)=0 | RageDisplay | [pure virtual] |
| SetLineWidth(float fWidth) | RageDisplay | [inline, virtual] |
| SetMaterial(const RageColor &emissive, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, float shininess)=0 | RageDisplay | [pure virtual] |
| SetPolygonMode(PolygonMode pm) | RageDisplay | [inline, virtual] |
| SetSphereEnvironmentMapping(bool b)=0 | RageDisplay | [pure virtual] |
| SetTexture(int iTextureUnitIndex, RageTexture *pTexture)=0 | RageDisplay | [pure virtual] |
| SetTextureFiltering(bool b)=0 | RageDisplay | [pure virtual] |
| SetTextureModeAdd()=0 | RageDisplay | [pure virtual] |
| SetTextureModeGlow()=0 | RageDisplay | [pure virtual] |
| SetTextureModeModulate()=0 | RageDisplay | [pure virtual] |
| SetTextureWrapping(bool b)=0 | RageDisplay | [pure virtual] |
| SetVideoMode(VideoModeParams p, bool &bNeedReloadTextures) | RageDisplay | |
| SetViewport(int shift_left, int shift_down)=0 | RageDisplay | [protected, pure virtual] |
| SetZTestMode(ZTestMode mode)=0 | RageDisplay | [pure virtual] |
| SetZWrite(bool b)=0 | RageDisplay | [pure virtual] |
| StatsAddVerts(int iNumVertsRendered) | RageDisplay | |
| SupportsTextureFormat(PixelFormat pixfmt, bool realtime=false)=0 | RageDisplay | [pure virtual] |
| TexturePopMatrix() | RageDisplay | |
| TexturePushMatrix() | RageDisplay | |
| TextureTranslate(float x, float y, float z) | RageDisplay | |
| Translate(float x, float y, float z) | RageDisplay | |
| TranslateWorld(float x, float y, float z) | RageDisplay | |
| TryVideoMode(VideoModeParams params, bool &bNewDeviceOut)=0 | RageDisplay | [protected, pure virtual] |
| Update(float fDeltaTime) | RageDisplay | [inline, virtual] |
| UpdateTexture(unsigned uTexHandle, RageSurface *img, int xoffset, int yoffset, int width, int height)=0 | RageDisplay | [pure virtual] |
| ~RageDisplay() | RageDisplay | [inline, virtual] |