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

  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.hpp 23 * \brief Platform that uses X11 via GLX.
36 namespace glx namespace in namespace:tcu::lnx::x11
41 } // glx
tcuLnxX11GlxPlatform.cpp 21 * \brief Platform that uses X11 via GLX.
36 #include <GL/glx.h>
48 namespace glx namespace in namespace:tcu::lnx::x11
73 throw tcu::TestError("GLX call failed", expr, file, line);
206 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context")
234 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server");
256 //! Throw `tcu::NotSupportedError` if `dpy` is not compatible with GLX
265 oss << "Server GLX version "
279 oss << "GLX extension \"" << extName << "\" not supported"
    [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) */
  /external/mesa3d/src/mesa/drivers/x11/
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.
56 /* This indicates the client-side GLX API and GLX encoder version. */
60 /* This indicates the server-side GLX decoder version.
61 * GLX 1.4 indicates OpenGL 1.3 support
69 /* Who implemented this GLX? */
89 /*** GLX Visual Code ***/
245 * configuration in our list of GLX visuals
2884 static struct _glxapi_table glx; local
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 753 milliseconds