Home
last modified time | relevance | path

Searched refs:glXDestroyPixmap (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c81 { "glXDestroyPixmap", (__GLXextFuncPtr) glXDestroyPixmap },
Dglx_api.c2026 glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyPixmap() function
/external/mesa3d/include/GL/
Dglx.h257 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
Dglxext.h135 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c457 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap() function
1094 { "glXDestroyPixmap", (__GLXextFuncPtr) glXDestroyPixmap },
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp242 GET_FNPTR_OR_ERROR(&mFnPtrs->destroyPixmapPtr, glXDestroyPixmap); in initialize()
/external/mesa3d/src/glx/
Dglx_pbuffer.c993 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap) in glXDestroyPixmap() function
Dglxcmds.c2486 GLX_FUNCTION(glXDestroyPixmap),
/external/swiftshader/include/GL/
Dglxext.h135 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h304 #define glXDestroyPixmap GLXEW_GET_FUN(__glewXDestroyPixmap) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20001 …r = ((glXDestroyPixmap = (PFNGLXDESTROYPIXMAPPROC)glewGetProcAddress((const GLubyte*)"glXDestroyPi… in _glewInit_GLX_VERSION_1_3()