HomeSort by relevance Sort by last modified time
    Searched defs:glx (Results 1 - 8 of 8) sorted by null

  /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
tcuX11GlxPlatform.cpp 21 * \brief Platform that uses X11 via GLX.
36 #include <GL/glx.h>
42 namespace glx namespace in namespace:tcu::x11
67 throw tcu::TestError("GLX call failed", expr, file, line);
199 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context")
227 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server");
249 //! Throw `tcu::NotSupportedError` if `dpy` is not compatible with GLX
258 oss << "Server GLX version "
272 oss << "GLX extension \"" << extName << "\" not supported"
    [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...]
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...]
  /hardware/intel/common/libva/va/
va_backend.h 44 /** \brief VA/GLX API is used, through vaGetDisplayGLX() entry-point. */
436 * The VA/GLX implementation hooks.
439 * VA/GLX API. The driver implementation is responsible for the
490 void *glx; /* opaque for GLX code */ member in struct:VADriverContext
535 void *opaque; /* opaque for display extensions (e.g. GLX) */
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 81 milliseconds