Lines Matching refs:SampleGLView
14 class SampleGLView : public BGLView class
17 SampleGLView(BRect frame, uint32 type);
47 SampleGLView *theView;
88 theView = new SampleGLView(r, type); in SampleGLWindow()
121 SampleGLView::SampleGLView(BRect frame, uint32 type) in SampleGLView() function in SampleGLView
129 void SampleGLView::AttachedToWindow(void) in AttachedToWindow()
140 void SampleGLView::FrameResized(float newWidth, float newHeight) in FrameResized()
156 void SampleGLView::gInit(void) in gInit()
165 void SampleGLView::gDraw(float rotation) in gDraw()
218 void SampleGLView::gReshape(int width, int height) in gReshape()
230 void SampleGLView::Render(void) in Render()
238 void SampleGLView::MessageReceived(BMessage * msg) in MessageReceived()
252 void SampleGLView::KeyDown(const char *bytes, int32 numBytes) in KeyDown()