Etterna 0.74.4
Loading...
Searching...
No Matches
RageDisplay_GLES2 Member List

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

BeginConcurrentRendering() (defined in RageDisplay)RageDisplayvirtual
BeginConcurrentRenderingMainThread() (defined in RageDisplay)RageDisplayinlinevirtual
BeginFrame() override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
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_GLES2)RageDisplay_GLES2virtual
ClearZBuffer() override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
CreateCompiledGeometry() override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
CreateRenderTarget(const RenderTargetParam &, int &, int &) -> intptr_t (defined in RageDisplay)RageDisplayinlinevirtual
CreateScreenshot() override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
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_GLES2)RageDisplay_GLES2virtual
CreateTextureLock() -> RageTextureLock * (defined in RageDisplay)RageDisplayinlinevirtual
DeleteCompiledGeometry(RageCompiledGeometry *p) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
DeleteTexture(intptr_t iTexHandle) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
DrawCircle(const RageSpriteVertex &v, float radius) (defined in RageDisplay)RageDisplay
DrawCircleInternal(const RageSpriteVertex &v, float radius) (defined in RageDisplay)RageDisplayprotectedvirtual
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_GLES2)RageDisplay_GLES2protectedvirtual
DrawFan(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay)RageDisplay
DrawFanInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
DrawLineStrip(const RageSpriteVertex v[], int iNumVerts, float LineWidth) (defined in RageDisplay)RageDisplay
DrawLineStripInternal(const RageSpriteVertex v[], int iNumVerts, float LineWidth) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
DrawPolyLine(const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth) (defined in RageDisplay)RageDisplayprotected
DrawPolyLines(const RageSpriteVertex v[], int iNumVerts, float LineWidth) (defined in RageDisplay)RageDisplayprotected
DrawQuad(const RageSpriteVertex v[]) (defined in RageDisplay)RageDisplayinline
DrawQuads(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay)RageDisplay
DrawQuadsInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
DrawQuadStrip(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay)RageDisplay
DrawQuadStripInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
DrawStrip(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay)RageDisplay
DrawStripInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
DrawSymmetricQuadStrip(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay)RageDisplay
DrawSymmetricQuadStripInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
DrawTriangles(const RageSpriteVertex v[], int iNumVerts) (defined in RageDisplay)RageDisplay
DrawTrianglesInternal(const RageSpriteVertex v[], int iNumVerts) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
EndConcurrentRendering() (defined in RageDisplay)RageDisplayinlinevirtual
EndConcurrentRenderingMainThread() (defined in RageDisplay)RageDisplayinlinevirtual
EndFrame() override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
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)RageDisplayprotected
FrameLimitBeforeVsync() (defined in RageDisplay)RageDisplayprotected
GetActualVideoModeParams() const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
GetApiDescription() const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
GetCentering() const -> const RageMatrix * (defined in RageDisplay)RageDisplayprotected
GetCenteringMatrix(float fTranslateX, float fTranslateY, float fAddWidth, float fAddHeight) -> RageMatrix (defined in RageDisplay)RageDisplayprotected
GetCumFPS() const -> int (defined in RageDisplay)RageDisplay
GetDisplayResolutions(DisplayResolutions &out) const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
GetDisplaySpecs(DisplaySpecs &out) const =0 (defined in RageDisplay)RageDisplaypure 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)RageDisplayprotectedvirtual
GetMaxTextureSize() const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
GetNumTextureUnits() override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
GetOrthoMatrix(float l, float r, float b, float t, float zn, float zf) override (defined in RageDisplay_GLES2)RageDisplay_GLES2protectedvirtual
GetPerspectiveMatrix(float fovy, float aspect, float zNear, float zFar) -> RageMatrix (defined in RageDisplay)RageDisplayprotected
GetPixelFormatDesc(RagePixelFormat pf) const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
GetProjectionTop() const -> const RageMatrix * (defined in RageDisplay)RageDisplayprotected
GetRenderTarget() -> intptr_t (defined in RageDisplay)RageDisplayinlinevirtual
GetStats() const -> std::string (defined in RageDisplay)RageDisplayvirtual
GetTexture(intptr_t) -> RageSurface * (defined in RageDisplay)RageDisplayinlinevirtual
GetTextureDiagnostics(unsigned) const -> std::string (defined in RageDisplay)RageDisplayinlinevirtual
GetTextureTop() const -> const RageMatrix * (defined in RageDisplay)RageDisplayprotected
GetViewTop() const -> const RageMatrix * (defined in RageDisplay)RageDisplayprotected
GetVPF() const -> int (defined in RageDisplay)RageDisplay
GetWorldTop() const -> const RageMatrix * (defined in RageDisplay)RageDisplayprotected
GraphicsFileFormat enum name (defined in RageDisplay)RageDisplay
Init(VideoModeParams &&p, bool bAllowUnacceleratedRenderer) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
IsD3D() -> bool (defined in RageDisplay)RageDisplay
IsD3DInternal() -> bool (defined in RageDisplay)RageDisplayprotectedvirtual
IsEffectModeSupported(EffectMode effect) -> bool (defined in RageDisplay)RageDisplayinlinevirtual
IsPredictiveFrameLimit() const -> bool (defined in RageDisplay)RageDisplay
IsWindowed() -> bool (defined in RageDisplay)RageDisplayinline
IsZTestEnabled() const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
IsZWriteEnabled() const override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
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)RageDisplayinline
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)RageDisplayvirtual
PushMatrix() (defined in RageDisplay)RageDisplay
PushSelf(lua_State *L) (defined in RageDisplay)RageDisplay
RageDisplay() (defined in RageDisplay)RageDisplay
RageDisplay_GLES2() (defined in RageDisplay_GLES2)RageDisplay_GLES2
ResetStats() (defined in RageDisplay)RageDisplayvirtual
ResolutionChanged() (defined in RageDisplay)RageDisplayvirtual
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
SetAlphaTest(bool b) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetBlendMode(BlendMode mode) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetCelShaded(int stage) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetCullMode(CullMode mode) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetDefaultRenderStates() (defined in RageDisplay)RageDisplayprotected
SetEffectMode(EffectMode) (defined in RageDisplay)RageDisplayinlinevirtual
SetLightDirectional(int index, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, const RageVector3 &dir) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetLighting(bool b) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetLightOff(int index) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetLineWidth(float fWidth) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetMaterial(const RageColor &emissive, const RageColor &ambient, const RageColor &diffuse, const RageColor &specular, float shininess) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetPolygonMode(PolygonMode pm) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetPresentTime(std::chrono::nanoseconds presentTime) (defined in RageDisplay)RageDisplay
SetRenderTarget(intptr_t, bool=true) (defined in RageDisplay)RageDisplayinlinevirtual
SetSphereEnvironmentMapping(TextureUnit tu, bool b) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetTexture(TextureUnit tu, intptr_t iTexture) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetTextureFiltering(TextureUnit tu, bool b) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetTextureMode(TextureUnit tu, TextureMode tm) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetTextureWrapping(TextureUnit tu, bool b) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetVideoMode(VideoModeParams &&p, bool &bNeedReloadTextures) -> std::string (defined in RageDisplay)RageDisplay
SetZBias(float f) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetZTestMode(ZTestMode mode) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SetZWrite(bool b) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SkewX(float fAmount) (defined in RageDisplay)RageDisplay
SkewY(float fAmount) (defined in RageDisplay)RageDisplay
StatsAddVerts(int iNumVertsRendered) (defined in RageDisplay)RageDisplay
SupportsFullscreenBorderlessWindow() const -> bool (defined in RageDisplay)RageDisplayinlinevirtual
SupportsPerVertexMatrixScale() override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SupportsRenderToTexture() const (defined in RageDisplay_GLES2)RageDisplay_GLES2inlineprotectedvirtual
SupportsSurfaceFormat(RagePixelFormat pixfmt) (defined in RageDisplay_GLES2)RageDisplay_GLES2protected
SupportsTextureFormat(RagePixelFormat pixfmt, bool realtime=false) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
SupportsThreadedRendering() -> bool (defined in RageDisplay)RageDisplayinlinevirtual
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)RageDisplayinline
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_GLES2)RageDisplay_GLES2protectedvirtual
UpdateCentering() (defined in RageDisplay)RageDisplayprotected
UpdateTexture(intptr_t iTexHandle, RageSurface *img, int xoffset, int yoffset, int width, int height) override (defined in RageDisplay_GLES2)RageDisplay_GLES2virtual
~RageDisplay() (defined in RageDisplay)RageDisplayvirtual
~RageDisplay_GLES2() override (defined in RageDisplay_GLES2)RageDisplay_GLES2