Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

RageDisplay_OGL Member List

This is the complete list of members for RageDisplay_OGL, including all inherited members.

BeginFrame()RageDisplay_OGL [virtual]
CameraPopMatrix()RageDisplay
CameraPushMatrix()RageDisplay
ChangeCentering(int trans_x, int trans_y, int add_width, int add_height)RageDisplay
ClearAllTextures()RageDisplay_OGL [virtual]
ClearZBuffer()RageDisplay_OGL [virtual]
CreateCompiledGeometry()RageDisplay_OGL [virtual]
CreateScreenshot()RageDisplay_OGL [protected, virtual]
CreateSurfaceFromPixfmt(PixelFormat pixfmt, void *pixels, int width, int height, int pitch)RageDisplay
CreateTexture(PixelFormat pixfmt, RageSurface *img, bool bGenerateMipMaps)RageDisplay_OGL [virtual]
DeleteCompiledGeometry(RageCompiledGeometry *p)RageDisplay_OGL [virtual]
DeleteTexture(unsigned uTexHandle)RageDisplay_OGL [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)RageDisplay_OGL [protected, virtual]
DrawFan(const RageSpriteVertex v[], int iNumVerts)RageDisplay
DrawFanInternal(const RageSpriteVertex v[], int iNumVerts)RageDisplay_OGL [protected, virtual]
DrawLineStrip(const RageSpriteVertex v[], int iNumVerts, float LineWidth)RageDisplay
DrawLineStripInternal(const RageSpriteVertex v[], int iNumVerts, float LineWidth)RageDisplay_OGL [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)RageDisplay_OGL [protected, virtual]
DrawQuadStrip(const RageSpriteVertex v[], int iNumVerts)RageDisplay
DrawQuadStripInternal(const RageSpriteVertex v[], int iNumVerts)RageDisplay_OGL [protected, virtual]
DrawStrip(const RageSpriteVertex v[], int iNumVerts)RageDisplay
DrawStripInternal(const RageSpriteVertex v[], int iNumVerts)RageDisplay_OGL [protected, virtual]
DrawTriangles(const RageSpriteVertex v[], int iNumVerts)RageDisplay
DrawTrianglesInternal(const RageSpriteVertex v[], int iNumVerts)RageDisplay_OGL [protected, virtual]
EndFrame()RageDisplay_OGL [virtual]
FindPixelFormat(int bpp, int Rmask, int Gmask, int Bmask, int Amask, bool realtime=false)RageDisplay
FMT_A1BGR5 enum valueRageDisplay
FMT_BGR8 enum valueRageDisplay
FMT_PAL enum valueRageDisplay
FMT_RGB5 enum valueRageDisplay
FMT_RGB5A1 enum valueRageDisplay
FMT_RGB8 enum valueRageDisplay
FMT_RGBA4 enum valueRageDisplay
FMT_RGBA8 enum valueRageDisplay
GetCentering()RageDisplay [inline, protected]
GetCumFPS() constRageDisplay
GetFPS() constRageDisplay
GetFrustumMatrix(float l, float r, float b, float t, float zn, float zf)RageDisplay [protected, virtual]
GetImgPixelFormat(RageSurface *&img, bool &FreeImg, int width, int height, bool bPalettedTexture)RageDisplay_OGL [protected]
GetMaxTextureSize() constRageDisplay_OGL [virtual]
GetNumTextureUnits()RageDisplay_OGL [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) constRageDisplay_OGL [virtual]
GetProjectionTop()RageDisplay [protected]
GetStats() constRageDisplay [virtual]
GetTextureDiagnostics(unsigned id) constRageDisplay_OGL [virtual]
GetTextureTop()RageDisplay [protected]
GetVideoModeParams() constRageDisplay_OGL [virtual]
GetViewTop()RageDisplay [protected]
GetVPF() constRageDisplay
GetWorldTop()RageDisplay [protected]
GraphicsFileFormat enum nameRageDisplay
Init(VideoModeParams p, bool bAllowUnacceleratedRenderer)RageDisplay_OGL
IsSoftwareRenderer()RageDisplay_OGL
IsWindowed() constRageDisplay [inline]
IsZTestEnabled() constRageDisplay_OGL [virtual]
IsZWriteEnabled() constRageDisplay_OGL [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_CenteringRageDisplay [protected]
MultMatrix(const RageMatrix &f)RageDisplay [inline]
NUM_PIX_FORMATS enum valueRageDisplay
PixelFormat enum nameRageDisplay
PixelFormatToString(PixelFormat pixfmt)RageDisplay [static]
PopMatrix()RageDisplay
PostMultMatrix(const RageMatrix &f)RageDisplay
PreMultMatrix(const RageMatrix &f)RageDisplay
ProcessStatsOnFlip()RageDisplay [virtual]
PushMatrix()RageDisplay
RageDisplay_OGL()RageDisplay_OGL
ResetStats()RageDisplay [virtual]
ResolutionChanged()RageDisplay_OGL [virtual]
RotateX(float deg)RageDisplay
RotateY(float deg)RageDisplay
RotateZ(float deg)RageDisplay
SAVE_LOSSLESS enum valueRageDisplay
SAVE_LOSSY_HIGH_QUAL enum valueRageDisplay
SAVE_LOSSY_LOW_QUAL enum valueRageDisplay
SaveScreenshot(CString sPath, GraphicsFileFormat format)RageDisplay
Scale(float x, float y, float z)RageDisplay
SendCurrentMatrices()RageDisplay_OGL [protected]
SetAlphaTest(bool b)RageDisplay_OGL [virtual]
SetBlendMode(BlendMode mode)RageDisplay_OGL [virtual]
SetCullMode(CullMode mode)RageDisplay_OGL [virtual]
SetDefaultRenderStates()RageDisplay [protected]
SetLightDirectional(int index, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, const RageVector3 &dir)RageDisplay_OGL [virtual]
SetLighting(bool b)RageDisplay_OGL [virtual]
SetLightOff(int index)RageDisplay_OGL [virtual]
SetLineWidth(float fWidth)RageDisplay_OGL [virtual]
SetMaterial(const RageColor &emissive, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, float shininess)RageDisplay_OGL [virtual]
SetPolygonMode(PolygonMode pm)RageDisplay_OGL [virtual]
SetSphereEnvironmentMapping(bool b)RageDisplay_OGL [virtual]
SetTexture(int iTextureUnitIndex, RageTexture *pTexture)RageDisplay_OGL [virtual]
SetTextureFiltering(bool b)RageDisplay_OGL [virtual]
SetTextureModeAdd()RageDisplay_OGL [virtual]
SetTextureModeGlow()RageDisplay_OGL [virtual]
SetTextureModeModulate()RageDisplay_OGL [virtual]
SetTextureWrapping(bool b)RageDisplay_OGL [virtual]
SetVideoMode(VideoModeParams p, bool &bNeedReloadTextures)RageDisplay
SetViewport(int shift_left, int shift_down)RageDisplay_OGL [protected, virtual]
SetZTestMode(ZTestMode mode)RageDisplay_OGL [virtual]
SetZWrite(bool b)RageDisplay_OGL [virtual]
StatsAddVerts(int iNumVertsRendered)RageDisplay
SupportsSurfaceFormat(PixelFormat pixfmt)RageDisplay_OGL [protected]
SupportsTextureFormat(PixelFormat pixfmt, bool realtime=false)RageDisplay_OGL [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)RageDisplay_OGL [protected, virtual]
Update(float fDeltaTime)RageDisplay_OGL [virtual]
UpdateTexture(unsigned uTexHandle, RageSurface *img, int xoffset, int yoffset, int width, int height)RageDisplay_OGL [virtual]
~RageDisplay()RageDisplay [inline, virtual]
~RageDisplay_OGL()RageDisplay_OGL [virtual]


Generated on Thu Jan 27 21:01:06 2005 for StepMania by doxygen 1.3.7