HomeSort by relevance Sort by last modified time
    Searched refs:__GLXcontextRec (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/deps/glbench/src/
glinterface.h 23 struct __GLXcontextRec; // Forward declaration from GLX.h.
24 typedef struct __GLXcontextRec *GLXContext;
  /external/mesa3d/include/GL/
mesa_glinterop.h 62 struct __GLXcontextRec;
249 MesaGLInteropGLXQueryDeviceInfo(struct _XDisplay *dpy, struct __GLXcontextRec *context,
274 MesaGLInteropGLXExportObject(struct _XDisplay *dpy, struct __GLXcontextRec *context,
289 typedef int (PFNMESAGLINTEROPGLXQUERYDEVICEINFOPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *context,
293 typedef int (PFNMESAGLINTEROPGLXEXPORTOBJECTPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *context,
glx.h 165 typedef struct __GLXcontextRec *GLXContext;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 36 * minimal __GLXContextRec here so some of the functions in this file can
39 typedef struct __GLXcontextRec {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 90 struct __GLXcontextRec
1115 glxCtx = CALLOC_STRUCT(__GLXcontextRec);
    [all...]

Completed in 470 milliseconds