Etterna 0.74.4
|
This is the complete list of members for RageDisplay_Legacy, including all inherited members.
BeginConcurrentRendering() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
BeginConcurrentRenderingMainThread() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
BeginFrame() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
CameraPopMatrix() (defined in RageDisplay) | RageDisplay | |
CameraPushMatrix() (defined in RageDisplay) | RageDisplay | |
CenteringPopMatrix() (defined in RageDisplay) | RageDisplay | |
CenteringPushMatrix() (defined in RageDisplay) | RageDisplay | |
ChangeCentering(int trans_x, int trans_y, int add_width, int add_height) (defined in RageDisplay) | RageDisplay | |
ClearAllTextures() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
ClearZBuffer() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
CreateCompiledGeometry() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
CreateRenderTarget(const RenderTargetParam ¶m, int &iTextureWidthOut, int &iTextureHeightOut) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
CreateScreenshot() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
CreateSurfaceFromPixfmt(RagePixelFormat pixfmt, void *pixels, int width, int height, int pitch) -> RageSurface * (defined in RageDisplay) | RageDisplay | |
CreateTexture(RagePixelFormat pixfmt, RageSurface *img, bool bGenerateMipMaps) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
CreateTextureLock() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
DeleteCompiledGeometry(RageCompiledGeometry *p) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
DeleteTexture(intptr_t iTexHandle) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
DrawCircle(const RageSpriteVertex &v, float radius) (defined in RageDisplay) | RageDisplay | |
DrawCircleInternal(const RageSpriteVertex &v, float radius) (defined in RageDisplay) | RageDisplay | protectedvirtual |
DrawCompiledGeometry(const RageCompiledGeometry *p, int iMeshIndex, const std::vector< msMesh > &vMeshes) (defined in RageDisplay) | RageDisplay | |
DrawCompiledGeometryInternal(const RageCompiledGeometry *p, int iMeshIndex) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawFan(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay) | RageDisplay | |
DrawFanInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawLineStrip(const RageSpriteVertex v[], int iNumVerts, float LineWidth) (defined in RageDisplay) | RageDisplay | |
DrawLineStripInternal(const RageSpriteVertex v[], int iNumVerts, float LineWidth) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawPolyLine(const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth) (defined in RageDisplay) | RageDisplay | protected |
DrawPolyLines(const RageSpriteVertex v[], int iNumVerts, float LineWidth) (defined in RageDisplay) | RageDisplay | protected |
DrawQuad(const RageSpriteVertex v[]) (defined in RageDisplay) | RageDisplay | inline |
DrawQuads(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay) | RageDisplay | |
DrawQuadsInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawQuadStrip(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay) | RageDisplay | |
DrawQuadStripInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawStrip(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay) | RageDisplay | |
DrawStripInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawSymmetricQuadStrip(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay) | RageDisplay | |
DrawSymmetricQuadStripInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
DrawTriangles(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay) | RageDisplay | |
DrawTrianglesInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
EndConcurrentRendering() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
EndConcurrentRenderingMainThread() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
EndFrame() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
FindPixelFormat(int bpp, unsigned Rmask, unsigned Gmask, unsigned Bmask, unsigned Amask, bool realtime=false) -> RagePixelFormat (defined in RageDisplay) | RageDisplay | |
FrameLimitAfterVsync(int iFPS) (defined in RageDisplay) | RageDisplay | protected |
FrameLimitBeforeVsync() (defined in RageDisplay) | RageDisplay | protected |
GetActualVideoModeParams() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetApiDescription() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | inlinevirtual |
GetCentering() const -> const RageMatrix * (defined in RageDisplay) | RageDisplay | protected |
GetCenteringMatrix(float fTranslateX, float fTranslateY, float fAddWidth, float fAddHeight) -> RageMatrix (defined in RageDisplay) | RageDisplay | protected |
GetCumFPS() const -> int (defined in RageDisplay) | RageDisplay | |
GetDisplaySpecs(DisplaySpecs &out) const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetFPS() const -> int (defined in RageDisplay) | RageDisplay | |
GetFrameTimingAdjustment(std::chrono::steady_clock::time_point now) -> float (defined in RageDisplay) | RageDisplay | |
GetFrustumMatrix(float l, float r, float b, float t, float zn, float zf) -> RageMatrix (defined in RageDisplay) | RageDisplay | protectedvirtual |
GetImgPixelFormat(RageSurface *&img, bool &FreeImg, int width, int height, bool bPalettedTexture) (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protected |
GetMaxTextureSize() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetNumTextureUnits() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetOrthoMatrix(float l, float r, float b, float t, float zn, float zf) -> RageMatrix (defined in RageDisplay) | RageDisplay | protectedvirtual |
GetPerspectiveMatrix(float fovy, float aspect, float zNear, float zFar) -> RageMatrix (defined in RageDisplay) | RageDisplay | protected |
GetPixelFormatDesc(RagePixelFormat pf) const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetProjectionTop() const -> const RageMatrix * (defined in RageDisplay) | RageDisplay | protected |
GetRenderTarget() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetStats() const -> std::string (defined in RageDisplay) | RageDisplay | virtual |
GetTexture(intptr_t iTexture) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetTextureDiagnostics(unsigned id) const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
GetTextureTop() const -> const RageMatrix * (defined in RageDisplay) | RageDisplay | protected |
GetViewTop() const -> const RageMatrix * (defined in RageDisplay) | RageDisplay | protected |
GetVPF() const -> int (defined in RageDisplay) | RageDisplay | |
GetWorldTop() const -> const RageMatrix * (defined in RageDisplay) | RageDisplay | protected |
GraphicsFileFormat enum name (defined in RageDisplay) | RageDisplay | |
Init(VideoModeParams &&p, bool bAllowUnacceleratedRenderer) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
IsD3D() -> bool (defined in RageDisplay) | RageDisplay | |
IsD3DInternal() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
IsEffectModeSupported(EffectMode effect) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
IsPredictiveFrameLimit() const -> bool (defined in RageDisplay) | RageDisplay | |
IsWindowed() -> bool (defined in RageDisplay) | RageDisplay | inline |
IsZTestEnabled() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
IsZWriteEnabled() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
LoadIdentity() (defined in RageDisplay) | RageDisplay | |
LoadLookAt(float fov, const RageVector3 &Eye, const RageVector3 &At, const RageVector3 &Up) (defined in RageDisplay) | RageDisplay | |
LoadMenuPerspective(float fFOVDegrees, float fWidth, float fHeight, float fVanishPointX, float fVanishPointY) (defined in RageDisplay) | RageDisplay | |
MultMatrix(const RageMatrix &f) (defined in RageDisplay) | RageDisplay | inline |
PopMatrix() (defined in RageDisplay) | RageDisplay | |
PostMultMatrix(const RageMatrix &f) (defined in RageDisplay) | RageDisplay | |
PreMultMatrix(const RageMatrix &f) (defined in RageDisplay) | RageDisplay | |
ProcessStatsOnFlip() (defined in RageDisplay) | RageDisplay | virtual |
PushMatrix() (defined in RageDisplay) | RageDisplay | |
PushSelf(lua_State *L) (defined in RageDisplay) | RageDisplay | |
RageDisplay() (defined in RageDisplay) | RageDisplay | |
RageDisplay_Legacy() (defined in RageDisplay_Legacy) | RageDisplay_Legacy | |
ResetStats() (defined in RageDisplay) | RageDisplay | virtual |
ResolutionChanged() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
RotateX(float deg) (defined in RageDisplay) | RageDisplay | |
RotateY(float deg) (defined in RageDisplay) | RageDisplay | |
RotateZ(float deg) (defined in RageDisplay) | RageDisplay | |
SAVE_LOSSLESS enum value (defined in RageDisplay) | RageDisplay | |
SAVE_LOSSLESS_SENSIBLE enum value (defined in RageDisplay) | RageDisplay | |
SAVE_LOSSY_HIGH_QUAL enum value (defined in RageDisplay) | RageDisplay | |
SAVE_LOSSY_LOW_QUAL enum value (defined in RageDisplay) | RageDisplay | |
SaveScreenshot(const std::string &sPath, GraphicsFileFormat format) -> bool (defined in RageDisplay) | RageDisplay | |
Scale(float x, float y, float z) (defined in RageDisplay) | RageDisplay | |
SendCurrentMatrices() (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protected |
SetAlphaTest(bool b) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetBlendMode(BlendMode mode) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetCelShaded(int stage) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetCullMode(CullMode mode) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetDefaultRenderStates() (defined in RageDisplay) | RageDisplay | protected |
SetEffectMode(EffectMode effect) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetLightDirectional(int index, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, const RageVector3 &dir) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetLighting(bool b) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetLightOff(int index) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetLineWidth(float fWidth) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetMaterial(const RageColor &emissive, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, float shininess) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetPolygonMode(PolygonMode pm) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetPresentTime(std::chrono::nanoseconds presentTime) (defined in RageDisplay) | RageDisplay | |
SetRenderTarget(intptr_t iHandle, bool bPreserveTexture) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetSphereEnvironmentMapping(TextureUnit tu, bool b) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetTexture(TextureUnit tu, intptr_t iTexture) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetTextureFiltering(TextureUnit tu, bool b) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetTextureMode(TextureUnit tu, TextureMode tm) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetTextureWrapping(TextureUnit tu, bool b) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetVideoMode(VideoModeParams &&p, bool &bNeedReloadTextures) -> std::string (defined in RageDisplay) | RageDisplay | |
SetZBias(float f) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetZTestMode(ZTestMode mode) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SetZWrite(bool b) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SkewX(float fAmount) (defined in RageDisplay) | RageDisplay | |
SkewY(float fAmount) (defined in RageDisplay) | RageDisplay | |
StatsAddVerts(int iNumVertsRendered) (defined in RageDisplay) | RageDisplay | |
SupportsFullscreenBorderlessWindow() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SupportsPerVertexMatrixScale() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SupportsRenderToTexture() const override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SupportsSurfaceFormat(RagePixelFormat pixfmt) (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protected |
SupportsTextureFormat(RagePixelFormat pixfmt, bool realtime=false) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
SupportsThreadedRendering() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
TexturePopMatrix() (defined in RageDisplay) | RageDisplay | |
TexturePushMatrix() (defined in RageDisplay) | RageDisplay | |
TextureTranslate(float x, float y) (defined in RageDisplay) | RageDisplay | |
TextureTranslate(const RageVector2 &v) (defined in RageDisplay) | RageDisplay | inline |
Translate(float x, float y, float z) (defined in RageDisplay) | RageDisplay | |
TranslateWorld(float x, float y, float z) (defined in RageDisplay) | RageDisplay | |
TryVideoMode(const VideoModeParams &p, bool &bNewDeviceOut) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | protectedvirtual |
UpdateCentering() (defined in RageDisplay) | RageDisplay | protected |
UpdateTexture(intptr_t iTexHandle, RageSurface *img, int xoffset, int yoffset, int width, int height) override (defined in RageDisplay_Legacy) | RageDisplay_Legacy | virtual |
UseOffscreenRenderTarget() (defined in RageDisplay_Legacy) | RageDisplay_Legacy | |
~RageDisplay() (defined in RageDisplay) | RageDisplay | virtual |
~RageDisplay_Legacy() override (defined in RageDisplay_Legacy) | RageDisplay_Legacy |