Home
last modified time | relevance | path

Searched refs:glXDestroyGLXPixmap (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h36 #define glXDestroyGLXPixmap mglXDestroyGLXPixmap macro
Dglx.h206 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c53 { "glXDestroyGLXPixmap", (__GLXextFuncPtr) glXDestroyGLXPixmap },
Dglx_api.c1380 glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyGLXPixmap() function
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp276 glXDestroyGLXPixmap(fDisplay, fGlxPixmap); in destroyGLContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp276 glXDestroyGLXPixmap(fDisplay, fGlxPixmap); in destroyGLContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c210 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap() function
1107 { "glXDestroyGLXPixmap", (__GLXextFuncPtr) glXDestroyGLXPixmap },
/external/mesa3d/src/glx/
Dglxcmds.c776 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap() function
2468 GLX_FUNCTION(glXDestroyGLXPixmap),