#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include <OSGGL.h>#include "OSGDrawActionBase.h"#include "OSGWindow.h"#include "OSGBlendChunk.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | GL_CONSTANT_COLOR_EXT 0x8001 |
| #define | GL_ONE_MINUS_CONSTANT_COLOR_EXT 0x8002 |
| #define | GL_CONSTANT_ALPHA_EXT 0x8003 |
| #define | GL_ONE_MINUS_CONSTANT_ALPHA_EXT 0x8004 |
| #define | GL_BLEND_COLOR_EXT 0x8005 |
| #define | GL_FUNC_ADD_EXT 0x8006 |
| #define | GL_MIN_EXT 0x8007 |
| #define | GL_MAX_EXT 0x8008 |
| #define | GL_BLEND_EQUATION_EXT 0x8009 |
| #define | GL_FUNC_SUBTRACT_EXT 0x800A |
| #define | GL_FUNC_REVERSE_SUBTRACT_EXT 0x800B |
| #define | GL_BLEND_DST_RGB_EXT 0x80C8 |
| #define | GL_BLEND_SRC_RGB_EXT 0x80C9 |
| #define | GL_BLEND_DST_ALPHA_EXT 0x80CA |
| #define | GL_BLEND_SRC_ALPHA_EXT 0x80CB |
| #define | GL_BLEND_EQUATION_RGB_EXT GL_BLEND_EQUATION |
| #define | GL_BLEND_EQUATION_ALPHA_EXT 0x883D |
Variables | |
| static Char8 | cvsid_cpp [] = "@(#)$Id: FCTemplate_cpp.h,v 1.13 2002/06/01 10:37:25 vossg Exp $" |
| static Char8 | cvsid_hpp [] = OSGBLENDCHUNK_HEADER_CVSID |
| static Char8 | cvsid_inl [] = OSGBLENDCHUNK_INLINE_CVSID |
| static Char8 | cvsid_fields_hpp [] = OSGBLENDCHUNKFIELDS_HEADER_CVSID |
| #define GL_CONSTANT_COLOR_EXT 0x8001 |
Definition at line 57 of file OSGBlendChunk.cpp.
Referenced by osg::BlendChunk::activate(), and osg::BlendChunk::changeFrom().
| #define GL_ONE_MINUS_CONSTANT_COLOR_EXT 0x8002 |
Definition at line 58 of file OSGBlendChunk.cpp.
| #define GL_CONSTANT_ALPHA_EXT 0x8003 |
Definition at line 59 of file OSGBlendChunk.cpp.
| #define GL_ONE_MINUS_CONSTANT_ALPHA_EXT 0x8004 |
Definition at line 60 of file OSGBlendChunk.cpp.
Referenced by osg::BlendChunk::activate(), and osg::BlendChunk::changeFrom().
| #define GL_BLEND_COLOR_EXT 0x8005 |
Definition at line 61 of file OSGBlendChunk.cpp.
| #define GL_FUNC_ADD_EXT 0x8006 |
| #define GL_MIN_EXT 0x8007 |
Definition at line 66 of file OSGBlendChunk.cpp.
| #define GL_MAX_EXT 0x8008 |
Definition at line 67 of file OSGBlendChunk.cpp.
| #define GL_BLEND_EQUATION_EXT 0x8009 |
Definition at line 68 of file OSGBlendChunk.cpp.
| #define GL_FUNC_SUBTRACT_EXT 0x800A |
Definition at line 72 of file OSGBlendChunk.cpp.
| #define GL_FUNC_REVERSE_SUBTRACT_EXT 0x800B |
Definition at line 73 of file OSGBlendChunk.cpp.
| #define GL_BLEND_DST_RGB_EXT 0x80C8 |
Definition at line 77 of file OSGBlendChunk.cpp.
| #define GL_BLEND_SRC_RGB_EXT 0x80C9 |
Definition at line 78 of file OSGBlendChunk.cpp.
| #define GL_BLEND_DST_ALPHA_EXT 0x80CA |
Definition at line 79 of file OSGBlendChunk.cpp.
| #define GL_BLEND_SRC_ALPHA_EXT 0x80CB |
Definition at line 80 of file OSGBlendChunk.cpp.
| #define GL_BLEND_EQUATION_RGB_EXT GL_BLEND_EQUATION |
Definition at line 84 of file OSGBlendChunk.cpp.
| #define GL_BLEND_EQUATION_ALPHA_EXT 0x883D |
Definition at line 85 of file OSGBlendChunk.cpp.
Char8 cvsid_cpp[] = "@(#)$Id: FCTemplate_cpp.h,v 1.13 2002/06/01 10:37:25 vossg Exp $" [static] |
Definition at line 541 of file OSGBlendChunk.cpp.
Char8 cvsid_hpp[] = OSGBLENDCHUNK_HEADER_CVSID [static] |
Definition at line 542 of file OSGBlendChunk.cpp.
Char8 cvsid_inl[] = OSGBLENDCHUNK_INLINE_CVSID [static] |
Definition at line 543 of file OSGBlendChunk.cpp.
Char8 cvsid_fields_hpp[] = OSGBLENDCHUNKFIELDS_HEADER_CVSID [static] |
Definition at line 545 of file OSGBlendChunk.cpp.
1.5.5