#include <KeosOGLEnum.h>
Static Public Member Functions | |
| static ulong | BufferFlags (ulong nFlags) |
| Buffer creation flags. | |
| static ulong | LockFlags (ulong nFlags) |
| Lock flags. | |
| static GLenum | Get (TMatrixType Value) |
| Matrix type. | |
| static GLenum | GetMatrix (TMatrixType Value) |
| Matrix type for glGetFloatv, glGetIntegerv, . | |
| static TPixelFmt | Get (TPixelFormat Value) |
| Formats of pixel. | |
| static GLenum | Get (TBlend Value) |
| Alpha-blending parameters. | |
| static GLenum | Get (TTextureOp Value) |
| Textures operators. | |
| static GLenum | Get (TTextureArg Value) |
| Arguments of mixing of the units of texture. | |
| static GLenum | Get (TRenderParameter Value) |
| Render parameters. | |
| static GLenum | Get (TFillMode Value) |
| Fill modes. | |
Classes | |
| struct | TPixelFmt |
| Structure of the formats of pixel. More... | |
Definition at line 32 of file KeosOGLEnum.h.
Buffer creation flags.
Definition at line 118 of file KeosOGLEnum.cpp.
References Keos::BUF_DYNAMIC, and GL_STATIC_DRAW_ARB.
Referenced by Keos::COGLRenderSystem::_CreateIB(), and Keos::COGLRenderSystem::_CreateVB().
Lock flags.
Definition at line 125 of file KeosOGLEnum.cpp.
References GL_READ_ONLY_ARB, GL_READ_WRITE_ARB, GL_WRITE_ONLY_ARB, Keos::LOCK_READONLY, and Keos::LOCK_WRITEONLY.
| GLenum Keos::COGLEnum::Get | ( | TMatrixType | Value | ) | [static] |
Matrix type.
Definition at line 135 of file KeosOGLEnum.cpp.
Referenced by Keos::COGLRenderSystem::CreateTexture(), Keos::COGLRenderSystem::Enable(), Keos::COGLRenderSystem::LoadMatrix(), Keos::COGLRenderSystem::LoadMatrixMult(), Keos::COGLRenderSystem::PopMatrix(), Keos::COGLRenderSystem::PushMatrix(), Keos::COGLRenderSystem::SetFillMode(), Keos::COGLRenderSystem::SetupAlphaBlending(), and Keos::COGLRenderSystem::SetupTextureUnit().
| GLenum Keos::COGLEnum::GetMatrix | ( | TMatrixType | Value | ) | [static] |
Matrix type for glGetFloatv, glGetIntegerv, .
..
Definition at line 141 of file KeosOGLEnum.cpp.
Referenced by Keos::COGLRenderSystem::GetMatrix().
| COGLEnum::TPixelFmt Keos::COGLEnum::Get | ( | TPixelFormat | Value | ) | [static] |
| GLenum Keos::COGLEnum::Get | ( | TBlend | Value | ) | [static] |
| GLenum Keos::COGLEnum::Get | ( | TTextureOp | Value | ) | [static] |
| GLenum Keos::COGLEnum::Get | ( | TTextureArg | Value | ) | [static] |
| GLenum Keos::COGLEnum::Get | ( | TRenderParameter | Value | ) | [static] |
| GLenum Keos::COGLEnum::Get | ( | TFillMode | Value | ) | [static] |
1.5.1-p1