Searched refs:GLView (Results 1 – 5 of 5) sorted by relevance
112 color_space cs = BScreen(GLView()->Window()).ColorSpace(); in LockGL()151 BScreen screen(GLView()->Window()); in SwapBuffers()158 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in SwapBuffers()159 GLView()->DrawBitmap(fBitmap, B_ORIGIN); in SwapBuffers()160 GLView()->UnlockLooper(); in SwapBuffers()208 GLView()->DrawBitmap(fBitmap, updateRect, updateRect); in Draw()
20 @interface GLView : NSOpenGLView interface23 @implementation GLView implementation47 GLView* fGLView;114 fGLView = [[GLView alloc] initWithFrame:rect];
23 'GLView.cpp',
52 inline BGLView* GLView() { return fView; }; in GLView() function
12 * headers/os/opengl/GLView.h