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

1 2

  /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/deqp/framework/platform/X11/
tcuX11GlxPlatform.hpp 23 * \brief Platform that uses X11 via GLX.
34 namespace glx namespace in namespace:tcu::x11
39 } // glx
tcuX11Platform.cpp 135 m_glPlatform.registerFactory(glx::createContextFactory(m_eventState));
  /external/skia/src/gpu/gl/glx/
GrGLCreateNativeInterface_glx.cpp 13 #include <GL/glx.h>
  /external/autotest/client/deps/glbench/src/
glx_stuff.h 8 #include <GL/glx.h>
waffle_stuff.cc 44 #error "Compile with -DPLATFORM=PLATFORM_<x> where <x> is NULL, GLX or X11_EGL."
73 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_WIDTH, &w);
74 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_HEIGHT, &h);
79 XGetGeometry(nw->glx->xlib_display, nw->glx->xlib_window,
93 #error "Compile with -DPLATFORM=PLATFORM_<x> where <x> is NULL, GLX or X11_EGL."
main.h 18 #include <GL/glx.h>
  /hardware/intel/common/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.c 45 if (!vtable->va##func##GLX) \
47 status = vtable->va##func##GLX args; \
51 // Destroy VA/GLX display context
62 pDriverContextGLX = pDriverContext->glx;
65 pDriverContext->glx = NULL;
105 pDriverContext->glx = pDriverContextGLX;
136 // Destroy a VA/GLX surface
151 // Copy a VA surface to a VA/GLX 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/autotest/client/site_tests/graphics_SanAngeles/src/
importvbo.c 5 #include <GL/glx.h>
  /external/webrtc/webrtc/test/linux/
glx_renderer.h 14 #include <GL/glx.h>
  /external/skia/include/views/
SkOSWindow_Unix.h 11 #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/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 \
  /hardware/intel/common/libva/
libva.spec 80 %{_libdir}/libva-glx.so.1
81 %{_libdir}/libva-glx.so.%{libversion}
99 %{_libdir}/libva-glx.so
104 %{_libdir}/pkgconfig/libva-glx.pc
  /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
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
glxconfig.c 34 #include <GL/glx.h>
44 * Get data from a GLX config
196 * It is ONLY for communication between the GLX client and the GLX
209 * most cases this is the default value defined by table 3.4 of the GLX
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gl_APICheck.cc 8 #include <GL/glx.h>
130 // Get GLX extensions.
  /external/mesa3d/src/gallium/state_trackers/egl/
Makefile 17 -I$(TOP)/src/glx \
24 $(TOP)/src/glx/dri2.c

Completed in 3586 milliseconds

1 2