OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PFNGLXCREATEPIXMAPPROC
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/libva/va/glx/
va_glx_private.h
44
typedef GLXPixmap (*
PFNGLXCREATEPIXMAPPROC
)(Display *, GLXFBConfig, Pixmap, const int *);
51
PFNGLXCREATEPIXMAPPROC
glx_create_pixmap;
/external/mesa3d/include/GL/
glx.h
297
typedef GLXPixmap (*
PFNGLXCREATEPIXMAPPROC
) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
glxext.h
118
typedef GLXPixmap ( *
PFNGLXCREATEPIXMAPPROC
) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h
310
typedef GLXPixmap (*
PFNGLXCREATEPIXMAPPROC
) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
glxext.h
549
typedef GLXPixmap ( *
PFNGLXCREATEPIXMAPPROC
) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
[
all
...]
/external/swiftshader/include/GL/
glxext.h
116
typedef GLXPixmap ( *
PFNGLXCREATEPIXMAPPROC
) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h
118
typedef GLXPixmap ( *
PFNGLXCREATEPIXMAPPROC
) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
[
all
...]
Completed in 135 milliseconds