Home
last modified time | relevance | path

Searched refs:glXCreateGLXPixmap (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h35 #define glXCreateGLXPixmap mglXCreateGLXPixmap macro
Dglx.h216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c50 { "glXCreateGLXPixmap", (__GLXextFuncPtr) glXCreateGLXPixmap },
Dglx_api.c1262 glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap ) in glXCreateGLXPixmap() function
/external/mesa3d/docs/
DMESA_pixmap_colormap.spec39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap
DREADME.CYGWIN206 It is an alternative to the standard glXCreateGLXPixmap() function.
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c88 GLXCREATEGLXPIXMAPPROC glXCreateGLXPixmap; member
910 GLX_surf->glx_drawable = GLX_drv->glXCreateGLXPixmap(GLX_dpy->dpy, in GLX_eglCreatePixmapSurface()
916 GLX_surf->glx_drawable = GLX_drv->glXCreateGLXPixmap(GLX_dpy->dpy, in GLX_eglCreatePixmapSurface()
1102 GET_PROC(GLXCREATEGLXPIXMAPPROC, glXCreateGLXPixmap, EGL_TRUE); in GLX_Load()
/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp147 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap); in GLXGLContext()
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES36 operations. You can create them using glXCreateGLXPixmap or
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c224 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap) in glXCreateGLXPixmap() function
1233 { "glXCreateGLXPixmap", (__GLXextFuncPtr) glXCreateGLXPixmap },
/external/mesa3d/src/glx/
Dglxcmds.c648 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap) in glXCreateGLXPixmap() function
2482 GLX_FUNCTION(glXCreateGLXPixmap),
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxew.h150 extern GLXPixmap glXCreateGLXPixmap (Display *dpy, XVisualInfo *vis, Pixmap pixmap);