Searched refs:GLView (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DOpenGLKit.h6 #include <GLView.h>
H A DGLRenderer.h15 #include <GLView.h>
52 inline BGLView* GLView() { return fView; }; function in class:BGLRenderer
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DOpenGLKit.h6 #include <GLView.h>
H A DGLRenderer.h15 #include <GLView.h>
51 inline BGLView* GLView() { return fView; }; function in class:BGLRenderer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp112 color_space cs = BScreen(GLView()->Window()).ColorSpace();
151 BScreen screen(GLView()->Window());
158 if (GLView()->LockLooperWithTimeout(1000) == B_OK) {
159 GLView()->DrawBitmap(fBitmap, B_ORIGIN);
160 GLView()->UnlockLooper();
208 GLView()->DrawBitmap(fBitmap, updateRect, updateRect);
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp187 color_space cs = BScreen(GLView()->Window()).ColorSpace();
224 if (GLView()->LockLooperWithTimeout(1000) == B_OK) {
225 GLView()->DrawBitmap(bitmap, B_ORIGIN);
226 GLView()->UnlockLooper();
248 BScreen screen(GLView()->Window());
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h20 #include <GLView.h>
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.3.rst54 - Removed include/GLView.h header for BeOS
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLView.cpp13 #include <GLView.h>
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLView.cpp13 #include <GLView.h>

Completed in 8 milliseconds