Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp187 color_space cs = BScreen(GLView()->Window()).ColorSpace(); in LockGL()
224 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in Display()
225 GLView()->DrawBitmap(bitmap, B_ORIGIN); in Display()
226 GLView()->UnlockLooper(); in Display()
248 BScreen screen(GLView()->Window()); in SwapBuffers()
/third_party/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];
/third_party/mesa3d/include/HaikuGL/
DGLRenderer.h51 inline BGLView* GLView() { return fView; }; in GLView() function
DREADME12 * headers/os/opengl/GLView.h
/third_party/mesa3d/src/hgl/
Dmeson.build24 'GLView.cpp', 'GLRenderer.cpp', 'GLRendererRoster.cpp',
/third_party/mesa3d/docs/relnotes/
D7.3.rst54 - Removed include/GLView.h header for BeOS
/third_party/mesa3d/include/
Dmeson.build116 'HaikuGL/GLRenderer.h', 'HaikuGL/GLView.h', 'HaikuGL/OpenGLKit.h',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni123 "../include/HaikuGL/GLView.h",
4701 "../src/hgl/GLView.cpp",