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

1 2 3 4

  /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/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 77 m_glPlatform.registerFactory(glx::createContextFactory(m_eventState));
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 13 #include <GL/glx.h>
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 12 #include <GL/glx.h>
  /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))
  /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/chromium_org/third_party/webrtc/test/linux/
glx_renderer.h 14 #include <GL/glx.h>
  /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>
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 43 #include <GL/glx.h>
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 44 #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 \

Completed in 1670 milliseconds

1 2 3 4