Home
last modified time | relevance | path

Searched refs:GLView (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp112 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/
DGLWindowContext_ios.mm20 @interface GLView : MainView interface
23 @implementation GLView implementation
47 GLView* fGLView;
77 fGLView = [[[GLView alloc] initWithFrame:frameRect] initWithWindow:fWindow];
/external/mesa3d/include/HaikuGL/
DGLRenderer.h52 inline BGLView* GLView() { return fView; }; in GLView() function
DREADME12 * headers/os/opengl/GLView.h
/external/mesa3d/src/hgl/
Dmeson.build24 'GLView.cpp', 'GLRenderer.cpp', 'GLRendererRoster.cpp', 'GLDispatcher.cpp',
/external/mesa3d/docs/relnotes/
D7.3.rst54 - Removed include/GLView.h header for BeOS
/external/mesa3d/include/
Dmeson.build116 'HaikuGL/GLRenderer.h', 'HaikuGL/GLView.h', 'HaikuGL/OpenGLKit.h',