Colobot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Gfx::CGL33Device Member List

This is the complete list of members for Gfx::CGL33Device, including all inherited members.

AmbientGfx::CGL33Device
AttenuationGfx::CGL33Device
BeginScene() OVERRIDEGfx::CGL33Devicevirtual
CGL33Device(const GLDeviceConfig &config) (defined in Gfx::CGL33Device)Gfx::CGL33Device
Clear() OVERRIDEGfx::CGL33Devicevirtual
ComputeSphereVisibility(const Math::Vector &center, float radius) OVERRIDEGfx::CGL33Devicevirtual
ConfigChanged(const GLDeviceConfig &newConfig) (defined in Gfx::CGL33Device)Gfx::CGL33Device
CopyFramebufferToTexture(Texture &texture, int xOffset, int yOffset, int x, int y, int width, int height) OVERRIDEGfx::CGL33Devicevirtual
Create() OVERRIDEGfx::CGL33Devicevirtual
CreateDepthTexture(int width, int height, int depth) OVERRIDEGfx::CGL33Devicevirtual
CreateStaticBuffer(PrimitiveType primitiveType, const Vertex *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
CreateStaticBuffer(PrimitiveType primitiveType, const VertexTex2 *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
CreateStaticBuffer(PrimitiveType primitiveType, const VertexCol *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
CreateTexture(CImage *image, const TextureCreateParams &params) OVERRIDEGfx::CGL33Devicevirtual
CreateTexture(ImageData *data, const TextureCreateParams &params) OVERRIDEGfx::CGL33Devicevirtual
DebugHook() OVERRIDEGfx::CGL33Devicevirtual
DebugLights() OVERRIDEGfx::CGL33Devicevirtual
Destroy() OVERRIDEGfx::CGL33Devicevirtual
DestroyAllTextures() OVERRIDEGfx::CGL33Devicevirtual
DestroyStaticBuffer(unsigned int bufferId) OVERRIDEGfx::CGL33Devicevirtual
DestroyTexture(const Texture &texture) OVERRIDEGfx::CGL33Devicevirtual
DiffuseGfx::CGL33Device
DrawPrimitive(PrimitiveType type, const Vertex *vertices, int vertexCount, Color color=Color(1.0f, 1.0f, 1.0f, 1.0f)) OVERRIDEGfx::CGL33Devicevirtual
DrawPrimitive(PrimitiveType type, const VertexTex2 *vertices, int vertexCount, Color color=Color(1.0f, 1.0f, 1.0f, 1.0f)) OVERRIDEGfx::CGL33Devicevirtual
DrawPrimitive(PrimitiveType type, const VertexCol *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
DrawStaticBuffer(unsigned int bufferId) OVERRIDEGfx::CGL33Devicevirtual
EnabledGfx::CGL33Device
EndScene() OVERRIDEGfx::CGL33Devicevirtual
GetFrameBufferPixels() const OVERRIDEGfx::CGL33Devicevirtual
GetMaxLightCount() OVERRIDEGfx::CGL33Devicevirtual
GetMaxTextureStageCount() OVERRIDEGfx::CGL33Devicevirtual
InitOffscreenBuffer(int width, int height) OVERRIDEGfx::CGL33Devicevirtual
PositionGfx::CGL33Device
SetAlphaTestFunc(CompFunc func, float refValue) OVERRIDEGfx::CGL33Devicevirtual
SetBlendFunc(BlendFunc srcBlend, BlendFunc dstBlend) OVERRIDEGfx::CGL33Devicevirtual
SetClearColor(const Color &color) OVERRIDEGfx::CGL33Devicevirtual
SetColorMask(bool red, bool green, bool blue, bool alpha) OVERRIDEGfx::CGL33Devicevirtual
SetCullMode(CullMode mode) OVERRIDEGfx::CGL33Devicevirtual
SetDepthBias(float factor, float units) OVERRIDEGfx::CGL33Devicevirtual
SetDepthTestFunc(CompFunc func) OVERRIDEGfx::CGL33Devicevirtual
SetFillMode(FillMode mode) OVERRIDEGfx::CGL33Devicevirtual
SetFogParams(FogMode mode, const Color &color, float start, float end, float density) OVERRIDEGfx::CGL33Devicevirtual
SetGlobalAmbient(const Color &color) OVERRIDEGfx::CGL33Devicevirtual
SetLight(int index, const Light &light) OVERRIDEGfx::CGL33Devicevirtual
SetLightEnabled(int index, bool enabled) OVERRIDEGfx::CGL33Devicevirtual
SetMaterial(const Material &material) OVERRIDEGfx::CGL33Devicevirtual
SetRenderState(RenderState state, bool enabled) OVERRIDEGfx::CGL33Devicevirtual
SetRenderTexture(RenderTarget target, int texture) OVERRIDEGfx::CGL33Devicevirtual
SetShadeModel(ShadeModel model) OVERRIDEGfx::CGL33Devicevirtual
SetShadowColor(float value) OVERRIDEGfx::CGL33Devicevirtual
SetTexture(int index, const Texture &texture) OVERRIDEGfx::CGL33Devicevirtual
SetTexture(int index, unsigned int textureId) OVERRIDEGfx::CGL33Devicevirtual
SetTextureCoordGeneration(int index, TextureGenerationParams &params) OVERRIDEGfx::CGL33Devicevirtual
SetTextureEnabled(int index, bool enabled) OVERRIDEGfx::CGL33Devicevirtual
SetTextureStageParams(int index, const TextureStageParams &params) OVERRIDEGfx::CGL33Devicevirtual
SetTextureStageWrap(int index, Gfx::TexWrapMode wrapS, Gfx::TexWrapMode wrapT) OVERRIDEGfx::CGL33Devicevirtual
SetTransform(TransformType type, const Math::Matrix &matrix) OVERRIDEGfx::CGL33Devicevirtual
SetViewport(int x, int y, int width, int height) OVERRIDEGfx::CGL33Devicevirtual
SpecularGfx::CGL33Device
TypeGfx::CGL33Device
UpdateStaticBuffer(unsigned int bufferId, PrimitiveType primitiveType, const Vertex *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
UpdateStaticBuffer(unsigned int bufferId, PrimitiveType primitiveType, const VertexTex2 *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
UpdateStaticBuffer(unsigned int bufferId, PrimitiveType primitiveType, const VertexCol *vertices, int vertexCount) OVERRIDEGfx::CGL33Devicevirtual
~CDevice() (defined in Gfx::CDevice)Gfx::CDeviceinlinevirtual
~CGL33Device() (defined in Gfx::CGL33Device)Gfx::CGL33Devicevirtual