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

1 2 3

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.h 51 XVisualInfo* m_X11Visual;
  /external/autotest/client/deps/glbench/src/
glx_stuff.h 20 virtual XVisualInfo* GetXVisual();
egl_stuff.cc 44 XVisualInfo* EGLInterface::GetXVisual() {
81 XVisualInfo vinfo_template;
84 XVisualInfo vinfo_template;
90 XVisualInfo* ret = XGetVisualInfo(g_xlib_display, VisualIDMask,
egl_stuff.h 23 virtual XVisualInfo* GetXVisual();
glinterface.h 45 virtual XVisualInfo* GetXVisual() = 0;
xlib_window.cc 43 XVisualInfo* xlib_visinfo = g_main_gl_interface->GetXVisual();
  /external/skia/tools/viewer/sk_app/unix/
WindowContextFactory_unix.h 27 XVisualInfo* fVisualInfo;
Window_unix.h 82 XVisualInfo* fVisualInfo;
  /external/mesa3d/src/glx/
drisw_priv.h 63 XVisualInfo *visinfo;
glxglvnddispatchfuncs.h 65 const XVisualInfo *visual)
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 64 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list);
66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
103 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config);
141 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX);
142 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *);
185 GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
fakeglx.c 116 /* Macro to handle c_class vs class field name in XVisualInfo struct */
126 * Test if the given XVisualInfo is usable for Mesa rendering.
129 is_usable_visual( XVisualInfo *vinfo )
199 * Return the level (overlay, normal, underlay) of a given XVisualInfo.
201 * vinfo - the XVisualInfo to test
208 level_of_visual( Display *dpy, XVisualInfo *vinfo )
244 * Given an XVisualInfo and RGB, Double, and Depth buffer flags, save the
248 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
371 * Create a GLX visual from a regular XVisualInfo.
372 * This is called when Fake GLX is given an XVisualInfo which wasn'
    [all...]
xmesa_x.h 48 typedef XVisualInfo *XMesaVisualInfo;
  /external/ImageMagick/MagickCore/
xwindow-private.h 344 XVisualInfo
443 XVisualInfo
522 XFreeResources(Display *,XVisualInfo *,XStandardColormap *,XPixelInfo *,
524 XFreeStandardColormap(Display *,const XVisualInfo *,XStandardColormap *,
530 XGetPixelInfo(Display *,const XVisualInfo *,const XStandardColormap *,
532 XGetMapInfo(const XVisualInfo *,const Colormap,XStandardColormap *),
533 XGetWindowInfo(Display *,XVisualInfo *,XStandardColormap *,XPixelInfo *,
536 XMakeStandardColormap(Display *,XVisualInfo *,XResourceInfo *,Image *,
554 extern MagickPrivate XVisualInfo
  /external/skia/include/views/
SkOSWindow_Unix.h 79 XVisualInfo* fVi;
  /external/swiftshader/src/Main/
FrameBufferX11.hpp 46 XVisualInfo x_visual;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.cpp 95 bool XlibDisplay::getVisualInfo (VisualID visualID, XVisualInfo& dst)
97 XVisualInfo query;
100 XVisualInfo* response = XGetVisualInfo(m_display, VisualIDMask, &query, &numVisuals);
118 XVisualInfo info;
153 XVisualInfo info = XVisualInfo();
tcuLnxX11.hpp 90 bool getVisualInfo (VisualID visualID, XVisualInfo& dst);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 32 1. Call XMesaCreateVisual() to make an XMesaVisual from an XVisualInfo.
92 * visinfo - an XVisualInfo pointer
113 XVisualInfo * visinfo,
130 * Destroy an XMesaVisual, but not the associated XVisualInfo.
285 * Basically corresponds to an XVisualInfo.
291 XVisualInfo * visinfo; /* X's visual info (pointer to private copy) */
292 XVisualInfo *vishandle; /* Only used in fakeglx.c */
glx_api.c 133 /* Macro to handle c_class vs class field name in XVisualInfo struct */
143 * Test if the given XVisualInfo is usable for Mesa rendering.
146 is_usable_visual( XVisualInfo *vinfo )
174 * Given an XVisualInfo and RGB, Double, and Depth buffer flags, save the
178 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
243 /* now either compare XVisualInfo pointers or visual IDs */
317 * Create a GLX visual from a regular XVisualInfo.
318 * This is called when Fake GLX is given an XVisualInfo which wasn't
325 create_glx_visual( Display *dpy, XVisualInfo *visinfo )
359 * Find the GLX visual associated with an XVisualInfo
    [all...]
  /external/mesa3d/src/glx/apple/
glx_empty.c 156 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual,
250 _X_EXPORT XVisualInfo *
259 glXGetFBConfigFromVisualSGIX(Display * dpy, XVisualInfo * visinfo)
  /external/mesa3d/docs/specs/
MESA_pixmap_colormap.spec 52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
  /external/mesa3d/include/GL/
glx.h 187 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
190 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
203 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
214 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
251 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
294 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
217 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
254 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
297 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
227 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
264 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
307 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);

Completed in 2813 milliseconds

1 2 3