Searched refs:glXCreatePixmap (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 78 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
D | glx_api.c | 1916 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 37 glXCreatePixmap.
|
/external/mesa3d/include/GL/ |
D | glx.h | 254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap() function 1091 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 241 GET_FNPTR_OR_ERROR(&mFnPtrs->createPixmapPtr, glXCreatePixmap); in initialize()
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 938 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
D | glxcmds.c | 2483 GLX_FUNCTION(glXCreatePixmap),
|
/external/swiftshader/include/GL/ |
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 301 #define glXCreatePixmap GLXEW_GET_FUN(__glewXCreatePixmap) macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 19998 …r = ((glXCreatePixmap = (PFNGLXCREATEPIXMAPPROC)glewGetProcAddress((const GLubyte*)"glXCreatePixma… in _glewInit_GLX_VERSION_1_3()
|