HomeSort by relevance Sort by last modified time
    Searched refs:glx (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c 28 #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.GetConfig = _real_glXGetConfig
    [all...]
glxheader.h 44 # include <GL/glx.h>
fakeglx.c 28 * This is an emulation of the GLX API which allows Mesa/GLX-based programs
29 * to run on X servers which do not have the real GLX extension.
59 /* This indicates the client-side GLX API and GLX encoder version. */
63 /* This indicates the server-side GLX decoder version.
64 * GLX 1.4 indicates OpenGL 1.3 support
72 /* Who implemented this GLX? */
89 * Our fake GLX context will contain a "real" GLX context and an XMesa context
2927 static struct _glxapi_table glx; local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 28 #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.GetConfig = _real_glXGetConfig
    [all...]
glxheader.h 44 # include <GL/glx.h>
fakeglx.c 28 * This is an emulation of the GLX API which allows Mesa/GLX-based programs
29 * to run on X servers which do not have the real GLX extension.
59 /* This indicates the client-side GLX API and GLX encoder version. */
63 /* This indicates the server-side GLX decoder version.
64 * GLX 1.4 indicates OpenGL 1.3 support
72 /* Who implemented this GLX? */
89 * Our fake GLX context will contain a "real" GLX context and an XMesa context
2927 static struct _glxapi_table glx; local
    [all...]
  /external/chromium_org/third_party/libva/va/glx/
va_glx.h 29 #include <GL/glx.h>
48 * The application shall maintain the live GLX context itself.
55 * @param[out] gl_surface the VA/GLX surface
66 * Destroy a VA/GLX surface
68 * The application shall maintain the live GLX context itself.
82 * Copy a VA surface to a VA/GLX surface
88 * The application shall maintain the live GLX context itself.
93 * @param[in] gl_surface the VA/GLX destination surface
va_glx_private.h 43 make sure we have the correct <GL/glx.h> with those signatures */
78 #define VA_DRIVER_CONTEXT_GLX(ctx) ((VADriverContextGLXP)((ctx)->glx))
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 11 #include <GL/glx.h>
  /external/skia/include/views/
SkOSWindow_Unix.h 11 #include <GL/glx.h>
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 54 #include <GL/glx.h>
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h 44 #include <GL/glx.h>
apple_glx_drawable.h 40 #include <GL/glx.h>
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 20 #include <GL/glx.h>
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 44 #include <GL/glx.h>
apple_glx_drawable.h 40 #include <GL/glx.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 25 #include <GL/glx.h>
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 20 #include <GL/glx.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 23 -I$(TOP)/src/gallium/state_trackers/glx/xlib \
43 $(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 23 -I$(TOP)/src/gallium/state_trackers/glx/xlib \
43 $(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
  /external/chromium_org/third_party/mesa/src/src/glx/
clientinfo.c 28 #include <xcb/glx.h>
53 * combination of GLX versions and extensions supported by the client and
58 * GLX version = 1.0 Nothing.
60 * GLX version >= 1.1 struct GLXClientInfo
62 * GLX version >= 1.4 and
65 * GLX version >= 1.4 and
69 * and these only exist in GLX 1.4 or with GLX_SGIX_fbconfig. I can't
71 * GLX_ARB_create_context but not GLX 1.4. Making GLX 1.4 a hard
120 /* Depending on the GLX verion and the available extensions on the server
    [all...]
create_context.c 27 #include <xcb/glx.h>
56 * one of the internal GLX data structures (probably the fbconfig) has an
74 /* GLX drops the error returned by the driver. The expectation is that
glx_query.c 37 # include <xcb/glx.h>
93 * GLX protocol structure for the ficticious "GXLGenericGetString" request.
115 * Query the Server GLX string.
132 /* All of the GLX protocol requests for getting a string from the server
  /external/mesa3d/src/glx/
clientinfo.c 28 #include <xcb/glx.h>
53 * combination of GLX versions and extensions supported by the client and
58 * GLX version = 1.0 Nothing.
60 * GLX version >= 1.1 struct GLXClientInfo
62 * GLX version >= 1.4 and
65 * GLX version >= 1.4 and
69 * and these only exist in GLX 1.4 or with GLX_SGIX_fbconfig. I can't
71 * GLX_ARB_create_context but not GLX 1.4. Making GLX 1.4 a hard
120 /* Depending on the GLX verion and the available extensions on the server
    [all...]
create_context.c 27 #include <xcb/glx.h>
56 * one of the internal GLX data structures (probably the fbconfig) has an
74 /* GLX drops the error returned by the driver. The expectation is that

Completed in 454 milliseconds

1 2 3