Searched refs:wxGLCanvas (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dglcanvas.h3 // Purpose: wxGLCanvas class
21 class WXDLLIMPEXP_GL wxGLCanvas; variable in typeref:class:WXDLLIMPEXP_GL
31 wxGLContext(bool isRGB, wxGLCanvas *win, const wxPalette& palette = wxNullPalette);
33 wxGLContext( bool isRGB, wxGLCanvas *win,
61 // wxGLCanvas
63 class WXDLLIMPEXP_GL wxGLCanvas: public wxWindow// , protected wxCocoaNSOpenGLView class in inherits:wxWindow
65 DECLARE_DYNAMIC_CLASS(wxGLCanvas)
72 wxGLCanvas() function in class:wxGLCanvas
75 wxGLCanvas(wxWindow *parent, wxWindowID winid = wxID_ANY,
81 wxGLCanvas(wxWindo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL/Mesa with wxWidgets and GTK
44 int wxGLCanvas::m_glxVersion = 0;
60 wxGLCanvas *gc = (wxGLCanvas*) win;
62 if (wxGLCanvas::GetGLXVersion() >= 13)
93 if (wxGLCanvas::GetGLXVersion() >= 13)
104 void wxGLContext::SetCurrent(const wxGLCanvas& win) const
112 if (wxGLCanvas::GetGLXVersion() >= 13)
128 gtk_glwindow_realized_callback( GtkWidget *WXUNUSED(widget), wxGLCanvas *win )
147 gtk_glwindow_map_callback( GtkWidget * WXUNUSED(widget), wxGLCanvas *wi
249 wxGLCanvas::wxGLCanvas( wxWindow *parent, wxWindowID id, function in class:wxGLCanvas
259 wxGLCanvas::wxGLCanvas( wxWindow *parent, wxWindowID id, function in class:wxGLCanvas
269 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
281 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL/Mesa with wxWidgets and GTK
28 class WXDLLIMPEXP_GL wxGLCanvas; variable in typeref:class:WXDLLIMPEXP_GL
42 // The win wxGLCanvas needs not necessarily be the same as the wxGLCanvas with which this context was created!
43 void SetCurrent(const wxGLCanvas& win) const;
54 // wxGLCanvas
57 class WXDLLIMPEXP_GL wxGLCanvas: public wxWindow class in inherits:wxWindow
63 wxGLCanvas( wxWindow *parent, wxWindowID id = -1,
70 wxGLCanvas( wxWindow *parent, wxWindowID id = -1,
77 wxGLCanvas( wxWindo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets
46 wxGLContext::wxGLContext(bool WXUNUSED(isRGB), wxGLCanvas *win, const wxPalette& WXUNUSED(palette))
51 bool WXUNUSED(isRGB), wxGLCanvas *win,
76 * wxGLCanvas implementation
79 IMPLEMENT_CLASS(wxGLCanvas, wxWindow)
81 BEGIN_EVENT_TABLE(wxGLCanvas, wxWindow)
82 EVT_SIZE(wxGLCanvas::OnSize)
83 EVT_PALETTE_CHANGED(wxGLCanvas::OnPaletteChanged)
84 EVT_QUERY_NEW_PALETTE(wxGLCanvas::OnQueryNewPalette)
87 wxGLCanvas function in class:wxGLCanvas
93 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
103 wxGLCanvas::wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets 2.0 for Motif.
66 class WXDLLEXPORT wxGLCanvas: public wxScrolledWindow class in inherits:wxScrolledWindow
69 inline wxGLCanvas() { function in class:wxGLCanvas
76 wxGLCanvas( wxWindow *parent, wxWindowID id = wxID_ANY,
82 wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
89 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared,
99 const wxGLCanvas *shared_context_of = (wxGLCanvas*)NULL,
107 virtual ~wxGLCanvas();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Windows
22 class WXDLLIMPEXP_FWD_GL wxGLCanvas; /* forward reference */ variable in typeref:class:WXDLLIMPEXP_FWD_GL
27 wxGLContext(wxGLCanvas *win, const wxGLContext* other=NULL /* for sharing display lists */ );
30 void SetCurrent(const wxGLCanvas& win) const;
40 class WXDLLIMPEXP_GL wxGLCanvas: public wxWindow class in inherits:wxWindow
46 wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY,
53 wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY,
59 wxGLCanvas(wxWindow *parent,
69 wxGLCanvas(wxWindow *parent,
70 const wxGLCanvas *share
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Palm OS
22 class WXDLLIMPEXP_GL wxGLCanvas; /* forward reference */ variable in typeref:class:WXDLLIMPEXP_GL
27 wxGLContext(bool isRGB, wxGLCanvas *win, const wxPalette& palette = wxNullPalette);
29 wxGLContext( bool isRGB, wxGLCanvas *win,
55 class WXDLLIMPEXP_GL wxGLCanvas: public wxWindow class in inherits:wxWindow
57 DECLARE_CLASS(wxGLCanvas)
59 wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY,
65 wxGLCanvas(wxWindow *parent,
75 wxGLCanvas(wxWindow *parent,
76 const wxGLCanvas *share
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
31 class WXDLLEXPORT wxGLCanvas; /* forward reference */ variable in typeref:class:WXDLLEXPORT
36 wxGLContext(AGLPixelFormat fmt, wxGLCanvas *win,
57 class WXDLLEXPORT wxGLCanvas: public wxWindow class in inherits:wxWindow
59 DECLARE_CLASS(wxGLCanvas)
61 wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
64 wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
69 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id = wxID_ANY,
73 virtual ~wxGLCanvas();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
31 class WXDLLEXPORT wxGLCanvas; /* forward reference */ variable in typeref:class:WXDLLEXPORT
36 wxGLContext(AGLPixelFormat fmt, wxGLCanvas *win,
57 class WXDLLEXPORT wxGLCanvas: public wxWindow class in inherits:wxWindow
59 DECLARE_CLASS(wxGLCanvas)
61 wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
64 wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
69 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id = wxID_ANY,
73 virtual ~wxGLCanvas();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL/Mesa with wxWidgets and GTK
43 int wxGLCanvas::m_glxVersion = 0;
68 wxGLCanvas *gc = (wxGLCanvas*) win;
70 if (wxGLCanvas::GetGLXVersion() >= 13)
97 wxGLCanvas *gc = (wxGLCanvas*) win;
99 if (wxGLCanvas::GetGLXVersion() >= 13)
130 if (wxGLCanvas::GetGLXVersion() >= 13)
156 if (wxGLCanvas
302 wxGLCanvas::wxGLCanvas( wxWindow *parent, wxWindowID id, function in class:wxGLCanvas
311 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
322 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
41 AGLPixelFormat fmt, wxGLCanvas *win,
113 * wxGLCanvas implementation
116 IMPLEMENT_CLASS(wxGLCanvas, wxWindow)
118 BEGIN_EVENT_TABLE(wxGLCanvas, wxWindow)
119 EVT_SIZE(wxGLCanvas::OnSize)
122 wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id, function in class:wxGLCanvas
129 wxGLCanvas::wxGLCanvas( wxWindo function in class:wxGLCanvas
137 wxGLCanvas::wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
39 AGLPixelFormat fmt, wxGLCanvas *win,
106 * wxGLCanvas implementation
109 IMPLEMENT_CLASS(wxGLCanvas, wxWindow)
111 BEGIN_EVENT_TABLE(wxGLCanvas, wxWindow)
112 EVT_SIZE(wxGLCanvas::OnSize)
115 wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id, function in class:wxGLCanvas
122 wxGLCanvas::wxGLCanvas( wxWindo function in class:wxGLCanvas
130 wxGLCanvas::wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dglcanvas.h3 // Purpose: wxGLCanvas, for using OpenGL/Mesa with wxWidgets and GTK
29 class WXDLLEXPORT wxGLCanvas; variable in typeref:class:WXDLLEXPORT
72 // wxGLCanvas
75 class WXDLLEXPORT wxGLCanvas: public wxWindow class in inherits:wxWindow
78 inline wxGLCanvas() { function in class:wxGLCanvas
85 wxGLCanvas( wxWindow *parent, wxWindowID id = -1,
91 wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
98 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared,
108 const wxGLCanvas *shared_context_o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under MS Windows
90 // wxGLCanvas is only used from the main thread so this is MT-ok
172 // going to fail in wxGLCanvas::Create() the next time we're loaded
188 wxGLContext::wxGLContext(wxGLCanvas* win, const wxGLContext* other /* for sharing display lists */)
203 void wxGLContext::SetCurrent(const wxGLCanvas& win) const
210 * wxGLCanvas implementation
213 IMPLEMENT_CLASS(wxGLCanvas, wxWindow)
215 BEGIN_EVENT_TABLE(wxGLCanvas, wxWindow)
216 EVT_SIZE(wxGLCanvas::OnSize)
217 EVT_PALETTE_CHANGED(wxGLCanvas
221 wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id, int *attribList, function in class:wxGLCanvas
241 wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id, function in class:wxGLCanvas
262 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
287 wxGLCanvas::wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dglcanvas.cpp3 // Purpose: wxGLCanvas, for using OpenGL with wxWidgets
78 wxGLCanvas *gc = (wxGLCanvas*) win;
98 wxGLCanvas *gc = (wxGLCanvas*) win;
167 wxLogError(wxT("wxGLCanvas: cannot allocate color\n"));
195 IMPLEMENT_CLASS(wxGLCanvas, wxScrolledWindow)
197 BEGIN_EVENT_TABLE(wxGLCanvas, wxScrolledWindow)
198 // EVT_SIZE(wxGLCanvas::OnSize)
202 wxGLCanvas function in class:wxGLCanvas
212 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
224 wxGLCanvas::wxGLCanvas( wxWindow *parent, function in class:wxGLCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dglcontext.tex12 Binding (making current) a rendering context with another instance of a wxGLCanvas however works only
13 if the other wxGLCanvas was created with the same attributes as the wxGLCanvas from which the wxGLContext
28 \helpref{wxGLCanvas}{wxglcanvas}
35 \func{ }{wxGLContext}{ \param{wxGLCanvas*}{ win}, \param{const wxGLContext*}{ other=NULL} }
42 It will be possible to bind (make current) this context to any other wxGLCanvas that has been created
50 \func{void}{SetCurrent}{\param{const wxGLCanvas\&}{ win}}
52 Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}.
53 Note that {\it win} can be a different wxGLCanvas window than the one that was passed to the constructor of this rendering context.
55 see \helpref{wxGLCanvas
[all...]
H A Dglcanvas.tex1 \section{\class{wxGLCanvas}}\label{wxglcanvas}
3 wxGLCanvas is a class for displaying OpenGL graphics.
7 For the older (before wx 2.7.x) and simpler method, create a wxGLCanvas window using one of the three
8 constructors that implicitly create a rendering context, call \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrent}
9 to direct normal OpenGL commands to the window, and then call \helpref{wxGLCanvas::SwapBuffers}{wxglcanvasswapbuffers}
12 For the newer (wx 2.7.x+) method, create a wxGLCanvas window using the constructor that does \emph{not} create an implicit rendering context,
13 create an explicit instance of a \helpref{wxGLContext}{wxglcontext} that is initialized with the wxGLCanvas yourself,
14 then use either \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrentrc} with the instance of the \helpref{wxGLContext}{wxglcontext}
15 or \helpref{wxGLContext::SetCurrent}{wxglcontextsetcurrent} with the instance of the \helpref{wxGLCanvas}{wxglcanvas}
17 \helpref{wxGLCanvas
[all...]
H A Dlibs.tex95 This library contains \helpref{wxGLCanvas}{wxglcanvas} class for integrating
H A DwxPython.tex337 \item \helpref{wxGLCanvas}{wxglcanvas}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.h3 // Purpose: wxGLCanvas demo program
24 class TestGLCanvas: public wxGLCanvas
H A Disosurf.cpp3 // Purpose: wxGLCanvas demo program
335 BEGIN_EVENT_TABLE(TestGLCanvas, wxGLCanvas)
346 : wxGLCanvas(parent, id, pos, size, style|wxFULL_REPAINT_ON_RESIZE, name, gl_attrib)
379 wxGLCanvas::OnSize(event);
381 // set GL viewport (not called by wxGLCanvas::OnSize on all platforms...)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Dpenguin.h3 // Purpose: wxGLCanvas demo program
76 class TestGLCanvas: public wxGLCanvas
H A Dpenguin.cpp3 // Purpose: wxGLCanvas demo program
132 BEGIN_EVENT_TABLE(TestGLCanvas, wxGLCanvas)
141 : wxGLCanvas(parent, id, pos, size, style|wxFULL_REPAINT_ON_RESIZE, name)
198 wxGLCanvas::OnSize(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.h3 // Purpose: wxGLCanvas demo program
50 class TestGLCanvas: public wxGLCanvas
H A Dcube.cpp3 // Purpose: wxGLCanvas demo program
165 BEGIN_EVENT_TABLE(TestGLCanvas, wxGLCanvas)
181 : wxGLCanvas(parent, (wxGLCanvas*) NULL, id, pos, size, style|wxFULL_REPAINT_ON_RESIZE , name )
192 : wxGLCanvas(parent, other->GetContext(), id, pos, size, style|wxFULL_REPAINT_ON_RESIZE , name)
283 wxGLCanvas::OnSize(event);
285 // set GL viewport (not called by wxGLCanvas::OnSize on all platforms...)

Completed in 122 milliseconds

12