Searched refs:GLView (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 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()
|
/external/skia/tools/sk_app/ios/ |
D | GLWindowContext_ios.mm | 20 @interface GLView : MainView interface 23 @implementation GLView implementation 47 GLView* fGLView; 77 fGLView = [[[GLView alloc] initWithFrame:frameRect] initWithWindow:fWindow];
|
/external/mesa3d/include/HaikuGL/ |
D | GLRenderer.h | 52 inline BGLView* GLView() { return fView; }; in GLView() function
|
D | README | 12 * headers/os/opengl/GLView.h
|
/external/mesa3d/src/hgl/ |
D | meson.build | 24 'GLView.cpp', 'GLRenderer.cpp', 'GLRendererRoster.cpp', 'GLDispatcher.cpp',
|
/external/mesa3d/docs/relnotes/ |
D | 7.3.rst | 54 - Removed include/GLView.h header for BeOS
|
/external/mesa3d/include/ |
D | meson.build | 116 'HaikuGL/GLRenderer.h', 'HaikuGL/GLView.h', 'HaikuGL/OpenGLKit.h',
|