| active | Teddy::Graphics::View | [protected, static] |
| ALPHA_TEST | Teddy::Graphics::View | [static] |
| begin2d() | Teddy::Graphics::View | |
| begin3d() | Teddy::Graphics::View | |
| beginLineLoop() | Teddy::Graphics::View | |
| beginLines() | Teddy::Graphics::View | |
| beginLineStrip() | Teddy::Graphics::View | |
| beginPoints() | Teddy::Graphics::View | |
| beginPolygon() | Teddy::Graphics::View | |
| beginQuads() | Teddy::Graphics::View | |
| beginQuadStrip() | Teddy::Graphics::View | |
| beginTriangleFan() | Teddy::Graphics::View | |
| beginTriangles() | Teddy::Graphics::View | |
| beginTriangleStrip() | Teddy::Graphics::View | |
| BLEND | Teddy::Graphics::View | [static] |
| blit(const Teddy::Maths::TVector2< float > &pos, Texture *t) | Teddy::Graphics::View | |
| check() | Teddy::Graphics::View | [static] |
| clear | Teddy::Graphics::View | [protected] |
| clear_color | Teddy::Graphics::View | [protected] |
| color(const float r, const float g, const float b, const float a=1) const | Teddy::Graphics::View | |
| color(const Color &c) const | Teddy::Graphics::View | |
| COLOR_MATERIAL | Teddy::Graphics::View | [static] |
| CULL_FACE | Teddy::Graphics::View | [static] |
| current_element | Teddy::Graphics::View | [protected] |
| current_matrix_mode | Teddy::Graphics::View | [protected] |
| current_texture | Teddy::Graphics::View | [protected] |
| DEPTH_TEST | Teddy::Graphics::View | [static] |
| disable(const int feature) | Teddy::Graphics::View | |
| display() | Teddy::Graphics::View | |
| displayOne() | Teddy::Graphics::View | [protected, static] |
| displayPs(char *filename) | Teddy::Graphics::View | |
| drawBiColRect(const float x1, const float y1, const float x2, const float y2, const Color &top_left, const Color &bottom_right) | Teddy::Graphics::View | |
| drawFillRect(const float x1, const float y1, const float x2, const float y2) | Teddy::Graphics::View | |
| drawRect(const float x1, const float y1, const float x2, const float y2) | Teddy::Graphics::View | |
| drawString(const Teddy::Maths::TVector2< float > &pos, const char *str, Font *font) | Teddy::Graphics::View | |
| enable(const int feature) | Teddy::Graphics::View | |
| end() | Teddy::Graphics::View | |
| end2d() | Teddy::Graphics::View | |
| end3d() | Teddy::Graphics::View | |
| feature_to_code | Teddy::Graphics::View | [private, static] |
| feature_to_str(int a) | Teddy::Graphics::View | [static] |
| FOG | Teddy::Graphics::View | [static] |
| fp | Teddy::Graphics::View | [protected, static] |
| fps | Teddy::Graphics::View | [protected] |
| frames | Teddy::Graphics::View | [protected] |
| getClear() | Teddy::Graphics::View | |
| getCode(unsigned int a) | Teddy::Graphics::View | [static] |
| getExtensions() | Teddy::Graphics::View | |
| getFps() | Teddy::Graphics::View | |
| getFpsTime() | Teddy::Graphics::View | |
| getFrames() | Teddy::Graphics::View | |
| getLastFrame() | Teddy::Graphics::View | |
| getLastTime() | Teddy::Graphics::View | |
| getMaxLights() | Teddy::Graphics::View | |
| getMaxTextureSize() | Teddy::Graphics::View | |
| getMaxViewportDims() | Teddy::Graphics::View | |
| getOptions() | Teddy::Graphics::View | [inline] |
| getOrthoMatrix(float left, float right, float bottom, float top, float nearval, float farval) | Teddy::Graphics::View | |
| getRatio() | Teddy::Graphics::View | |
| getRenderer() | Teddy::Graphics::View | |
| getScreenHeight() | Teddy::Graphics::View | |
| getScreenWidth() | Teddy::Graphics::View | |
| getSize() const | Teddy::Graphics::View | |
| getState(const int feature) | Teddy::Graphics::View | |
| getSurface() | Teddy::Graphics::View | |
| getVendor() | Teddy::Graphics::View | |
| getVersion() | Teddy::Graphics::View | |
| gl_blend_destination_factor | Teddy::Graphics::View | [protected] |
| gl_blend_source_factor | Teddy::Graphics::View | [protected] |
| gl_clear_depth | Teddy::Graphics::View | [protected] |
| gl_feature | Teddy::Graphics::View | [protected] |
| gl_fog_color | Teddy::Graphics::View | [protected] |
| gl_fog_end | Teddy::Graphics::View | [protected] |
| gl_fog_mode | Teddy::Graphics::View | [protected] |
| gl_fog_start | Teddy::Graphics::View | [protected] |
| gl_polygon_mode | Teddy::Graphics::View | [protected] |
| gl_shade_model | Teddy::Graphics::View | [protected] |
| hasExtension(const char *ext_name) | Teddy::Graphics::View | |
| init() | Teddy::Graphics::View | [static] |
| last_fps | Teddy::Graphics::View | [protected] |
| last_frame | Teddy::Graphics::View | [protected] |
| last_time | Teddy::Graphics::View | [protected] |
| LIGHT0 | Teddy::Graphics::View | [static] |
| LIGHT1 | Teddy::Graphics::View | [static] |
| LIGHT2 | Teddy::Graphics::View | [static] |
| LIGHT3 | Teddy::Graphics::View | [static] |
| LIGHT4 | Teddy::Graphics::View | [static] |
| LIGHT5 | Teddy::Graphics::View | [static] |
| LIGHT6 | Teddy::Graphics::View | [static] |
| LIGHT7 | Teddy::Graphics::View | [static] |
| LIGHTING | Teddy::Graphics::View | [static] |
| LINE_OFFSET | Teddy::Graphics::View | [static] |
| LINE_SMOOTH | Teddy::Graphics::View | [static] |
| normal(const Teddy::Maths::TVector< int > &n) const | Teddy::Graphics::View | |
| normal(const Teddy::Maths::TVector< float > &n) const | Teddy::Graphics::View | |
| normal(const Teddy::Maths::TVector< double > &n) const | Teddy::Graphics::View | |
| normal(const Teddy::Maths::TVector2< int > &n) const | Teddy::Graphics::View | |
| normal(const Teddy::Maths::TVector2< float > &n) const | Teddy::Graphics::View | |
| normal(const Teddy::Maths::TVector2< double > &n) const | Teddy::Graphics::View | |
| NORMALIZE | Teddy::Graphics::View | [static] |
| OPT_FONT_FIX | Teddy::Graphics::View | [static] |
| OPT_FRAME | Teddy::Graphics::View | [static] |
| OPT_FULLSCREEN | Teddy::Graphics::View | [static] |
| OPT_MULTI_WINDOW | Teddy::Graphics::View | [static] |
| OPT_SEPARATE_SPECULAR_COLOR | Teddy::Graphics::View | [static] |
| options | Teddy::Graphics::View | [protected] |
| pngScreenshot(char *filename) | Teddy::Graphics::View | |
| POINT_OFFSET | Teddy::Graphics::View | [static] |
| POINT_SMOOTH | Teddy::Graphics::View | [static] |
| POLYGON_OFFSET | Teddy::Graphics::View | [static] |
| POLYGON_SMOOTH | Teddy::Graphics::View | [static] |
| printExtensions() | Teddy::Graphics::View | |
| ratio | Teddy::Graphics::View | [protected] |
| reshape(int w, int h) | Teddy::Graphics::View | |
| reshapeOne(int w, int h) | Teddy::Graphics::View | [protected, static] |
| SCISSOR_TEST | Teddy::Graphics::View | [static] |
| screen_height | Teddy::Graphics::View | [protected] |
| screen_width | Teddy::Graphics::View | [protected] |
| sdl_surface | Teddy::Graphics::View | [protected] |
| setBlendFunc(const unsigned int sfactor, const unsigned int dfactor) | Teddy::Graphics::View | |
| setClear(bool clear) | Teddy::Graphics::View | |
| setClearColor(const Color &clear_color) | Teddy::Graphics::View | |
| setClearDepth(const float depth) | Teddy::Graphics::View | |
| setCull(unsigned long dir) | Teddy::Graphics::View | |
| setFogColor(float *color) | Teddy::Graphics::View | |
| setFogEnd(const float end) | Teddy::Graphics::View | |
| setFogMode(const unsigned int mode) | Teddy::Graphics::View | |
| setFogStart(const float start) | Teddy::Graphics::View | |
| setFrontFace(const unsigned int front_face) | Teddy::Graphics::View | |
| setModelViewMatrix() | Teddy::Graphics::View | |
| setModelViewMatrix(const Teddy::Maths::Matrix &m) | Teddy::Graphics::View | |
| setPolygonMode(const unsigned int polygon_mode) | Teddy::Graphics::View | |
| setProjectionMatrix() | Teddy::Graphics::View | |
| setProjectionMatrix(const Teddy::Maths::Matrix &m) | Teddy::Graphics::View | |
| setShadeModel(const unsigned int shade_model) | Teddy::Graphics::View | |
| setState(const int feature, const bool state) | Teddy::Graphics::View | |
| setTexture(Texture *t) | Teddy::Graphics::View | |
| setTextureMatrix(const Teddy::Maths::Matrix &m) | Teddy::Graphics::View | |
| setWindowManager(Teddy::PhysicalComponents::WindowManager *wm) | Teddy::Graphics::View | |
| size | Teddy::Graphics::View | [protected] |
| STENCIL_TEST | Teddy::Graphics::View | [static] |
| texture(const Teddy::Maths::TVector< int > &t) const | Teddy::Graphics::View | |
| texture(const Teddy::Maths::TVector< float > &t) const | Teddy::Graphics::View | |
| texture(const Teddy::Maths::TVector< double > &t) const | Teddy::Graphics::View | |
| texture(const Teddy::Maths::TVector2< int > &t) const | Teddy::Graphics::View | |
| texture(const Teddy::Maths::TVector2< float > &t) const | Teddy::Graphics::View | |
| texture(const Teddy::Maths::TVector2< double > &t) const | Teddy::Graphics::View | |
| TEXTURE_1D | Teddy::Graphics::View | [static] |
| TEXTURE_2D | Teddy::Graphics::View | [static] |
| vertex(const Teddy::Maths::TVector< float > &v, const Teddy::Maths::TVector2< float > &t) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector2< float > &v, const Teddy::Maths::TVector2< float > &t) const | Teddy::Graphics::View | |
| vertex(const float x, const float y) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector< int > &v) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector< float > &v) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector< double > &v) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector2< int > &v) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector2< float > &v) const | Teddy::Graphics::View | |
| vertex(const Teddy::Maths::TVector2< double > &v) const | Teddy::Graphics::View | |
| View(int width, int height, Teddy::MixIn::Options options) | Teddy::Graphics::View | |
| window_manager | Teddy::Graphics::View | [protected] |