#include <opengl.h>
Public Member Functions | |
| gl_cache (GLuint *list, bool bRefresh=false) | |
| ~gl_cache () | |
| bool | exec () |
| gl_cache (GLuint *list, bool bRefresh=false) | |
| ~gl_cache () | |
| bool | exec () |
Private Attributes | |
| GLuint * | m_plist |
| bool | m_bRefresh |
| bool | m_bExecuting |
| GLuint * | m_plist |
|
||||||||||||
|
Definition at line 451 of file opengl.cc. References m_bExecuting, m_bRefresh, and m_plist. |
|
|
Definition at line 472 of file opengl.cc. References m_plist. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 456 of file opengl.cc. References m_bExecuting, and m_plist. Referenced by tpc_tracking::EventDisplay::draw_pads(), tpc_tracking::EventDisplay::draw_simtrackerhits(), tpc_tracking::EventDisplay::draw_simtracks(), and tpc_tracking::ZEventDisplay::gl_expose(). |
|
|
Definition at line 175 of file opengl.h. Referenced by exec(), and gl_cache(). |
|
|
Definition at line 174 of file opengl.h. Referenced by gl_cache(). |
|
|
|
|
|
Definition at line 173 of file opengl.h. Referenced by exec(), gl_cache(), and ~gl_cache(). |
1.3.9.1