Searched refs:glx (Results 1 - 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.c28 #include <GL/glx.h>
36 static struct _glxapi_table glx; local
46 _glxapi_set_no_op_table(&glx);
51 glx.ChooseVisual = _real_glXChooseVisual;
52 glx.CopyContext = _real_glXCopyContext;
53 glx.CreateContext = _real_glXCreateContext;
54 glx.CreateGLXPixmap = _real_glXCreateGLXPixmap;
55 glx.DestroyContext = _real_glXDestroyContext;
56 glx.DestroyGLXPixmap = _real_glXDestroyGLXPixmap;
57 glx
[all...]
H A Dglxheader.h44 # include <GL/glx.h>
H A Dfakeglx.c2927 static struct _glxapi_table glx; local
2937 _glxapi_set_no_op_table(&glx);
2940 glx.ChooseVisual = Fake_glXChooseVisual;
2941 glx.CopyContext = Fake_glXCopyContext;
2942 glx.CreateContext = Fake_glXCreateContext;
2943 glx.CreateGLXPixmap = Fake_glXCreateGLXPixmap;
2944 glx.DestroyContext = Fake_glXDestroyContext;
2945 glx.DestroyGLXPixmap = Fake_glXDestroyGLXPixmap;
2946 glx.GetConfig = Fake_glXGetConfig;
2947 /*glx
[all...]
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.hpp34 namespace glx namespace in namespace:tcu::x11
39 } // glx
H A DtcuX11Platform.cpp77 m_glPlatform.registerFactory(glx::createContextFactory(m_eventState));
H A DtcuX11GlxPlatform.cpp36 #include <GL/glx.h>
42 namespace glx namespace in namespace:tcu::x11
199 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context")
683 } // glx
/external/skia/src/gpu/gl/glx/
H A DGrGLCreateNativeInterface_glx.cpp13 #include <GL/glx.h>
H A DSkCreatePlatformGLContext_glx.cpp11 #include <GL/glx.h>
16 /* Note: Skia requires glx 1.3 or newer */
/external/skia/include/views/
H A DSkOSWindow_Unix.h11 #include <GL/glx.h>
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h44 #include <GL/glx.h>
H A Dapple_glx_drawable.h40 #include <GL/glx.h>
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A DMakefile23 -I$(TOP)/src/gallium/state_trackers/glx/xlib \
43 $(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
/external/mesa3d/src/glx/
H A Dclientinfo.c28 #include <xcb/glx.h>
H A Dcreate_context.c27 #include <xcb/glx.h>
H A Dglx_query.c37 # include <xcb/glx.h>
H A Dglxconfig.c34 #include <GL/glx.h>
H A Dglxclient.h45 #include <GL/glx.h>
508 * Linked list of glx visuals and fbconfigs for this screen.
H A Dsingle2.c41 #include <xcb/glx.h>
H A Dglxext.c53 #include <xcb/glx.h>
/external/mesa3d/src/gallium/state_trackers/egl/
H A DMakefile17 -I$(TOP)/src/glx \
24 $(TOP)/src/glx/dri2.c
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c34 #include <GL/glx.h>
H A Dxm_api.c68 #include <GL/glx.h>
619 * This code was lifted directly from lib/GL/glx/glcontextmodes.c in the
/external/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp30 #include <xcb/glx.h>
H A Dcreate_context_unittest.cpp31 #include <xcb/glx.h>
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp11 #include <GL/glx.h>

Completed in 1310 milliseconds

12