Searched refs:attribList (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dglcanvas.cpp124 int *attribList, const wxPalette& palette)
126 Create(parent, NULL, id, pos, size, style, name, attribList, palette);
132 int *attribList, const wxPalette& palette )
134 Create(parent, shared, id, pos, size, style, name, attribList, palette);
139 int *attribList, const wxPalette& palette )
141 Create(parent, shared ? shared->GetContext() : NULL, id, pos, size, style, name, attribList, palette);
152 static AGLPixelFormat ChoosePixelFormat(const int *attribList) argument
165 if (!attribList)
174 while( (attribList[arg]!=0) && (p<512) )
176 switch( attribList[ar
122 wxGLCanvas(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
129 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
137 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
219 Create(wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
363 InitGLVisual(int *attribList) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dglcanvas.cpp117 int *attribList, const wxPalette& palette)
119 Create(parent, NULL, id, pos, size, style, name, attribList, palette);
125 int *attribList, const wxPalette& palette )
127 Create(parent, shared, id, pos, size, style, name, attribList, palette);
132 int *attribList, const wxPalette& palette )
134 Create(parent, shared ? shared->GetContext() : NULL, id, pos, size, style, name, attribList, palette);
145 static AGLPixelFormat ChoosePixelFormat(const int *attribList) argument
158 if (!attribList)
167 while( (attribList[arg]!=0) && (p<512) )
169 switch( attribList[ar
115 wxGLCanvas(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
122 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
130 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
212 Create(wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
365 InitGLVisual(int *attribList) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dglcanvas.cpp205 int *attribList,
209 Create( parent, NULL, NULL, id, pos, size, style, name, attribList, palette );
217 int *attribList,
221 Create( parent, shared, NULL, id, pos, size, style, name, attribList, palette );
229 int *attribList,
233 Create( parent, NULL, shared, id, pos, size, style, name, attribList, palette );
242 const wxString& name, int *attribList, const wxPalette& palette):
252 int *attribList,
272 if(attribList) {
275 while( (attribList[ar
202 wxGLCanvas( wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
212 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
224 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
246 Create( wxWindow *parent, const wxGLContext *shared, const wxGLCanvas *shared_context_of, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dglcanvas.cpp221 wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id, int *attribList, argument
234 SetupPixelFormat(attribList);
243 int *attribList, const wxPalette& palette) : wxWindow()
256 SetupPixelFormat(attribList);
265 int *attribList, const wxPalette& palette )
279 SetupPixelFormat(attribList);
289 int *attribList, const wxPalette& palette ):
303 SetupPixelFormat(attribList);
357 static void AdjustPFDForAttributes(PIXELFORMATDESCRIPTOR& pfd, int *attribList) argument
359 if (attribList) {
241 wxGLCanvas(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
262 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
287 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
433 SetupPixelFormat(int *attribList) argument
623 InitGLVisual(int *attribList) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dglcanvas.h62 // The attribList parameter has been moved to avoid overload clashes.
64 int *attribList = (int*) NULL,
74 int *attribList = (int*) NULL,
82 int *attribList = (int*) NULL,
90 int *attribList = (int*) NULL,
101 int *attribList = (int*) NULL,
134 static void* ChooseGLVisual(int *attribList);
135 static void* ChooseGLFBC(int *attribList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dglcanvas.cpp250 int *attribList,
256 Create( parent, NULL, NULL, id, pos, size, style, name, attribList, palette );
262 int *attribList,
266 Create( parent, NULL, NULL, id, pos, size, style, name, attribList, palette );
274 int *attribList,
278 Create( parent, shared, NULL, id, pos, size, style, name, attribList, palette );
286 int *attribList,
290 Create( parent, NULL, shared, id, pos, size, style, name, attribList, palette );
299 int *attribList,
326 fbc = (GLXFBConfig *) wxGLCanvas::ChooseGLFBC(attribList);
249 wxGLCanvas( wxWindow *parent, wxWindowID id, int *attribList, const wxPoint& pos, const wxSize& size, long style, const wxString& name, const wxPalette& palette ) argument
259 wxGLCanvas( wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
269 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
281 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
293 Create( wxWindow *parent, const wxGLContext *shared, const wxGLCanvas *shared_context_of, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
396 ChooseGLVisual(int *attribList) argument
407 ChooseGLFBC(int *attribList) argument
613 InitGLVisual(int *attribList) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dglcanvas.h45 // The attribList parameter has been moved to avoid overload clashes.
47 int* attribList = 0,
56 const wxString& name = wxGLCanvasName, int *attribList = 0,
66 int *attribList = (int *) NULL,
76 int *attribList = 0,
108 void SetupPixelFormat(int *attribList = (int *) NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dglcanvas.h89 int *attribList = (int*) NULL,
96 int *attribList = (int*) NULL,
103 int *attribList = (int*) NULL,
114 int *attribList = (int*) NULL,
145 static void* ChooseGLVisual(int *attribList);
146 static void* ChooseGLFBC(int *attribList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dglcanvas.h79 int *attribList = NULL, const wxPalette& palette = wxNullPalette);
87 int *attribList = NULL, const wxPalette& palette = wxNullPalette);
95 int *attribList = NULL, const wxPalette& palette = wxNullPalette);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dglcanvas.h80 int *attribList = (int*) NULL,
87 int *attribList = (int*) NULL,
94 int *attribList = (int*) NULL,
104 int *attribList = (int*) NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dglcanvas.h77 bool InitGLVisual(int *attribList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dglcanvas.h63 const wxString& name = wxT("GLCanvas") , int *attribList = 0, const wxPalette& palette = wxNullPalette);
67 int *attribList = (int*) NULL, const wxPalette& palette = wxNullPalette );
71 const wxString& name = wxT("GLCanvas"), int *attribList = 0, const wxPalette& palette = wxNullPalette );
77 int *attribList, const wxPalette& palette);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dglcanvas.h63 const wxString& name = wxT("GLCanvas") , int *attribList = 0, const wxPalette& palette = wxNullPalette);
67 int *attribList = (int*) NULL, const wxPalette& palette = wxNullPalette );
71 const wxString& name = wxT("GLCanvas"), int *attribList = 0, const wxPalette& palette = wxNullPalette );
77 int *attribList, const wxPalette& palette);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dglcanvas.h62 const wxString& name = wxGLCanvasName, int *attribList = 0,
72 int *attribList = (int *) NULL,
82 int *attribList = 0,
113 void SetupPixelFormat(int *attribList = (int *) NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dglcanvas.cpp305 int *attribList,
308 Create( parent, NULL, NULL, id, pos, size, style, name, attribList, palette );
316 int *attribList,
319 Create( parent, shared, NULL, id, pos, size, style, name, attribList, palette );
327 int *attribList,
330 Create( parent, NULL, shared, id, pos, size, style, name, attribList, palette );
339 int *attribList,
366 fbc = (GLXFBConfig *) wxGLCanvas::ChooseGLFBC(attribList);
386 vi = (XVisualInfo *) ChooseGLVisual(attribList);
475 void* wxGLCanvas::ChooseGLVisual(int *attribList) argument
302 wxGLCanvas( wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
311 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
322 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
333 Create( wxWindow *parent, const wxGLContext *shared, const wxGLCanvas *shared_context_of, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
486 ChooseGLFBC(int *attribList) argument
681 InitGLVisual(int *attribList) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dglcanvas.cpp89 int *attribList, const wxPalette& palette) : wxWindow()
96 int *attribList, const wxPalette& palette )
105 int *attribList, const wxPalette& palette ):
126 static void AdjustPFDForAttributes(PIXELFORMATDESCRIPTOR& pfd, int *attribList) argument
130 void wxGLCanvas::SetupPixelFormat(int *attribList) // (HDC hDC) argument
265 bool wxGLApp::InitGLVisual(int *attribList) argument
87 wxGLCanvas(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
93 wxGLCanvas( wxWindow *parent, const wxGLContext *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
103 wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dglcanvas.tex21 the {\it attribList} parameter. The values that should be set up and their meanings will be described below.
81 \param{int*}{ attribList = 0}, \param{const wxPalette\&}{ palette = wxNullPalette}}
86 \param{int*}{ attribList = 0}, \param{const wxPalette\&}{ palette = wxNullPalette}}
91 \param{int*}{ attribList = 0}, \param{const wxPalette\&}{ palette = wxNullPalette}}
94 \param{int*}{ attribList = 0},
130 \docparam{attribList}{Array of int. With this parameter you can set the device context attributes associated to this window.
137 attribList[index]= WX_GL_DEPTH_SIZE;
138 attribList[index+1]=32;

Completed in 100 milliseconds