Searched refs:GlutBWindow (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h102 * CLASS: GlutBWindow
108 class GlutBWindow : public BDirectWindow { class in inherits:BDirectWindow
110 GlutBWindow(BRect frame, char *name);
111 ~GlutBWindow();
H A DglutWindow.cpp151 GlutBWindow *mybwindow = new GlutBWindow(
563 * CLASS: GlutBWindow
567 GlutBWindow::GlutBWindow(BRect frame, char *name) : function in class:GlutBWindow
578 void GlutBWindow::DirectConnected( direct_buffer_info *info ) {
604 GlutBWindow::~GlutBWindow() {
614 bool GlutBWindow::QuitRequested() {
620 void GlutBWindow
[all...]

Completed in 4 milliseconds